summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4789576)
raw | patch | inline | side by side (parent: 4789576)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 18 Apr 2005 23:49:21 +0000 (16:49 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 18 Apr 2005 23:49:21 +0000 (16:49 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-pull-script | patch | blob | history |
diff --git a/git-pull-script b/git-pull-script
index 407488ae9437e90299d6c4b0083cd05342d6c4f9..b873203ccc70292c08aa0c996ec02b757a93c3ef 100755 (executable)
--- a/git-pull-script
+++ b/git-pull-script
merge_repo=$1
echo "Getting object database"
-rsync -avz --ignore-existing $merge_repo/ .git/
+rsync -avz --ignore-existing $merge_repo/objects/. .git/objects/.
echo "Getting remote head"
rsync -avz $merge_repo/HEAD .git/MERGE_HEAD