Skip to content

Commit 44edd6d

Browse files
authored
Merge pull request #233 from danielshahaf/bugfix/list-tracked-in-subdir-v1
Fix: list-tracked in subdir would print invalid paths
2 parents f7f3bce + a952800 commit 44edd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ list() {
279279

280280
get_files() {
281281
GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR
282-
git ls-files
282+
git ls-files --full-name
283283
}
284284

285285
list_tracked() {

0 commit comments

Comments
 (0)