[PATCH] shortlog: pass the mailmap into the revision walker

2018-12-12 Thread CB Bailey
From: CB Bailey shortlog always respects the mailmap in its output. Pass the mailmap into the revision walker to allow the mailmap to be used with revision limiting options such as '--author'. This removes some apparently inconsistent behaviors when using '--author', such as

[PATCH] shortlog: pass the mailmap into the revision walker

2018-12-12 Thread CB Bailey
From: CB Bailey shortlog always respects the mailmap in its output. Pass the mailmap into the revision walker to allow the mailmap to be used with revision limiting options such as '--author'. This removes some apparently inconsistent behaviors when using '--author', such as

[RFC/PATCH] Use mailmap by default in log, show and whatchanged

2018-12-13 Thread CB Bailey
From: CB Bailey People who have changed their name or email address will usually know that they need to set 'log.mailmap' in order to have their new details reflected for old commits with 'git log', but others who interact with them may not know or care enough to enable this

Re: [RFC/PATCH] Use mailmap by default in log, show and whatchanged

2018-12-13 Thread CB Bailey
On Thu, Dec 13, 2018 at 12:09:40PM +, CB Bailey wrote: > I had a dig around in the mailing list archives and couldn't find any > specific reason not to use a mailmap in log where one is in use. I did > find this message which suggests that it makes sense to make it the >

Re: Deadname rewriting

2019-06-21 Thread CB Bailey
On Fri, Jun 21, 2019 at 11:34:06PM +0200, Ævar Arnfjörð Bjarmason wrote: > >> This topic was discussed at the last git contributor summit (brought up > >> by CB Bailey) resulting in this patch, which I see didn't make it in & > >> needs to be resurrected agai

[PATCH] t2024: mark test using "checkout -p" with PERL prerequisite

2018-08-17 Thread CB Bailey
checkout with the -p switch uses the "add interactive" framework which is written in Perl. Add a PERL prerequisite to skip this test when built with NO_PERL. Signed-off-by: CB Bailey --- t/t2024-checkout-dwim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] t4038: Remove non-portable '-a' option passed to test_cmp

2019-09-20 Thread CB Bailey
From: CB Bailey Signed-off-by: CB Bailey --- t/t4038-diff-combined.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t4038-diff-combined.sh b/t/t4038-diff-combined.sh index d4afe12554..b9d876efa2 100755 --- a/t/t4038-diff-combined.sh +++ b/t/t4038-diff-combined.sh

Re: [PATCH v4 0/3] use mailmap by default in git log

2019-09-22 Thread CB Bailey
On Thu, Jul 11, 2019 at 01:37:24PM -0500, Ariadne Conill wrote: > It is not uncommon for people to change their name or e-mail address. > To facilitate this, Git provides support for the `.mailmap` file, > which contains a list of identities and previously used e-mail > addresses that are associate

Re: [PATCH] CODE_OF_CONDUCT: mention individual project-leader emails

2019-09-27 Thread CB Bailey
On 26/09/2019 08:20, Jeff King wrote: > On Tue, Sep 24, 2019 at 04:52:56PM -0700, Emily Shaffer wrote: >> I helped my other FOSS project to adopt a Code of Conduct earlier in >> the year (https://github.com/openbmc/docs/blob/master/code-of-conduct.md) >> and we got around this by asking for volunte

Re: [PATCH v3] diffcore-break: use a goto instead of a redundant if statement

2019-09-29 Thread CB Bailey
On Sat, Sep 28, 2019 at 06:56:46PM -0600, Alex Henrie wrote: > The condition "if (q->nr <= j)" checks whether the loop exited normally > or via a break statement. This check can be avoided by replacing the > jump to the end of the loop with a jump to the end of the function. > > With the break rep

Re: [PATCH] filter-branch: use printf instead of echo -e

2018-03-19 Thread CB Bailey
On Mon, Mar 19, 2018 at 03:49:05PM +0100, Michele Locati wrote: > In order to echo a tab character, it's better to use printf instead of > "echo -e", because it's more portable (for instance, "echo -e" doesn't work > as expected on a Mac). > > This solves the "fatal: Not a valid object name" error

Re: Raise your hand to Ack jk/code-of-conduct if your Ack fell thru cracks

2019-10-09 Thread CB Bailey
still wait for a few > days for people who expressed their Acks but your scan missed, or > those who wanted to give their Acks but forgot to do so, to raise > their hands on this thread. Acked-by: CB Bailey I raise my hand.