author | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Aug 2005 22:17:03 +0000 (15:17 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Aug 2005 22:17:03 +0000 (15:17 -0700) | ||
commit | 6a0049c07623a387bf7f7e7c90b71344c23decfa | |
tree | 9e7ea37f61dd57c5bf0a2d43a1cbb0d8b075d80d | tree | snapshot |
parent | cfb0af1d50247e66ea1d46014650e60e9cfb87b9 | commit | diff |
Fix git-commit without paths.
The earlier one to grab output from diff-files --name-only has a grave
bug that when no paths are given it ended up doing the equivalent of
"git-commit --all", which was not what I intended.
Signed-off-by: Junio C Hamano <junkio@cox.net>
The earlier one to grab output from diff-files --name-only has a grave
bug that when no paths are given it ended up doing the equivalent of
"git-commit --all", which was not what I intended.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit-script | diff | blob | history |