diff --git a/vcsh b/vcsh
index de1b419f4ce57ee0d74233d4156358d418f3055a..183eb179b8a2922913550b3436175b4b266c38e5 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() {