From: Richard Hartmann Date: Fri, 21 Feb 2014 20:35:54 +0000 (+0100) Subject: Merge branch 'master' of github.com:RichiH/vcsh X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/e646aff7f580fd0de1ca659b4f3313b3a26c87e2?hp=91fbac8288c5fd4d819ea50bf95178a051455ec2 Merge branch 'master' of github.com:RichiH/vcsh --- diff --git a/vcsh b/vcsh index aa97b63..18b9380 100755 --- a/vcsh +++ b/vcsh @@ -334,7 +334,7 @@ upgrade() { git config core.worktree "$VCSH_BASE" fi [ ! "x$VCSH_GITIGNORE" = 'xnone' ] && git config core.excludesfile ".gitignore.d/$VCSH_REPO_NAME" - git config vcsh.vcsh 'true' + git config vcsh.vcsh 'true' use [ -e "$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME" ] && git add -f "$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME" hook post-upgrade