From 189d6e459d005ba2cf6b19cfb1ec2cdac6f2ae6d Mon Sep 17 00:00:00 2001 From: Paolo Ciarrocchi Date: Tue, 21 Nov 2006 19:55:20 +0100 Subject: [PATCH] Teach SubmittingPatches about git-commit -s As discussed on git mailing list let's teach the reader about the possiblity to have automatically signed off the commit running the git-commit -s command Signed-off-by: Paolo Ciarrocchi Signed-off-by: Junio C Hamano [wking@tremily.us: removed diff context to merge with Linux kernel version] Signed-off-by: W. Trevor King --- Documentation/SubmittingPatches | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index a29f073..4be4625 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -41,6 +41,8 @@ then you just add a line saying Signed-off-by: Random J Developer using your real name (sorry, no pseudonyms or anonymous contributions.) +This line can be automatically added by git if you run the git-commit +command with the -s option. Some people also put extra tags at the end. They'll just be ignored for now, but you can do this to mark internal company procedures or just -- 2.26.2