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)
This replaces

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

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

No differences found