From e1026645bc6576b9b0f4c20e59b5f785c125aff2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 8 Nov 2018 00:39:37 +0000 Subject: git-debrebase: Provide convert-from-unapplied aa alias for -gbp Closes: #905433. Signed-off-by: Ian Jackson --- git-debrebase | 1 + git-debrebase.1.pod | 4 ++++ 2 files changed, 5 insertions(+) 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; diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod index a964180..00b664b 100644 --- a/git-debrebase.1.pod +++ b/git-debrebase.1.pod @@ -254,6 +254,8 @@ If the problem is simply that the existing patches were not made by git-debrebase, using dgit quilt-fixup instead should succeed. +=item git-debrebase convert-from-unapplied [] + =item git-debrebase convert-from-gbp [] Cnnverts any of the following into a git-debrebase interchange branch: @@ -277,6 +279,8 @@ so there are no patches =back +(These two commands operate identically and are simply aliases.) + The conversion is done by generating a new anchor merge, converting any quilt patches as a delta queue, and dropping the patches from the tree. -- cgit v1.2.3