mirror of
https://github.com/git/git.git
synced 2026-08-09 09:34:14 +00:00
Meta/Reintegrate: report the "cut" points
This commit is contained in:
@@ -92,7 +92,13 @@ no)
|
||||
continue
|
||||
fi
|
||||
|
||||
case "$branch" in '#'* | '') continue ;; esac
|
||||
case "$branch" in
|
||||
'###')
|
||||
echo >&2 "$branch"
|
||||
continue ;;
|
||||
'#'* | '')
|
||||
continue ;;
|
||||
esac
|
||||
|
||||
case "$eh" in
|
||||
"" | "#"*)
|
||||
|
||||
Reference in New Issue
Block a user