mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 21:15:09 +00:00
vim-patch.sh: Fix PR subject with multiple patches
This commit is contained in:
@@ -346,7 +346,8 @@ submit_pr() {
|
||||
fi
|
||||
|
||||
local git_remote
|
||||
git_remote="$(find_git_remote)"
|
||||
git_remote="$(find_git_remote)"
|
||||
local pr_body
|
||||
pr_body="$(git log --grep=vim-patch --reverse --format='#### %s%n%n%b%n' "${git_remote}"/master..HEAD)"
|
||||
local patches
|
||||
# Extract just the "vim-patch:X.Y.ZZZZ" or "vim-patch:sha" portion of each log
|
||||
|
||||
Reference in New Issue
Block a user