summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-playtree-setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-playtree-setup b/git-playtree-setup
index 5ef5c18..61ba3b1 100755
--- a/git-playtree-setup
+++ b/git-playtree-setup
@@ -30,6 +30,7 @@ esac
git -c init.defaultBranch=${GIT_PLAYTREE_DEFAULT_BRANCH-master} init -q
git config gc.auto 0
+git config diff.noprefix 0
unset_all () { git config --local --unset-all $key || [ $? = 5 ]; }