projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix approxidate parsing of relative months and years
[git]
/
t
/
t2050-git-dir-relative.sh
diff --git
a/t/t2050-git-dir-relative.sh
b/t/t2050-git-dir-relative.sh
index
88f268b
..
b7131d8
100755
(executable)
--- a/
t/t2050-git-dir-relative.sh
+++ b/
t/t2050-git-dir-relative.sh
@@
-26,8
+26,8
@@
chmod +x .git/hooks/post-commit'
test_expect_success 'post-commit hook used ordinarily' '
echo initial >top &&
-git
-
add top
-git
-
commit -m initial &&
+git
add top
+git
commit -m initial &&
test -r "${COMMIT_FILE}"
'