Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Fix buffer overflow in ce_flush().
[gitweb.git]
/
git-fetch.sh
diff --git
a/git-fetch.sh
b/git-fetch.sh
index 4928cd5bed7dd6a5bd4653f51a45c611bf8e9379..673a1841793ff5cd5b3422471dfaebf049b5b63e 100755
(executable)
--- a/
git-fetch.sh
+++ b/
git-fetch.sh
@@
-94,6
+94,7
@@
append_fetch_head () {
}
fast_forward_local () {
+ mkdir -p "$(dirname "$GIT_DIR/$1")"
case "$1" in
refs/tags/*)
# Tags need not be pointing at commits so there