author | Linus Torvalds <torvalds@evo.osdl.org> | |
Tue, 19 Jul 2005 11:20:39 +0000 (07:20 -0400) | ||
committer | Linus Torvalds <torvalds@evo.osdl.org> | |
Tue, 19 Jul 2005 11:20:39 +0000 (07:20 -0400) | ||
commit | f0b32737ad5a35cc047db47353a75faccfe5939e | |
tree | 719f329cde82a86b7f37ea83eae5ed6f9fd5d5f6 | tree | snapshot |
parent | 2a9c3fe838a21cb2097347e15bec71e848f8d625 | commit | diff |
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".
This replaces
git-diff-files --name-only | xargs git-update-cache
git commit
with a new "--all" argument to "git commit".
git-commit-script | diff | blob | history |