Meta/onemerge: fix custom endpoint handling

todo
Junio C Hamano 2026-07-16 11:40:01 -07:00
parent 8550e564f5
commit 91fb406d3e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
endpoint=${1-seen}

cnt1=$(git lgf --grep="Merge branch '" master..$endpoint | wc -l)
cnt2=$(git branch --no-merged master --merged seen '??/*' | wc -l)
cnt2=$(git branch --no-merged master --merged $endpoint '??/*' | wc -l)

if test $cnt1 -eq $cnt2
then