[PATCH] Add --sign option to git-format-patch-script

2005-08-12 Thread Johannes Schindelin
This adds the option --sign to git-format-patch-script which adds a Signed-off-by: line automatically. Signed-off-by: Johannes Schindelin [EMAIL PROTECTED] --- git-format-patch-script | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-)

Re: [PATCH] Add --sign option to git-format-patch-script

2005-08-12 Thread Junio C Hamano
Good intentions, but I'd rather see these S-O-B lines in the actual commit objects. Giving format-patch this option would discourage people to do so. Maybe a patch to git commit would be more appropriate, methinks. - To unsubscribe from this list: send the line unsubscribe git in the body of a

Re: [PATCH] Add --sign option to git-format-patch-script

2005-08-12 Thread Johannes Schindelin
Hi, On Fri, 12 Aug 2005, Junio C Hamano wrote: Good intentions, but I'd rather see these S-O-B lines in the actual commit objects. Giving format-patch this option would discourage people to do so. Maybe a patch to git commit would be more appropriate, methinks. Maybe in addition to this