On Sun, Dec 06, 2015 at 06:55:21PM -0800, Junio C Hamano wrote: > "Eric N. Vander Weele" <ericvw@xxxxxxxxx> writes: > > > "git filter-branch --tag-name-filter" fails when the user-provided > > command attempts to trivially append text to the originally tag name, > > passed via stdin, due to an unexpected newline ('\n'). The newline is > > introduced due to "echo" piping the original tag name to the > > user-provided tag name filter command. > > Is there any other place where we feed such an incomplete line > (i.e. a line without the terminating LF) to the filters in this > command? I suspect we would break filters if we did. On some systems, tools like `sed` and `tr` often behave funny when there is no trailing newline, but I do not recall all of the specific instances (if one felt like engaging in some light masochism, searching the mailing list archive will probably turn up results). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html