Skip to content
Snippets Groups Projects
Commit dad32b0f authored by Richard Hartmann's avatar Richard Hartmann Committed by Mert Dirik
Browse files

test commit

parent 6334d675
Branches
Tags
No related merge requests found
...@@ -286,7 +286,7 @@ retire() { ...@@ -286,7 +286,7 @@ retire() {
list_untracked() { list_untracked() {
for VCSH_REPO_NAME in $(list); do for VCSH_REPO_NAME in $(list); do
[ -n $ran_once ] && files_untracked=$(printf '%s\n' "$files_untracked" | grep -x "$files_other") [ -n $ran_once ] && files_untracked=$(printf '%s\n' "$files_untracked" | grep -Fx "$files_other")
export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git"
files_other="$(git ls-files --others)" files_other="$(git ls-files --others)"
[ -z $ran_once ] && { ran_once=1; files_untracked=$files_other; } [ -z $ran_once ] && { ran_once=1; files_untracked=$files_other; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment