author | Junio C Hamano <junkio@cox.net> | |
Sat, 13 Aug 2005 06:39:15 +0000 (23:39 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 14 Aug 2005 01:28:47 +0000 (18:28 -0700) | ||
commit | 0cfe1d303ab1cab13315c1d42df26ab93bf09b86 | |
tree | bfe95e2b069861f70a909463201cf742388b235a | tree | snapshot |
parent | af36b70ef939cc44c447a4b9cbaadd7eba9a20b1 | commit | diff |
Add --signoff and --verify option to git commit.
As brought up in the discussion which followed a patch to add a
signed-off-by line with the --sign flag to format-patch from
Johannes Schindelin, add --signoff to the git commit command.
Also add --verify to make sure the lines you introduced are
clean, which is more useful in commit but not very much in
format-patch as it was originally implemented, because finding
botches at format-patch time is too late.
Signed-off-by: Junio C Hamano <junkio@cox.net>
As brought up in the discussion which followed a patch to add a
signed-off-by line with the --sign flag to format-patch from
Johannes Schindelin, add --signoff to the git commit command.
Also add --verify to make sure the lines you introduced are
clean, which is more useful in commit but not very much in
format-patch as it was originally implemented, because finding
botches at format-patch time is too late.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-commit-script | diff | blob | history |