We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2f60a commit bd8a6e5Copy full SHA for bd8a6e5
git-wizard
@@ -229,8 +229,9 @@ in_progress()
229
prs unmerged '%1 file(s)' 'ls-files --unmerged | cut -f2 | sort -u | wc -l'
230
actg unmerged t "Run merge tool" mergetool
231
[ $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")"
+ # git diff --diff-filter=U --name-only
+ # 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")"
235
actg in_progress ' ' "Check head status" 'status --untracked-files=no HEAD' # without modifered
236
git-status-parse
237
# TODO:
0 commit comments