Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch.sh: fix regression | Justin M. Keyes | 2016-01-08 |
| | |||
* | vim-patch.sh: force LC_ALL=C for preprocessing | Justin M. Keyes | 2015-12-17 |
| | | | | | | | | | | Any patch may contain mixed encodings, so we must process them as byte arrays. E.g. with stock `sed` on OS X patch 8a94d873aa8c753a8522ea86a049bdf2abd0c507 causes this error: sed: RE error: illegal byte sequence To avoid that, set LC_ALL=C. Also remove redundant *.patch creation from review_pr(). | ||
* | vim-patch.sh: fix order of non-tagged patches | Justin M. Keyes | 2015-12-17 |
| | | | | Sort non-tagged patches in descending order, like tagged patches. | ||
* | Fix the examples for vim-patch.sh so they are valid commands. #3631 | Johan Klokkhammer Helsing | 2015-11-08 |
| | | | | The examples were missing the required -p flag. | ||
* | vim-patch.sh: best-effort for older git. | Justin M. Keyes | 2015-08-27 |
| | |||
* | vim-patch.sh: get all untagged patches #3250 | Justin Gassner | 2015-08-27 |
| | |||
* | vim-patch.sh: update for git | Justin M. Keyes | 2015-08-26 |
| | |||
* | vim-patch.sh: update for Vim's hg => git migration | John Whitley | 2015-08-26 |
| | |||
* | vim-patch.sh: Add --review option to compare PR and original diffs. #3083 | Florian Walch | 2015-08-03 |
| | | | | Helped-by: Michael Reed <m.reed@mykolab.com> | ||
* | vim-patch.sh: Fix indentation, use GH URL for tagged versions. #2525 | Florian Walch | 2015-04-28 |
| | | | | | | * Link to the commit details on GitHub for a tagged version. * Non-tagged patches (runtime updates) are still linked to Google Code because they are identified by a Mercurial commit hash. | ||
* | scripts/vim-patch.sh: Misc. improvements #2108 | Michael Reed | 2015-03-16 |
| | | | | | | | | | | | | - Check for mercurial before using it - Make 'Merging patches...' wiki page easier to copy - Use `basename` instead of assuming the user is running vim-patch.sh via the repo root - Appease shellcheck by quoting path variables - Remove unneeded variable quoting inside [[ ]] blocks - Don't unconditionally 'exit 1' '-h' and '--help' are both recognized options, so current behavior is misleading. | ||
* | scripts/vim-patch: Allow equivalent shorthand args | Michael Reed | 2015-02-02 |
| | |||
* | vim-patch.sh: Add option to list missing Vim changesets. | Florian Walch | 2015-01-14 |
| | |||
* | Improvements to vim-patch script. | Florian Walch | 2014-12-25 |
| | |||
* | Ignore update errors in vim-patch script. | Florian Walch | 2014-12-23 |
| | |||
* | Add helper script for porting vim patches. | Florian Walch | 2014-11-21 |