We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2d1b0 commit 0c1e4daCopy full SHA for 0c1e4da
git-wizard
@@ -183,8 +183,8 @@ report()
183
184
in_progress()
185
{
186
- prs unmerged '%1 file(s)' 'diff --name-status --diff-filter=U | wc -l'
187
- actg unmerged g "Run merge tool" mergetool
+ prs unmerged '%1 file(s)' 'ls-files --unmerged | cut -f2 | sort -u | wc -l'
+ actg unmerged t "Run merge tool" mergetool
188
189
prop s in_progress '%1' "$(git status --untracked-files=no HEAD | grep -q -e "You are" -e "in progress" && echo "an operation")"
190
actg in_progress ' ' "Check head status" 'status --untracked-files=no HEAD' # without modifered
0 commit comments