X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/6909ac8d1d9df4544d5f0584682d37e43ed354d9..a952800661456fd5eb1801168380b7210d581371:/vcsh diff --git a/vcsh b/vcsh index de1b419..183eb17 100755 --- a/vcsh +++ b/vcsh @@ -274,7 +274,7 @@ list() { get_files() { GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR - git ls-files + git ls-files --full-name } list_tracked() {