On Sat, Sep 8, 2018 at 12:44 AM Tim Schumacher [off-list ref] wrote:
+ /*
+ * It could be an alias -- this works around the insanity
* of overriding "git log" with "git show" by having
* alias.log = show
*/
I think this comment block is about the next two lines you just
deleted. So delete it to instead of fixing style.
- if (done_alias)
- break;
if (!handle_alias(argcp, argv))
break;
done_alias = 1;
}
--
Duy