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

Re: [PATCH v5] Re: git-am: allow e-mail file(s) as input

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:47:03

Nicolas Sebrecht schrieb:
The 16/07/09, Nicolas Sebrecht wrote:
quoted
The 16/07/09, Junio C Hamano wrote:
quoted
This patch wastes an extra sed process
Should we really worry about that in a script like git-am.sh? I mean,
does it matter in a day to day work?
Oh I've forgotten, yes we need it: sed -e '/^$/q' leaves this matching
line to the output. An extra CRLF makes 'grep -v' fail.
Then make it

    sed -n -e '/^$/q' -e p

This won't print the trailing empty line.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help