Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-send-pack: actually send the object pack
[gitweb.git]
/
git-pull-script
diff --git
a/git-pull-script
b/git-pull-script
index 4ec12bd887e0af896fdfaa1d30219d3e8ff070e8..961edc481b96b0081c816520bc0c4e2cfe5a43f8 100755
(executable)
--- a/
git-pull-script
+++ b/
git-pull-script
@@
-12,7
+12,7
@@
fi
if [ "$2" ]
then
merge_name="$type '$2' of $merge_name"
- merge_head="refs/
{$
type}s/$2"
+ merge_head="refs/
${
type}s/$2"
fi
: ${GIT_DIR=.git}