summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdot/local/bin/git-push-clone2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/git-push-clone b/dot/local/bin/git-push-clone
index 06d045e..b83b27f 100755
--- a/dot/local/bin/git-push-clone
+++ b/dot/local/bin/git-push-clone
@@ -41,7 +41,7 @@ git_init_push_checkout()
41 41
42 if [ "$CHECKOUT_BRANCH" -a ! "$BARE" ]; then 42 if [ "$CHECKOUT_BRANCH" -a ! "$BARE" ]; then
43 (cd "$TEMP_DIR"; 43 (cd "$TEMP_DIR";
44 git config --unset core.bare 44 git config core.bare false
45 git checkout "$CHECKOUT_BRANCH") 45 git checkout "$CHECKOUT_BRANCH")
46 fi 46 fi
47} 47}