Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim-patch.sh: include --shortstat with -m #11765

Closed
wants to merge 1 commit into from

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Jan 26, 2020

Example output:

% scripts/vim-patch.sh -m v8.1.0744
=== getting missing patches for 5 files ===
[1/5] src/if_perl.xs: v8.0.1123: cannot define a toolbar for a window
[2/5] src/if_py_both.h: v8.1.0735: cannot handle binary data
[3/5] src/integration.c: -
[4/5] src/option.c: v8.0.1455: if $SHELL contains a space then 'shell' is incorrect
[5/5] src/version.c: v8.0.1119: quitting a split terminal window kills the job
✘ 4 missing previous Vim patches:
 - v8.0.1119: quitting a split terminal window kills the job
   3 files changed, 39 insertions(+), 20 deletions(-)
 - v8.0.1123: cannot define a toolbar for a window
   20 files changed, 679 insertions(+), 238 deletions(-)
 - v8.0.1455: if $SHELL contains a space then 'shell' is incorrect
   4 files changed, 40 insertions(+), 6 deletions(-)
 - v8.1.0735: cannot handle binary data
   27 files changed, 1357 insertions(+), 117 deletions(-)

@marvim marvim added RFC vim-patch See https://neovim.io/doc/user/dev_vimpatch.html and removed RFC labels Jan 26, 2020
@justinmk justinmk changed the title [RFC] scripts/vim-patch.sh: include --shortstat with -m vim-patch.sh: include --shortstat with -m Jan 27, 2020
@justinmk justinmk removed the RFC label Jan 28, 2020
@teto
Copy link
Member

teto commented May 5, 2020

this gets a better idea of the amount of work for each patch. I can merge once you fix the linter.

@janlazo janlazo closed this in 074745d Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vim-patch See https://neovim.io/doc/user/dev_vimpatch.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants