Re: [PATCH] Fix spelling mistakes

2016-04-03 Thread Eric Engestrom
the other fixes. Cheers, Eric On Sun, Apr 03, 2016 at 11:16:35AM -0700, Junio C Hamano wrote: > Eric Engestrom writes: > > > Signed-off-by: Eric Engestrom > > --- > > While I think "through" is not wrong, I do not think it is worth the > patch churn to

[PATCH] Fix spelling mistakes

2016-04-03 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- builtin/apply.c| 2 +- builtin/clean.c| 2 +- config.c | 2 +- contrib/examples/git-am.sh | 2 +- contrib/hooks/multimail/README | 2 +- contrib/subtree/t/t7900-subtree.sh | 2

Re: [PATCH] fetch: show reference pointed by new tags

2016-03-13 Thread Eric Engestrom
Hi Junio, Thanks for the warm welcome, but after your explanation on the purpose of the second field, it looks like my patch was just a plain bad idea. I'm not that new to git (I've been using it actively for 6+ years), but as you guessed, I thought it was just redundant info as I had never seen

[PATCH] fetch: show reference pointed by new tags

2016-03-06 Thread Eric Engestrom
Before, new tags had their names shown twice: * [new tag] v4.5-rc6 -> v4.5-rc6 Instead, show the hash of the commit pointed to: * [new tag] v4.5-rc6 -> fc77dbd Signed-off-by: Eric Engestrom --- This is my first dive into git's code, so it's likely I&#x