mirror of
https://github.com/git/git.git
synced 2026-01-17 22:26:32 +00:00
Meta/Reintegrate: give a blank to separate cut mark
The reintegrate script can have "### cut here" comments to separate the list of topics at certain points to group them better. Add a blank line after them to make a long list easier to see.
This commit is contained in:
@@ -242,7 +242,7 @@ show_merge () {
|
||||
show_pick () {
|
||||
case "$msg" in
|
||||
"### "* | "###")
|
||||
merged="$msg"
|
||||
merged="$msg$LF"
|
||||
;;
|
||||
*)
|
||||
merged="$(git rev-parse --verify "$commit") pick $msg"
|
||||
|
||||
Reference in New Issue
Block a user