git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Add support for Co-authored-by
@ 2019-10-08  7:45 Toon Claes
  0 siblings, 0 replies; only message in thread
From: Toon Claes @ 2019-10-08  7:45 UTC (permalink / raw)
  To: git; +Cc: Toon Claes

With this patch it is possible to specify a co-author when
committing. You'd just need to provide the --coauthor argument with a
co-author in the format "Co Artur <co-artur@example.com>". You can
specify multiple co-authors by using the --coauthor argument multiple
times.

The Co-authored-by trailer is 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 ++++
 builtin/commit.c             |  7 ++++++
 sequencer.c                  | 44 ++++++++++++++++++++++++++----------
 sequencer.h                  |  2 ++
 t/t7502-commit-porcelain.sh  | 11 +++++++++
 5 files changed, 57 insertions(+), 12 deletions(-)

--
2.22.0.rc3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-08  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  7:45 [PATCH 0/1] Add support for Co-authored-by Toon Claes

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).