Re: [PATCH 9/9] trailer: add tests for "git interpret-trailers"

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: [PATCH 9/9] trailer: add tests for "git interpret-trailers"

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:31

Christian Couder [off-list ref] writes:
+# Do not remove trailing spaces below!
+cat >complex_message_trailers <<'EOF'
+Fixes: 
+Acked-by: 
+Reviewed-by: 
+Signed-off-by: 
+EOF
Just a hint.  I think it is far safer and robust over time to do
something like this:

	sed -e 's/ Z$/ /' <<-\EOF
        Fixes: Z
        Acked-by: Z
        EOF

instead of a comment, which can warn human developers but does not
do anything to prevent their editors' auto-fix features from kicking
in.

Re: [PATCH 9/9] trailer: add tests for "git interpret-trailers"

From: Josh Triplett <josh@joshtriplett.org>
Date: 2016-06-15 22:59:31

On Mon, Dec 30, 2013 at 09:19:55AM -0800, Junio C Hamano wrote:
Christian Couder [off-list ref] writes:
quoted
+# Do not remove trailing spaces below!
+cat >complex_message_trailers <<'EOF'
+Fixes: 
+Acked-by: 
+Reviewed-by: 
+Signed-off-by: 
+EOF
Just a hint.  I think it is far safer and robust over time to do
something like this:

	sed -e 's/ Z$/ /' <<-\EOF
        Fixes: Z
        Acked-by: Z
        EOF

instead of a comment, which can warn human developers but does not
do anything to prevent their editors' auto-fix features from kicking
in.
This, but for simplicity, since every line needs the trailing space, why
not just use 's/$/ /' and drop the ' Z' on every line?

</bikeshed>

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