Files
neovim/scripts
Daniel Hahler 213b6b5c28 vim-patch: handle tags, pass through git-log options (#10140)
* scripts/vim-patch.sh: fall back to "origin" for remote

Without this, it would fail e.g. with a locally cloned repo of Neovim.

* scripts/vim-patch.sh: assign_commit_details: handle tags  [ci skip]

- Handle "v" prefix from Vim tags.
- Exit in case of error therein already.

* -l/-L: pass through git-log options  [ci skip]

This allows for only listing missing patches for a given Vim file:

> scripts/vim-patch.sh -L src/edit.c
2019-07-30 07:45:59 +02:00
..
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2019-05-25 10:00:41 +02:00
2019-01-26 20:38:14 +01:00
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2017-12-27 12:30:55 +01:00