Skip to content
Snippets Groups Projects
Commit 44edd6d7 authored by Richard Hartmann's avatar Richard Hartmann Committed by GitHub
Browse files

Merge pull request #233 from danielshahaf/bugfix/list-tracked-in-subdir-v1

Fix: list-tracked in subdir would print invalid paths
parents f7f3bce0 a9528006
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ list() { ...@@ -279,7 +279,7 @@ list() {
get_files() { get_files() {
GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR GIT_DIR=$VCSH_REPO_D/$VCSH_REPO_NAME.git; export GIT_DIR
git ls-files git ls-files --full-name
} }
list_tracked() { list_tracked() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment