author | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Oct 2005 20:34:42 +0000 (13:34 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Oct 2005 20:34:42 +0000 (13:34 -0700) | ||
commit | 25785195eebcd700e854e1bcc89f8d5e711523e2 | |
tree | 34eb607e12bb793fd1c37d0acb032d34ee469dd8 | tree | snapshot |
parent | b71d01ef3cb9dfc41b32f360c2b10403b37c0e7a | commit | diff |
Do not quote SP.
Follow the "encode minimally" principle -- our tools, including
git-apply and git-status, can handle pathnames with embedded SP just
fine. The only problematic ones are TAB and LF, and we need to quote
the metacharacters introduced for quoting.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Follow the "encode minimally" principle -- our tools, including
git-apply and git-status, can handle pathnames with embedded SP just
fine. The only problematic ones are TAB and LF, and we need to quote
the metacharacters introduced for quoting.
Signed-off-by: Junio C Hamano <junkio@cox.net>
quote.c | diff | blob | history |