Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsimport: fix usage of cvsimport.module
[gitweb.git]
/
t
/
t5516-fetch-push.sh
diff --git
a/t/t5516-fetch-push.sh
b/t/t5516-fetch-push.sh
index c0fa2ba404a7772af07d8546a51b05bd9b17ec2c..ca46aafe72fbf74d0569e68a0e7920655d98f9f5 100755
(executable)
--- a/
t/t5516-fetch-push.sh
+++ b/
t/t5516-fetch-push.sh
@@
-11,7
+11,8
@@
mk_empty () {
mkdir testrepo &&
(
cd testrepo &&
- git init
+ git init &&
+ mv .git/hooks .git/hooks-disabled
)
}