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
......@@ -279,7 +279,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() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment