summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-08 00:39:37 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-11-08 00:39:37 +0000
commite1026645bc6576b9b0f4c20e59b5f785c125aff2 (patch)
treec5b831b394361acf37090bb59a7c360433e065a9 /git-debrebase
parent8521ee9155c24772c1cc0c3c8b6fa00d7d742e2d (diff)
git-debrebase: Provide convert-from-unapplied aa alias for -gbp
Closes: #905433. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-debrebase b/git-debrebase
index fee793c..829ab82 100755
--- a/git-debrebase
+++ b/git-debrebase
@@ -2537,6 +2537,7 @@ sub complete_convert_from ($$$$) {
update_head_checkout $old_head, $new_head, $mrest;
}
+sub cmd_convert_from_unapplied () { cmd_convert_from_gbp(); }
sub cmd_convert_from_gbp () {
badusage __ "want only 1 optional argument, the upstream git commitish"
unless @ARGV<=1;