From: Sean Whitton Date: Wed, 18 Apr 2018 23:38:37 +0000 (-0700) Subject: dgit-maint-debrebase(7): fix debrebase invocations X-Git-Tag: archive/debian/5.0~6^2~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=0c173ee9dca1fb60f33b4b0138914a0183dc4bd8;ds=inline dgit-maint-debrebase(7): fix debrebase invocations Signed-off-by: Sean Whitton --- diff --git a/dgit-maint-debrebase.7.pod b/dgit-maint-debrebase.7.pod index 1ff03b71..599b6c7d 100644 --- a/dgit-maint-debrebase.7.pod +++ b/dgit-maint-debrebase.7.pod @@ -373,7 +373,7 @@ edit, re-order and delete patches. Run =over 4 - % git debrebase + % git debrebase -i =back @@ -417,7 +417,7 @@ delta queue appears right at the tip of the branch you will push: =over 4 - % git debrebase launder + % git debrebase % dgit push-source =back @@ -538,11 +538,11 @@ package, but this should already be represented in your git history.) =head2 Alternative ways to start a debrebase Above we started an interactive debrebase by invoking git-debrebase(1) -without any arguments, i.e. +like this: =over 4 - % git debrebase + % git debrebase -i =back