Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-log --first-parent: show only the first parent log
[gitweb.git]
/
t
/
t5520-pull.sh
diff --git
a/t/t5520-pull.sh
b/t/t5520-pull.sh
index 66ef92f41f41e6b195f7936fbcac4a2a9c8dd946..7eb37838bb788dfb68361bca95860fd532276deb 100755
(executable)
--- a/
t/t5520-pull.sh
+++ b/
t/t5520-pull.sh
@@
-17,7
+17,7
@@
test_expect_success setup '
test_expect_success 'pulling into void' '
mkdir cloned &&
cd cloned &&
- git
_init_db
&&
+ git
init
&&
git pull ..
'