mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
vim-patch.sh: fix/improve pattern with find_git_remote
This commit is contained in:
@@ -87,7 +87,8 @@ commit_message() {
|
||||
}
|
||||
|
||||
find_git_remote() {
|
||||
git remote -v | awk '/neovim\/neovim.*(fetch)/{print $1}'
|
||||
git remote -v \
|
||||
| awk '$2 ~ /github.com[:/]neovim\/neovim/ && $3 == "(fetch)" {print $1}'
|
||||
}
|
||||
|
||||
assign_commit_details() {
|
||||
|
||||
Reference in New Issue
Block a user