X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/0554f58886a62ee654998cc656d923fe86246cd7..cf9bd27d5bcbecf461b55acd76dbf57679e4a6b3:/vcsh diff --git a/vcsh b/vcsh index e339cde..c30b12d 100755 --- a/vcsh +++ b/vcsh @@ -169,7 +169,7 @@ clone() { [ x"$VCSH_CONFLICT" = x'1' ]) && fatal "will stop after fetching and not try to merge! Once this situation has been resolved, run 'vcsh $VCSH_REPO_NAME pull' to finish cloning." 17 - git merge origin/"$VCSH_BRANCH" + git -c merge.ff=true merge origin/"$VCSH_BRANCH" hook post-merge hook post-clone retire @@ -264,7 +264,7 @@ list_tracked_helper() { } list_tracked_by() { - list_tracked $2 + list_tracked '' $2 } list_untracked() {