diff options
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README index c048908..f4e07f9 100644 --- a/README +++ b/README @@ -11,7 +11,6 @@ the newest patch to close the pull request upon push (can be disabled by setting `merge-pr.autoclose` to false). Without PRNUM, all open pull requests of REMOTE will be listed. -This requires `jq` to be available. Useful `git am` flags: @@ -26,6 +25,12 @@ Useful `git am` flags: * Conflicts can easily be dealt with in an ad-hoc fashion. * Interactive mode allows for on-the-fly cherry picking. +## Requirements + +* Git 2.2.0 or newer +* wget +* jq (only for listing pull requests) + ## Copyright git-merge-pr is in the public domain. |