summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-04-22 16:12:56 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 16:07:01 +0100
commitf58777f379b8fea92d8ae4f80c1bba3299d951b3 (patch)
treedf7730e82c2e11af350f3d2b21272c4e8baf8672 /git-debrebase
parentdef888415f7c15890ac55019b3187b5931c0682e (diff)
git-debrebase: Provide conclude subcommand
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-debrebase b/git-debrebase
index ab1990a..72b4828 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -1304,6 +1304,12 @@ sub cmd_stitch () {
do_stitch($prose);
}
+sub cmd_conclude () {
+ badusage "no arguments allowed" if @ARGV;
+ do_launder_head 'launder for conclude';
+ do_stitch 'conclude';
+}
+
sub cmd_convert_from_gbp () {
badusage "needs 1 optional argument, the upstream git rev"
unless @ARGV<=1;