Thread (4 messages) flat view 4 messages, 2 authors, 2016-06-15

Re: [PATCH] filter-branch.sh: support nearly proper tag name filtering

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:25

Possibly related (same subject, not in this thread)

Brandon Casey [off-list ref] writes:
I learned that the 'Q' command to sed is not portable, and most versions
of sed require a newline after 'c\' like commands.
Both true.  If you want to be portable to esoteric ones (I suffered AIX
while hacking on autoconf long time ago), sed is a bitch to get right.

What I meant with my earlier comment was that it would have been more
robust if you did a sequence of:

	s/type .*/type $newtype/
        s/object .*/object $newobject/

instead of relying on the order in the existing objects, but I should have
been more explicit about c\ as well.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help