summaryrefslogtreecommitdiff
path: root/git-debrebase.5.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-18 01:41:53 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-18 01:41:55 +0100
commitda6f19f4f54e84723e9d1435bcfd4f7db8e55986 (patch)
treece0245f54d012ea52daf4f0664b4af9311111075 /git-debrebase.5.pod
parent91fba49d952871ad085bbc6980cfb8c9c82f4fab (diff)
git-debrebase manpages: Fix typos and etc.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase.5.pod')
-rw-r--r--git-debrebase.5.pod13
1 files changed, 7 insertions, 6 deletions
diff --git a/git-debrebase.5.pod b/git-debrebase.5.pod
index 5cfa376..e445c0e 100644
--- a/git-debrebase.5.pod
+++ b/git-debrebase.5.pod
@@ -24,7 +24,7 @@ itself is not very suitable for use by Debian derivatives,
to work on packages inherited from Debian,
because it assumes that you want to throw away any packaging
provided by your upstream.
-However, of git-debrebase in Debian does not make anything harder for
+However, use of git-debrebase in Debian does not make anything harder for
derivatives, and it can make some things easier.
=head1 TERMINOLOGY
@@ -177,7 +177,7 @@ known as B<unstitched>.
While a branch is unstitched,
it is not in interchange format.
The previous interchange branch tip
-tip is recorded,
+is recorded,
so that the previous history
and the user's work
can later be
@@ -381,8 +381,8 @@ general merges on any of the relevant branches.
For this reason the tools will try to help the user
avoid divergence of the interchange branch.
-See dgit-maint-rebase(7) XXX TBD
-for a discussio of what kinds of behaviours
+See dgit-maint-rebase(7)
+for a discussion of what kinds of behaviours
should be be avoided
because
they might generate such merges.
@@ -401,7 +401,7 @@ Nonlinear (merging) history in the breakwater branch is
in principle tolerable,
but each of the parents would have to be, in turn,
a breakwater,
-and difficult qeustions arise if they don't have the same anchor.
+and difficult questions arise if they don't have the same anchor.
We use the commit message annotation to
distinguish the special anchor merges from other general merges,
@@ -511,7 +511,8 @@ The full set of annotations is:
Only anchor merges have the C<[git-debrebase anchor: ...]> tag.
Single-parent anchors are not generated by git-debrebase,
-and when made manually should not be tagged.
+and when made manually should not
+contain any C<[git-debrebase ...]> annotation.
The C<split mixed commit> and C<convert dgit import>
tags are added to the pre-existing commit message,