My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b78bc
)
t/t4202-log.sh: add newline at end of file
author
Brandon Casey
<casey@nrlssc.navy.mil>
Tue, 22 Jul 2008 21:23:31 +0000
(16:23 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 23 Jul 2008 18:36:41 +0000
(11:36 -0700)
Some shells hang when parsing the script if the last statement is not
followed by a newline. So add one.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4202-log.sh
patch
|
blob
|
history
diff --git
a/t/t4202-log.sh
b/t/t4202-log.sh
index
b536454
..
4c8af45
100755
(executable)
--- a/
t/t4202-log.sh
+++ b/
t/t4202-log.sh
@@
-71,4
+71,5
@@
test_expect_success 'diff-filter=D' '
-test_done
\ No newline at end of file
+test_done
+