Re: [PATCH] Fix spelling mistakes

2016-04-03 Thread Eric Engestrom
fixes. Cheers, Eric On Sun, Apr 03, 2016 at 11:16:35AM -0700, Junio C Hamano wrote: > Eric Engestrom <e...@engestrom.ch> writes: > > > Signed-off-by: Eric Engestrom <e...@engestrom.ch> > > --- > > While I think "through" is not wrong, I do not thi

[PATCH] Fix spelling mistakes

2016-04-03 Thread Eric Engestrom
Signed-off-by: Eric Engestrom <e...@engestrom.ch> --- 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

[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 <e...@engestrom.ch> --- This is my first dive into git's code, so it'