Re: [PATCH] Add --signoff and --verify option to git commit.

2005-08-15 Thread Junio C Hamano
Josef Weidendorfer <[EMAIL PROTECTED]> writes: > These verification scripts should be used per default, and git-commit should > have an option to force bypassing verification. I agree that it would be a good place to do a hook. Also it may not be a bad idea, if you volunteer to come up with a p

Re: [PATCH] Add --signoff and --verify option to git commit.

2005-08-15 Thread Josef Weidendorfer
On Saturday 13 August 2005 11:08, Junio C Hamano wrote: > 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. I think th

[PATCH] Add --signoff and --verify option to git commit.

2005-08-13 Thread Junio C Hamano
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