Re: [PATCH] Removed unnecessary use of global variables.
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:22
Nanako Shiraishi [off-list ref] writes:
1. Are you and Junio one same person, and if so what made you change your mind during these 8 hours ;-)?
Last year during Gittogether, Dscho and I were seen in a room sitting parhaps 4 meters apart; I suspect we are different people. http://picasaweb.google.com/dsymonds/GitTogether08#5263025230667494002
2. Junio said "ef90d6d (Provide git_config with a callback-data parameter, 2008-05-14)" and yours is slightly different. Both are equally readable but I think it would help to make sure everybody uses the same format within one project. Do we need a helper command that everybody can use?
I use these two aliases while I am writing e-mails quite often: [alias] one = "!sh -c 'git show -s --pretty=\"format:%h (%s, %ai\" \"$@\" | sed -e \"s/ [012][0-9]:[0-5][0-9]:[0-5][0-9] [-+][0-9][0-9][0-9][0-9]$/)/\"' -" who = "!sh -c 'git log -1 --pretty=\"format:%an <%ae>\" --author=\"$1\"' -"