projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4789576
)
[PATCH] Do not let rsync obliterate .git/object symbolic link.
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>
git-pull-script
patch
|
blob
|
history
diff --git
a/git-pull-script
b/git-pull-script
index
407488a
..
b873203
100755
(executable)
--- a/
git-pull-script
+++ b/
git-pull-script
@@
-6,7
+6,7
@@
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