Add "git commit --all" since everybody seems to want it.
authorLinus Torvalds <torvalds@evo.osdl.org>
Tue, 19 Jul 2005 11:20:39 +0000 (07:20 -0400)
committerLinus Torvalds <torvalds@evo.osdl.org>
Tue, 19 Jul 2005 11:20:39 +0000 (07:20 -0400)
commitf0b32737ad5a35cc047db47353a75faccfe5939e
tree719f329cde82a86b7f37ea83eae5ed6f9fd5d5f6
parent2a9c3fe838a21cb2097347e15bec71e848f8d625
Add "git commit --all" since everybody seems to want it.

This replaces

git-diff-files --name-only | xargs git-update-cache
git commit

with a new "--all" argument to "git commit".
git-commit-script