Re: [PATCH] filter-branch: Grok special characters in tag names
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:12
Brandon Casey [off-list ref] writes:
Junio complained that my initial version of this was fragile which has similarities with the above. Initially, I was blindly changing the first line to contain "object...", second line to "type...", etc.
Was it more about not limiting the munging to only the header part? In any case, I think what Hannes has in the patch is fine (although I did not look the lines that follow outside the context).
Would something like the following be equivalent _and_ clearer? Emphasis on "and" because both are necessary, not because I strongly feel it to be so.
I was bitten by a/i/c followed by literal text that behave differently with various implementations of sed, and learned to stay away from the construct long time ago. Things might have gotten better these days, but old habit and gut-reaction is hard to shake off.