commit | 29b684bf864f49d3f893154557203fc5b34c3b5b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 16 16:39:38 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 19 07:19:19 2016 +0200 |
tree | 253a7c92ae5d4d3e91ff759514f537b4c9118fc0 | |
parent | e3841395ad043fbb356225ac09714eb178286db6 [diff] |
SCRIPTS: teach git-show-backports how to report upstream commits When git-show-backports is called with -u, instead of reporting the commit IDs of the original branch on the left, it will display the upstream commit IDs when such IDs are known, and will also display them in the suggested "git cherry-pick" command line. This is useful when the new branch is more recent than the one being checked and/or it is desired to get rid of intermediary changes.