summaryrefslogtreecommitdiff
path: root/git-debrebase.5.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-02-18 21:22:40 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 16:06:59 +0100
commit2c673e36ec3a2ab290db7588680dcfee82b24616 (patch)
tree00ba83d930ccfef2d7e7e1cf0e0dbfac892fa76e /git-debrebase.5.pod
parent1152570de57130d5b32e8edfa10af1bbc892f2a0 (diff)
git-debrebase(5): tidying up
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase.5.pod')
-rw-r--r--git-debrebase.5.pod19
1 files changed, 13 insertions, 6 deletions
diff --git a/git-debrebase.5.pod b/git-debrebase.5.pod
index 738ec46..1c73ea3 100644
--- a/git-debrebase.5.pod
+++ b/git-debrebase.5.pod
@@ -34,7 +34,7 @@ provided by your upstream.
/ / /
2* 2* 2
/ / /
- 1 1 1 `breakwater' branch, merging baseline
+ 1 1 1 breakwater branch, merging baseline
/ / / unmodified upstream code
---@-----@--A----@--B--C plus debian/ (but no debian/patches)
/ / / no ref refers to this: we
@@ -59,8 +59,7 @@ provided by your upstream.
* Maintainer's HEAD was here while they were editing,
before they said they were done, at which point their
tools generated [% and] -/- commit[s] to convert to
- the fast-forwarding interchange branch. (Maybe the
- tooling is simply `dgit push'.)
+ the fast-forwarding interchange branch.
! NMUer's HEAD was here when they said `dgit push'.
Rebase branch launderer turns each ! into an
@@ -339,8 +338,11 @@ Consider a non-dgit NMU followed by a dgit NMU:
We want to transform this into:
- I. No new upstream version (0 + 00 eq #)
+=over
+
+=item I. No new upstream version
+ (0 + 00 eq #)
--/--B3!--%--/------D*-------------/-->
/ / /
% 4 4**
@@ -356,8 +358,9 @@ We want to transform this into:
/
--#----------------------------------------->
+=item II. New upstream
- II. New upstream (0 + 00 neq #)
+ (0 + 00 neq #)
--/--B3!--%--/------D*-------------/-->
/ / /
@@ -378,6 +381,10 @@ We want to transform this into:
/|
0 00
+=back
+
=head1 SEE ALSO
-dgit(1), dgit(7), dgit-maint-*(7)
+git-debrebase(1),
+dgit-maint-rebase(7),
+dgit(1)