| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This is meant to be a direct translation of the bash script,
with the difference that it retrieves the PR title from github,
thus creating pull messages like:
Merge #12345: Expose transaction temperature over RPC
|
| |
|
|
|
| |
If a problem happens with gpg, exit prematurely so that it doesn't push
the branch upstream.
|
| |
|
|
|
|
|
|
|
|
|
| |
This reverts commit 1078fb08851442bcd7750c3d5015dc1fe7e4d927 (and thus
pull #5623). It has various issues:
- Pull request names get cut off at ", see e.g. a026a56
- Merge script no longer copes with pulls that have a milestone
attached, due to a duplicate 'title' in JSON that is not handled by the
ad-hoc parsing.
|
| | |
|
| |
|
|
|
| |
- Exit when there is no signing key configured
- Exit when user does not want to sign off
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Running git version 2.1.0 on OSX (homebrew), I get
fatal: '1q': not a non-negative integer
I'm guessing git command-line parsing got more strict recently?
|
| |
|