1
0
mirror of https://github.com/git/git.git synced 2024-10-22 01:49:40 +02:00
git/contrib/subtree
Lukas Fleischer 19c3c5fdcb Avoid using echo -n anywhere
`echo -n` is non-portable. The POSIX specification says:

    Conforming applications that wish to do prompting without <newline>
    characters or that could possibly be expecting to echo a -n, should
    use the printf utility derived from the Ninth Edition system.

Since all of the affected shell scripts use a POSIX shell shebang,
replace `echo -n` invocations with printf.

Signed-off-by: Lukas Fleischer <git@cryptocrack.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-07-29 09:56:58 -07:00
..
t Avoid using echo -n anywhere 2013-07-29 09:56:58 -07:00
.gitignore
COPYING
git-subtree.sh Avoid using echo -n anywhere 2013-07-29 09:56:58 -07:00
git-subtree.txt Merge branch 'dg/subtree-fixes' 2013-02-14 10:28:26 -08:00
INSTALL
Makefile contrib/subtree: make the manual directory if needed 2013-02-05 15:23:41 -08:00
README
todo

Please read git-subtree.txt for documentation.

Please don't contact me using github mail; it's slow, ugly, and worst of
all, redundant. Email me instead at apenwarr@gmail.com and I'll be happy to
help.

Avery