about summary refs log tree commit diff
path: root/git-merge-pr
Commit message (Collapse)AuthorAgeFilesLines
* use --keep-cr by default HEAD masterLeah Neukirchen2021-11-021-1/+1
| | | | | | | This allows applying patches that change CRLF files. It is safe here as GitHub's .patch endpoint won't inject CR by accident (which could happen on a mail transport).
* fix wget outputLeah Neukirchen2020-06-271-1/+1
|
* Support curl, auto detect which one to use.Érico Rolim2020-06-221-2/+13
| | | | Closes: #2 [via git-merge-pr]
* Print the most recent PRs, but newest lastLeah Neukirchen2020-02-251-2/+2
|
* fix git-config with set -eLeah Neukirchen2017-09-241-1/+1
|
* add merge-pr.whitespace config, defaults to warnMatthias von Faber2017-09-011-1/+2
| | | | | | We don't want a custom apply.whitespace to be used for merge-pr. Closes: #1 [via git-merge-pr]
* simplify using git interpret-trailer's new --in-place optionChristian Neukirchen2016-03-291-3/+2
|
* Show when no open PR are thereChristian Neukirchen2016-02-231-1/+3
|
* List pull requests when no PRNUM is givenChristian Neukirchen2016-02-231-3/+11
|
* Use $GIT_EDITOR which has highest preferenceChristian Neukirchen2016-02-231-1/+1
|
* Rewrite commit message to close PRChristian Neukirchen2016-02-231-3/+13
|
* Initial commit of git-merge-prChristian Neukirchen2016-02-231-0/+23