mirror of
https://github.com/git/git.git
synced 2026-08-09 09:34:14 +00:00
Meta/Reintegrate: allow comment in redo list
This commit is contained in:
@@ -39,9 +39,9 @@ no)
|
||||
|
||||
while read branch eh
|
||||
do
|
||||
case "$branch" in '#'*) continue ;; esac
|
||||
case "$branch" in '#'* | '') continue ;; esac
|
||||
case "$eh" in
|
||||
"")
|
||||
"" | "#"*)
|
||||
save=$(git rev-parse --verify HEAD)
|
||||
|
||||
echo >&2 "* $branch"
|
||||
|
||||
Reference in New Issue
Block a user