mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 13:12:54 +10:00
Merge pull request #4833 from jamessan/multi-remote-fix
vim-patch.sh: Only print the first neovim/neovim remote name
This commit is contained in:
@@ -92,7 +92,7 @@ commit_message() {
|
||||
|
||||
find_git_remote() {
|
||||
git remote -v \
|
||||
| awk '$2 ~ /github.com[:/]neovim\/neovim/ && $3 == "(fetch)" {print $1}'
|
||||
| awk '$2 ~ /github.com[:/]neovim\/neovim/ && $3 == "(fetch)" {print $1; exit}'
|
||||
}
|
||||
|
||||
assign_commit_details() {
|
||||
|
||||
Reference in New Issue
Block a user