Re: [RFC] Proof of concept: Support multiple authors

2017-01-30 Thread Cornelius Schumacher
riching the > support of trailer lines with interpret-trailers framework. Thanks for the advice. I think I will explore this direction a little bit further and see how handling a situation of multiple authors could be better done in this framework. -- Cornelius Schumacher

Re: [RFC] Proof of concept: Support multiple authors

2017-01-30 Thread Cornelius Schumacher
On Monday 30 January 2017 18:56:42 Christian Couder wrote: > On Sun, Jan 29, 2017 at 7:06 PM, Cornelius Schumacher > wrote: > > This patch is a proof of concept implementation of support for > > multiple authors. It adds an optional `authors` header to commits > > whi

[RFC] Proof of concept: Support multiple authors

2017-01-29 Thread Cornelius Schumacher
and their names and emails are set in a `.git_authors_map` file. Signed-off-by: Cornelius Schumacher --- When doing pair programming we have to work around the limitation that git can only have a single author in each commit. There are some tools which help with that such as [git-duet] [1], but