[PATCH 1/1] commit: add support to provide --coauthor

2019-10-08 Thread Toon Claes
ssage. Co-authored-by: Zeger-Jan van de Weg Signed-off-by: Toon Claes --- Documentation/git-commit.txt | 5 builtin/commit.c | 7 ++ sequencer.c | 44 ++-- sequencer.h | 2 ++ t/t7502-commit-porcelain.sh

[PATCH 0/1] Add support for Co-authored-by

2019-10-08 Thread Toon Claes
something that is commonly used when people pair up and want multiple authors in the commit message. The feature was originally proposed here: https://github.com/gitgitgadget/git/issues/343 Toon Claes (1): commit: add support to provide --coauthor Documentation/git-commit.txt | 5 b

Re: [PATCH 1/1] commit: add support to provide --coauthor

2019-10-10 Thread Toon Claes
Jeff King writes: Yeah, I'd agree that we should start first with a generic trailer line. IIUC you are suggesting something like this? git commit --trailer="Co-authored-by: " I really want to consider this, but I do not understand how that improves the user experience compared to adding t