projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd20079
)
t4119: correct overeager war-on-whitespace
author
Junio C Hamano
<gitster@pobox.com>
Sat, 24 Nov 2007 04:13:41 +0000
(20:13 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 25 Nov 2007 00:46:42 +0000
(16:46 -0800)
Earlier
a6080a0a44d5ead84db3dabbbc80e82df838533d
(War on whitespace)
dropped a necessary trailing whitespace from the test vector.
t/t4119-apply-config.sh
patch
|
blob
|
history
diff --git
a/t/t4119-apply-config.sh
b/t/t4119-apply-config.sh
index 65571e05496eb3710cb89d93f5b95d34b77d1998..b540f7295a1bb48bf044d297201b07aca9fb5005 100755
(executable)
--- a/
t/t4119-apply-config.sh
+++ b/
t/t4119-apply-config.sh
@@
-24,7
+24,7
@@
cat >gpatch.file <<\EOF &&
+++ file1+ 2007-02-21 01:07:44.000000000 -0800
@@ -1 +1 @@
-A
-+B
++B
EOF
sed -e 's|file1|sub/&|' gpatch.file >gpatch-sub.file &&