mirror of
https://github.com/git/git.git
synced 2026-08-06 08:01:46 +00:00
Meta/onemerge: fix custom endpoint handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user