summaryrefslogtreecommitdiff
path: root/test-retroactive.sh
diff options
context:
space:
mode:
authorJed Brown <jed@59A2.org>2013-02-18 10:48:46 -0600
committerJed Brown <jed@59A2.org>2013-02-18 10:48:46 -0600
commit6208687a0ba1f6c3e84630a42035cc6b7947d989 (patch)
tree09e89ce9068052ab73da2174fdd23acdef68dc44 /test-retroactive.sh
parent0f143e2d41cc70db5777cbf8d00aa52858e18fc3 (diff)
downloadgit-fat-6208687a0ba1f6c3e84630a42035cc6b7947d989.tar.gz
Fix broken rsync pull, bug introduced in 309f63097a
Diffstat (limited to 'test-retroactive.sh')
-rwxr-xr-xtest-retroactive.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-retroactive.sh b/test-retroactive.sh
index b5c2ffe..dd02367 100755
--- a/test-retroactive.sh
+++ b/test-retroactive.sh
@@ -32,3 +32,19 @@ git checkout HEAD^
rm *
git checkout .
ls -al
+
+# Set up place to push
+git checkout master
+cat > .gitfat <<EOF
+[rsync]
+remote = $(realpath ../retro-store)
+EOF
+git add .gitfat
+git commit -m'Add .gitfat for local push'
+git fat push
+
+cd ..
+git clone file:///$(realpath retro) retro-clone
+cd retro-clone
+git fat init
+git fat pull