author | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Oct 2005 20:32:03 +0000 (13:32 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 18 Oct 2005 00:41:58 +0000 (17:41 -0700) | ||
commit | 28fba290e3868a41e36379906407cf318cedfe57 | |
tree | f52f95c171f6e4fa26db57a0a8d4d7aef80bb777 | tree | snapshot |
parent | 58452f9442a1fa20e0fde5d200091b7f02e62cea | 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 |