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

Re: [PATCH v5 01/15] fast-export: avoid importing blob marks

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

Jeff King [off-list ref] writes:
quoted
Major issue:  "echo -n" is still not portable.

Could we simply use

touch  marks-cur  &&
touch marks-new
Yes, "echo -n" is definitely not portable.  Our preferred way of
creating an empty file is just ">file".
Yes.

And it is misleading to use "touch" in this case; unless you are
updating the timestamp of an existing file while preserving the
contents of it, please don't use the command.

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