Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix permissions on test scripts
[gitweb.git]
/
t
/
t4201-shortlog.sh
diff --git
a/t/t4201-shortlog.sh
b/t/t4201-shortlog.sh
old mode 100644
(file)
new mode 100755
(executable)
index
321429c
..
c27e39c
--- a/
t/t4201-shortlog.sh
+++ b/
t/t4201-shortlog.sh
@@
-11,7
+11,7
@@
test_description='git-shortlog
echo 1 > a1
git add a1
tree=$(git write-tree)
-commit=$(
(echo "Test"; echo) | git commit-tree $tree
)
+commit=$(
(echo "Test"; echo) | git commit-tree $tree
)
git update-ref HEAD $commit
echo 2 > a1