Skip to content
Snippets Groups Projects
Commit 6d6e632b authored by Roland Hopferwieser's avatar Roland Hopferwieser Committed by GitHub
Browse files

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

Fix: list-tracked in subdir would print invalid paths
parents 36a7cedf a9528006
Branches
No related tags found
No related merge requests found
...@@ -274,7 +274,7 @@ list() { ...@@ -274,7 +274,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