Skip to content

Commit 0c1e4da

Browse files
Costa ShulyupinCosta Shulyupin
Costa Shulyupin
authored and
Costa Shulyupin
committed
*unmerged
1 parent cd2d1b0 commit 0c1e4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-wizard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ report()
183183

184184
in_progress()
185185
{
186-
prs unmerged '%1 file(s)' 'diff --name-status --diff-filter=U | wc -l'
187-
actg unmerged g "Run merge tool" mergetool
186+
prs unmerged '%1 file(s)' 'ls-files --unmerged | cut -f2 | sort -u | wc -l'
187+
actg unmerged t "Run merge tool" mergetool
188188

189189
prop s in_progress '%1' "$(git status --untracked-files=no HEAD | grep -q -e "You are" -e "in progress" && echo "an operation")"
190190
actg in_progress ' ' "Check head status" 'status --untracked-files=no HEAD' # without modifered

0 commit comments

Comments
 (0)