Skip to content

Commit bd8a6e5

Browse files
Costa ShulyupinCosta Shulyupin
Costa Shulyupin
authored and
Costa Shulyupin
committed
*in_progress
1 parent 9d2f60a commit bd8a6e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

git-wizard

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,9 @@ in_progress()
229229
prs unmerged '%1 file(s)' 'ls-files --unmerged | cut -f2 | sort -u | wc -l'
230230
actg unmerged t "Run merge tool" mergetool
231231
[ $prop[conflicted] = 0 ] && actg unmerged a "Add" "add \$(git diff --name-only --relative)"
232-
233-
prop s in_progress '%1' "$(git status --untracked-files=no HEAD | grep -q -e "You are" -e "in progress" && echo "an operation")"
232+
# git diff --diff-filter=U --name-only
233+
# git add $(git diff --diff-filter=U --name-only)
234+
prop s in_progress '%1' "$(git status --untracked-files=no HEAD | grep -q -i -e "you are" -e "in progress" && echo "an operation")"
234235
actg in_progress ' ' "Check head status" 'status --untracked-files=no HEAD' # without modifered
235236
git-status-parse
236237
# TODO:

0 commit comments

Comments
 (0)