Re: [PATCH v1 4/8] commit: move print_commit_summary() to libgit

2017-11-07 Thread Junio C Hamano
Phillip Wood writes: > On 07/11/17 03:38, Junio C Hamano wrote: >> Phillip Wood writes: >> >>> From: Phillip Wood >>> >>> Move print_commit_summary() from builtin/commit.c to sequencer.c so it >>> can be shared

Re: [PATCH v1 4/8] commit: move print_commit_summary() to libgit

2017-11-07 Thread Phillip Wood
On 07/11/17 03:38, Junio C Hamano wrote: > Phillip Wood writes: > >> From: Phillip Wood >> >> Move print_commit_summary() from builtin/commit.c to sequencer.c so it >> can be shared with other commands. The function is modified by >>

Re: [PATCH v1 4/8] commit: move print_commit_summary() to libgit

2017-11-06 Thread Junio C Hamano
Phillip Wood writes: > From: Phillip Wood > > Move print_commit_summary() from builtin/commit.c to sequencer.c so it > can be shared with other commands. The function is modified by > changing the last argument to a flag so callers can

[PATCH v1 4/8] commit: move print_commit_summary() to libgit

2017-11-06 Thread Phillip Wood
From: Phillip Wood Move print_commit_summary() from builtin/commit.c to sequencer.c so it can be shared with other commands. The function is modified by changing the last argument to a flag so callers can specify whether they want to show the author date in addition