chiark / gitweb /
changelog: start 9.14
[dgit.git] / po4a / git-debrebase_1.pot
index 72f8b5ac7e031c4abe642c5e8ad08c701b1c163a..46aa9f4cbcadb25a36647917806e12fdf5be6e0c 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2018-10-04 12:36+0100\n"
+"POT-Creation-Date: 2020-02-02 16:50+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21,39 +21,34 @@ msgstr ""
 #: ../dgit-maint-native.7.pod:1 ../dgit-maint-merge.7.pod:1
 #: ../dgit-maint-gbp.7.pod:1 ../dgit-maint-debrebase.7.pod:1
 #: ../dgit-downstream-dsc.7.pod:1 ../dgit-sponsorship.7.pod:1
-#: ../git-debrebase.1.pod:1 ../git-debrebase.5.pod:1
+#: ../dgit-maint-bpo.7.pod:1 ../git-debrebase.1.pod:1 ../git-debrebase.5.pod:1
+#: ../git-debpush.1.pod:1
 #, no-wrap
 msgid "NAME"
 msgstr ""
 
 #. type: =head1
-#: ../dgit.1:496 ../git-debrebase.1.pod:441
+#: ../dgit.1:496 ../git-debrebase.1.pod:477
 #, no-wrap
 msgid "OPTIONS"
 msgstr ""
 
 #. type: =head1
-#: ../dgit.1:1394 ../dgit.7:23 ../dgit-user.7.pod:447
+#: ../dgit.1:1575 ../dgit.7:23 ../dgit-user.7.pod:447
 #: ../dgit-nmu-simple.7.pod:137 ../dgit-maint-native.7.pod:126
-#: ../dgit-maint-merge.7.pod:491 ../dgit-maint-gbp.7.pod:136
-#: ../dgit-maint-debrebase.7.pod:722 ../dgit-downstream-dsc.7.pod:352
-#: ../dgit-sponsorship.7.pod:321 ../git-debrebase.1.pod:598
-#: ../git-debrebase.5.pod:678
+#: ../dgit-maint-merge.7.pod:524 ../dgit-maint-gbp.7.pod:136
+#: ../dgit-maint-debrebase.7.pod:782 ../dgit-downstream-dsc.7.pod:352
+#: ../dgit-sponsorship.7.pod:321 ../dgit-maint-bpo.7.pod:140
+#: ../git-debrebase.1.pod:634 ../git-debrebase.5.pod:678
+#: ../git-debpush.1.pod:261
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
-#. type: =head1
-#: ../dgit-user.7.pod:5 ../dgit-maint-native.7.pod:5
-#: ../dgit-maint-merge.7.pod:5 ../dgit-maint-gbp.7.pod:5
-#: ../dgit-maint-debrebase.7.pod:5 ../dgit-downstream-dsc.7.pod:5
-#: ../git-debrebase.1.pod:10 ../git-debrebase.5.pod:5
-msgid "INTRODUCTION"
-msgstr ""
-
 #. type: textblock
 #: ../git-debrebase.1.pod:3
-msgid "git-debrebase - delta queue rebase tool for Debian packaging"
+msgid ""
+"git-debrebase - tool to maintain series of Debian changes to upstream source"
 msgstr ""
 
 #. type: =head1
@@ -70,59 +65,95 @@ msgid ""
 "\n"
 msgstr ""
 
+#. type: =head1
+#: ../git-debrebase.1.pod:10
+msgid "QUICK REFERENCE"
+msgstr ""
+
 #. type: textblock
-#: ../git-debrebase.1.pod:12 ../git-debrebase.5.pod:7
+#: ../git-debrebase.1.pod:12
+msgid "These are most of the commands you will regularly need:"
+msgstr ""
+
+#. type: verbatim
+#: ../git-debrebase.1.pod:14
+#, no-wrap
 msgid ""
-"git-debrebase is a tool for representing in git, and manpulating, Debian "
-"packages based on upstream source code."
+" git debrebase -i                           # edit the patch queue\n"
+" git debrebase conclude && git push         # push to eg salsa\n"
+" git debrebase conclude && dgit push-source # source-only upload\n"
+" git debrebase [-i] new-upstream 1.2.3-1    # uses tag, eg \"v1.2.3\"\n"
+" dpkg-buildpackage -uc -b                   # get test debs, at any time\n"
+"\n"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:16
+#: ../git-debrebase.1.pod:20
 msgid ""
-"This is the command line reference.  Please read the tutorial L<dgit-maint-"
-"debrebase(7)>.  For background, theory of operation, and definitions see "
+"To add patches, or edit the packaging, just make git commits.  Ignore "
+"anything that may appear in debian/patches.  Avoid using \"git pull\" and "
+"\"git merge\" without \"--ff-only\"."
+msgstr ""
+
+#. type: textblock
+#: ../git-debrebase.1.pod:24
+msgid ""
+"git-debrebase has a special branch format, so see \"CONVERTING AN EXISTING "
+"PACKAGE\" in L<dgit-maint-debrebase(7)>."
+msgstr ""
+
+#. type: =head1
+#: ../git-debrebase.1.pod:27
+msgid "GUIDE TO DOCUMENTATION"
+msgstr ""
+
+#. type: textblock
+#: ../git-debrebase.1.pod:29
+msgid ""
+"This is the command line reference.  There is also a detailed workflow "
+"tutorial at L<dgit-maint-debrebase(7)> (on which the above \"QUICK REFERENCE"
+"\" is based).  For background, theory of operation, and definitions see "
 "L<git-debrebase(5)>."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:22
+#: ../git-debrebase.1.pod:36
 msgid ""
-"You should read this manpage in cojnunction with L<git-debrebase(5)/"
+"You should read this manpage in conjunction with L<git-debrebase(5)/"
 "TERMINOLOGY>, which defines many important terms used here."
 msgstr ""
 
 #. type: =head1
-#: ../git-debrebase.1.pod:26
+#: ../git-debrebase.1.pod:40
 msgid "PRINCIPAL OPERATIONS"
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:30
+#: ../git-debrebase.1.pod:44
 msgid "git-debrebase [-- <git-rebase options...>]"
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:32
+#: ../git-debrebase.1.pod:46
 msgid "git-debrebase [-i <further git-rebase options...>]"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:34
+#: ../git-debrebase.1.pod:48
 msgid ""
 "Unstitches and launders the branch.  (See L</UNSTITCHING AND LAUNDERING> "
 "below.)"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:37
+#: ../git-debrebase.1.pod:51
 msgid ""
 "Then, if any git-rebase options were supplied, edits the Debian delta queue, "
 "using git-rebase, by running"
 msgstr ""
 
 #. type: verbatim
-#: ../git-debrebase.1.pod:41
+#: ../git-debrebase.1.pod:55
 #, no-wrap
 msgid ""
 "    git rebase <git-rebase options> <breakwater-tip>\n"
@@ -130,7 +161,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:43
+#: ../git-debrebase.1.pod:57
 msgid ""
 "Do not pass a base branch argument: git-debrebase will supply that.  Do not "
 "use --onto, or --fork-point.  Useful git-rebase options include -i and --"
@@ -138,7 +169,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:48
+#: ../git-debrebase.1.pod:62
 msgid ""
 "If git-rebase stops for any reason, you may git-rebase --abort, --continue, "
 "or --skip, as usual.  If you abort the git-rebase, the branch will still "
@@ -146,34 +177,34 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:54
+#: ../git-debrebase.1.pod:68
 msgid ""
 "The options for git-rebase must either start with C<-i>, or be prececded by "
 "C<-->, to distinguish them from options for git-debrebase."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:58
+#: ../git-debrebase.1.pod:72
 msgid ""
 "It is hazardous to use plain git-rebase on a git-debrebase branch, because "
 "git-rebase has a tendency to start the rebase too far back in history, and "
-"then drop important commits.  Soo L<git-debrebase(5)/ILLEGAL OPERATIONS>"
+"then drop important commits.  See L<git-debrebase(5)/ILLEGAL OPERATIONS>"
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:64
+#: ../git-debrebase.1.pod:78
 msgid "git-debrebase status"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:66
+#: ../git-debrebase.1.pod:80
 msgid ""
 "Analyses the current branch, both in terms of its contents, and the refs "
 "which are relevant to git-debrebase, and prints a human-readable summary."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:71
+#: ../git-debrebase.1.pod:85
 msgid ""
 "Please do not attempt to parse the output; it may be reformatted or "
 "reorganised in the future.  Instead, use one of the L<UNDERLYING AND "
@@ -181,107 +212,107 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:77
+#: ../git-debrebase.1.pod:91
 msgid "git-debrebase conclude"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:79
+#: ../git-debrebase.1.pod:93
 msgid ""
 "Finishes a git-debrebase session, tidying up the branch and making it fast "
 "forward again."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:82
+#: ../git-debrebase.1.pod:96
 msgid ""
 "Specifically: if the branch is unstitched, launders and restitches it, "
 "making a new pseudomerge.  Otherwise, it is an error, unless --noop-ok."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:88
+#: ../git-debrebase.1.pod:102
 msgid "git-debrebase quick"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:90
+#: ../git-debrebase.1.pod:104
 msgid ""
 "Unconditionally launders and restitches the branch, consuming any ffq-prev "
 "and making a new pseudomerge."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:94
+#: ../git-debrebase.1.pod:108
 msgid "If the branch is already laundered and stitched, does nothing."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:96
+#: ../git-debrebase.1.pod:110
 msgid "git-debrebase prepush [--prose=<for commit message>]"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:98
+#: ../git-debrebase.1.pod:112
 msgid "If the branch is unstitched, stitches it, consuming ffq-prev."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:102
+#: ../git-debrebase.1.pod:116
 msgid ""
 "This is a good command to run before pushing to a git server.  You should "
 "consider using B<conclude> instead, because that launders the branch too."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:106
+#: ../git-debrebase.1.pod:120
 msgid "git-debrebase stitch [--prose=<for commit message>]"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:108
+#: ../git-debrebase.1.pod:122
 msgid "Stitches the branch, consuming ffq-prev."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:111
+#: ../git-debrebase.1.pod:125
 msgid "If there is no ffq-prev, it is an error, unless --noop-ok."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:113
+#: ../git-debrebase.1.pod:127
 msgid "You should consider using B<prepush> or B<conclude> instead."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:115
+#: ../git-debrebase.1.pod:129
 msgid "git-debrebase scrap"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:117
+#: ../git-debrebase.1.pod:131
 msgid ""
 "Throws away all the work since the branch was last stitched.  This is done "
-"by rewinding you to ffq-prev."
+"by resetting you to ffq-prev and discarding all working tree changes."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:120
+#: ../git-debrebase.1.pod:135
 msgid "If you are in the middle of a git-rebase, will abort that too."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:122
+#: ../git-debrebase.1.pod:137
 msgid "git-debrebase new-upstream <new-version> [<upstream-details>...]"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:124
+#: ../git-debrebase.1.pod:139
 msgid "Rebases the delta queue onto a new upstream version.  In detail:"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:127
+#: ../git-debrebase.1.pod:142
 msgid ""
 "Firstly, checks that the proposed rebase seems to make sense: It is a snag "
 "unless the new upstream(s)  are fast forward from the previous upstream(s)  "
@@ -291,12 +322,12 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:135
+#: ../git-debrebase.1.pod:150
 msgid "If all seems well, unstitches and launders the branch."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:137
+#: ../git-debrebase.1.pod:152
 msgid ""
 "Then, generates (in a private working area)  a new anchor merge commit, on "
 "top of the breakwater tip, and on top of that a commit to update the version "
@@ -304,44 +335,44 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:145
+#: ../git-debrebase.1.pod:160
 msgid "Finally, starts a git-rebase of the delta queue onto these new commits."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:149
+#: ../git-debrebase.1.pod:164
 msgid ""
 "That git-rebase may complete successfully, or it may require your "
 "assistance, just like a normal git-rebase."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:153
+#: ../git-debrebase.1.pod:168
 msgid ""
 "If you git-rebase --abort, the whole new upstream operation is aborted, "
 "except for the laundering."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:157
+#: ../git-debrebase.1.pod:172
 msgid ""
-"<new-version> may be whole new Debian version, including revision, or just "
+"<new-version> may be whole new Debian version, including revision, or just "
 "the upstream part, in which case -1 will be appended to make the new Debian "
 "version."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:163
+#: ../git-debrebase.1.pod:178
 msgid "The <upstream-details> are, optionally, in order:"
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:167
+#: ../git-debrebase.1.pod:182
 msgid "<upstream-commit-ish>"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:169
+#: ../git-debrebase.1.pod:184
 msgid ""
 "The new upstream branch (or commit-ish).  The default is to look for one of "
 "these tags, in this order: U vU upstream/U; where U is the new upstream "
@@ -349,7 +380,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:175
+#: ../git-debrebase.1.pod:190
 msgid ""
 "It is a snag if the upstream contains a debian/ directory; if forced to "
 "proceed, git-debrebase will disregard the upstream's debian/ and take (only) "
@@ -357,17 +388,17 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:180
+#: ../git-debrebase.1.pod:195
 msgid "<piece-name> <piece-upstream-commit-ish>"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:182
+#: ../git-debrebase.1.pod:197
 msgid "Specifies that this is a multi-piece upstream.  May be repeated."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:185
+#: ../git-debrebase.1.pod:200
 msgid ""
 "When such a pair is specified, git-debrebase will first combine the pieces "
 "of the upstream together, and then use the result as the combined new "
@@ -375,7 +406,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:190
+#: ../git-debrebase.1.pod:205
 msgid ""
 "For each <piece-name>, the tree of the <piece-upstream-commit-ish> becomes "
 "the subdirectory <piece-name> in the combined new upstream (supplanting any "
@@ -383,14 +414,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:197
+#: ../git-debrebase.1.pod:212
 msgid ""
 "<piece-name> has a restricted syntax: it may contain only ASCII "
 "alphanumerics and hyphens."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:200
+#: ../git-debrebase.1.pod:215
 msgid ""
 "The combined upstream is itself recorded as a commit, with each of the "
 "upstream pieces' commits as parents.  The combined commit contains an "
@@ -399,24 +430,24 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:206
+#: ../git-debrebase.1.pod:221
 msgid "<git-rebase options>"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:208
+#: ../git-debrebase.1.pod:223
 msgid "These will be passed to git rebase."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:210
+#: ../git-debrebase.1.pod:225
 msgid ""
 "If the upstream rebase is troublesome, -i may be helpful.  As with plain git-"
 "debrebase, do not specify a base, or --onto, or --fork-point."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:216
+#: ../git-debrebase.1.pod:231
 msgid ""
 "If you are planning to generate a .dsc, you will also need to have, or "
 "generate, actual orig tarball(s), which must be identical to the rev-"
@@ -427,19 +458,19 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:227
+#: ../git-debrebase.1.pod:242
 msgid "git-debrebase make-patches [--quiet-would-amend]"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:229
+#: ../git-debrebase.1.pod:244
 msgid ""
 "Generate patches in debian/patches/ representing the changes made to "
 "upstream files."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:232
+#: ../git-debrebase.1.pod:247
 msgid ""
 "It is not normally necessary to run this command explicitly.  When uploading "
 "to Debian, dgit and git-debrebase will cooperate to regenerate patches as "
@@ -447,7 +478,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:239
+#: ../git-debrebase.1.pod:254
 msgid ""
 "Normally git-debrebase make-patches will require a laundered branch.  (A "
 "laundered branch does not contain any patches.)  But if there are already "
@@ -457,38 +488,65 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:248
+#: ../git-debrebase.1.pod:263
 msgid ""
 "If the patches implied by the current branch are not a simple superset of "
 "those already in debian/patches, make-patches will fail with exit status 7, "
-"and an error message.  (The message can be suppress with --quiet-would-"
+"and an error message.  (The message can be suppressed with --quiet-would-"
 "amend.)  If the problem is simply that the existing patches were not made by "
 "git-debrebase, using dgit quilt-fixup instead should succeed."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:257
+#: ../git-debrebase.1.pod:272
+msgid "git-debrebase convert-from-unapplied [<upstream-commit-ish>]"
+msgstr ""
+
+#. type: =item
+#: ../git-debrebase.1.pod:274
 msgid "git-debrebase convert-from-gbp [<upstream-commit-ish>]"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:259
+#: ../git-debrebase.1.pod:276
+msgid "Converts any of the following into a git-debrebase interchange branch:"
+msgstr ""
+
+#. type: textblock
+#: ../git-debrebase.1.pod:282
+msgid "a gbp patches-unapplied branch (but not a gbp pq patch-queue branch)"
+msgstr ""
+
+#. type: textblock
+#: ../git-debrebase.1.pod:286
 msgid ""
-"Cnnverts a gbp patches-unapplied branch (not a gbp pq patch queue branch)  "
-"into a git-debrebase interchange branch."
+"a patches-unapplied git packaging branch containing debian/patches, as used "
+"with quilt"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:263
+#: ../git-debrebase.1.pod:291
+msgid ""
+"a git branch for a package which has no Debian delta - ie where upstream "
+"files are have not been modified in Debian, so there are no patches"
+msgstr ""
+
+#. type: textblock
+#: ../git-debrebase.1.pod:297
+msgid "(These two commands operate identically and are simply aliases.)"
+msgstr ""
+
+#. type: textblock
+#: ../git-debrebase.1.pod:299
 msgid ""
-"This is done by generating a new anchor merge, converting the quilt patches "
-"as a delta queue, and dropping the patches from the tree."
+"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."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:267
+#: ../git-debrebase.1.pod:303
 msgid ""
-"The upstream commit-ish should correspond to the gbp upstream branch, if "
+"The upstream commit-ish should correspond to the upstream branch or tag, if "
 "there is one.  It is a snag if it is not an ancestor of HEAD, or if the "
 "history between the upstream and HEAD contains commits which make changes to "
 "upstream files.  If it is not specified, the same algorithm is used as for "
@@ -496,7 +554,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:275
+#: ../git-debrebase.1.pod:311
 msgid ""
 "It is also a snag if the specified upstream has a debian/ subdirectory.  "
 "This check exists to detect certain likely user errors, but if this "
@@ -504,7 +562,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:281
+#: ../git-debrebase.1.pod:317
 msgid ""
 "git-debrebase will try to look for the dgit archive view of the most recent "
 "release, and if it finds it will make a pseduomerge so that your new git-"
@@ -512,14 +570,14 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:286
+#: ../git-debrebase.1.pod:322
 msgid ""
 "The result is a well-formed git-debrebase interchange branch.  The result is "
-"also fast-forward from the gbp branch."
+"also fast-forward from the original branch."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:289
+#: ../git-debrebase.1.pod:325
 msgid ""
 "It is a snag if the new branch looks like it will have diverged, just as for "
 "a laundering/unstitching call to git-debrebase; See L</Establish the current "
@@ -527,48 +585,48 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:293
+#: ../git-debrebase.1.pod:329
 msgid ""
-"Note that it is dangerous not to know whether you are dealing with a gbp "
+"Note that it is dangerous not to know whether you are dealing with a (gbp) "
 "patches-unapplied branch containing quilt patches, or a git-debrebase "
 "interchange branch.  At worst, using the wrong tool for the branch format "
 "might result in a dropped patch queue!"
 msgstr ""
 
 #. type: =head1
-#: ../git-debrebase.1.pod:302
+#: ../git-debrebase.1.pod:338
 msgid "UNDERLYING AND SUPPLEMENTARY OPERATIONS"
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:306
+#: ../git-debrebase.1.pod:342
 msgid "git-debrebase breakwater"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:308
+#: ../git-debrebase.1.pod:344
 msgid ""
 "Prints the breakwater tip commitid.  If your HEAD branch is not fully "
 "laundered, prints the tip of the so-far-laundered breakwater."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:312
+#: ../git-debrebase.1.pod:348
 msgid "git-debrebase anchor"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:314
+#: ../git-debrebase.1.pod:350
 msgid "Prints the breakwater anchor commitid."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:316
+#: ../git-debrebase.1.pod:352
 msgid "git-debrebase analyse"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:318
+#: ../git-debrebase.1.pod:354
 msgid ""
 "Walks the history of the current branch, most recent commit first, back "
 "until the most recent anchor, printing the commit object id, and commit type "
@@ -576,31 +634,31 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:326
+#: ../git-debrebase.1.pod:362
 msgid "git-debrebase record-ffq-prev"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:328
+#: ../git-debrebase.1.pod:364
 msgid ""
 "Establishes the current branch's ffq-prev, as discussed in L</UNSTITCHING "
 "AND LAUNDERING>, but does not launder the branch or move HEAD."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:332
+#: ../git-debrebase.1.pod:368
 msgid ""
 "It is an error if the ffq-prev could not be recorded.  It is also an error "
 "if an ffq-prev has already been recorded, unless --noop-ok."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:336
+#: ../git-debrebase.1.pod:372
 msgid "git-debrebase launder-v0"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:338
+#: ../git-debrebase.1.pod:374
 msgid ""
 "Launders the branch without recording anything in ffq-prev.  Then prints "
 "some information about the current branch.  Do not use this operation; it "
@@ -608,12 +666,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:343
+#: ../git-debrebase.1.pod:379
 msgid "git-debrebase convert-to-gbp"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:345
+#: ../git-debrebase.1.pod:381
 msgid ""
 "Converts a laundered branch into a gbp patches-unapplied branch containing "
 "quilt patches.  The result is not fast forward from the interchange branch, "
@@ -621,27 +679,27 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:350
+#: ../git-debrebase.1.pod:386
 msgid ""
 "This is provided mostly for the test suite and for unusual situations.  It "
-"should only be used with care and with a proper understanding of the "
+"should only be used with care and with a proper understanding of the "
 "underlying theory."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:355
+#: ../git-debrebase.1.pod:391
 msgid ""
 "Be sure to not accidentally treat the result as a git-debrebase branch, or "
 "you will drop all the patches!"
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:359
+#: ../git-debrebase.1.pod:395
 msgid "git-debrebase convert-from-dgit-view [<convert-options>] [upstream]"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:361
+#: ../git-debrebase.1.pod:397
 msgid ""
 "Converts any dgit-compatible git branch corresponding to a (possibly "
 "hypothetical) 3.0 quilt dsc source package into a git-debrebase-compatible "
@@ -649,7 +707,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:365
+#: ../git-debrebase.1.pod:401
 msgid ""
 "This operation should not be used if the branch is already in git-debrebase "
 "form.  Normally git-debrebase will refuse to continue in this case (or "
@@ -657,7 +715,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:370
+#: ../git-debrebase.1.pod:406
 msgid ""
 "Some representation of the original upstream source code will be needed.  If "
 "I<upstream> is supplied, that must be a suitable upstream commit.  By "
@@ -666,7 +724,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:376
+#: ../git-debrebase.1.pod:412
 msgid ""
 "The upstream source must be exactly right and all the patches in debian/"
 "patches must be up to date.  Applying the patches from debian/patches to the "
@@ -674,7 +732,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:381
+#: ../git-debrebase.1.pod:417
 msgid ""
 "The output is laundered and stitched.  The resulting history is not "
 "particularly pretty, especially if orig tarball(s) were imported to produce "
@@ -682,31 +740,31 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:386
+#: ../git-debrebase.1.pod:422
 msgid ""
 "The available convert-options are as follows.  (These must come after "
 "convert-from-dgit-view.)"
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:391
+#: ../git-debrebase.1.pod:427
 msgid "--[no-]diagnose"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:393
+#: ../git-debrebase.1.pod:429
 msgid ""
 "Print additional error messages to help diagnose failure to find an "
 "appropriate upstream.  --no-diagnose is the default."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:397
+#: ../git-debrebase.1.pod:433
 msgid "--build-products-dir"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:399
+#: ../git-debrebase.1.pod:435
 msgid ""
 "Directory to look in for orig tarballs.  The default is the git config "
 "option dgit.default.build-products-dir or failing that, C<..>.  Passed on to "
@@ -714,35 +772,35 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:405
+#: ../git-debrebase.1.pod:441
 msgid "--[no-]origs"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:407
+#: ../git-debrebase.1.pod:443
 msgid ""
 "Whether to try to look for or use any orig tarballs.  --origs is the default."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:410
+#: ../git-debrebase.1.pod:446
 msgid "--[no-]tags"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:412
+#: ../git-debrebase.1.pod:448
 msgid ""
 "Whether to try to look for or use any upstream git tags.  --tags is the "
 "default."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:415
+#: ../git-debrebase.1.pod:451
 msgid "--always-convert-anyway"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:417
+#: ../git-debrebase.1.pod:453
 msgid ""
 "Perform the conversion operation, producing unpleasant extra history, even "
 "if the branch seems to be in git-debrebase form already.  This should not be "
@@ -750,12 +808,12 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:425
+#: ../git-debrebase.1.pod:461
 msgid "git-debrebase forget-was-ever-debrebase"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:427
+#: ../git-debrebase.1.pod:463
 msgid ""
 "Deletes the ffq-prev and debrebase-last refs associated with this branch, "
 "that git-debrebase and dgit use to determine whether this branch is managed "
@@ -763,19 +821,19 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:433
+#: ../git-debrebase.1.pod:469
 msgid ""
 "This can be useful if you were just playing with git-debrebase, and have "
 "used git-reset --hard to go back to a commit before your experiments."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:437
+#: ../git-debrebase.1.pod:473
 msgid "Do not use this if you expect to run git-debrebase on the branch again."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:443
+#: ../git-debrebase.1.pod:479
 msgid ""
 "This section documents the general options to git-debrebase (ie, the ones "
 "which immediately follow git-debrebase or git debrebase on the command "
@@ -784,78 +842,78 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:455
+#: ../git-debrebase.1.pod:491
 msgid "-f<snag-id>"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:457
+#: ../git-debrebase.1.pod:493
 msgid "Turns snag(s) with id <snag-id> into warnings."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:459
+#: ../git-debrebase.1.pod:495
 msgid ""
 "Some troublesome things which git-debrebase encounters are B<snag>s.  (The "
 "specific instances are discussed in the text for the relevant operation.)"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:464
+#: ../git-debrebase.1.pod:500
 msgid ""
 "When a snag is detected, a message is printed to stderr containing the snag "
 "id (in the form C<-f<snag-idE<gt>>), along with some prose."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:469
+#: ../git-debrebase.1.pod:505
 msgid ""
 "If snags are detected, git-debrebase does not continue, unless the relevant -"
 "f<snag-id> is specified, or --force is specified."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:473
+#: ../git-debrebase.1.pod:509
 msgid "--force"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:475
+#: ../git-debrebase.1.pod:511
 msgid "Turns all snags into warnings.  See the -f<snag-id> option."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:478
+#: ../git-debrebase.1.pod:514
 msgid ""
 "Do not invoke git-debrebase --force in scripts and aliases; instead, specify "
 "the particular -f<snag-id> for expected snags."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:481
+#: ../git-debrebase.1.pod:517
 msgid "--noop-ok"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:483
+#: ../git-debrebase.1.pod:519
 msgid ""
 "Suppresses the error in some situations where git-debrebase does nothing, "
 "because there is nothing to do."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:487
+#: ../git-debrebase.1.pod:523
 msgid ""
 "The specific instances are discussed in the text for the relvant operation."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:490
+#: ../git-debrebase.1.pod:526
 msgid "--anchor=<commit-ish>"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:492
+#: ../git-debrebase.1.pod:528
 msgid ""
 "Treats <commit-ish> as an anchor.  This overrides the usual logic which "
 "automatically classifies commits as anchors, pseudomerges, delta queue "
@@ -863,7 +921,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:496
+#: ../git-debrebase.1.pod:532
 msgid ""
 "It also disables some coherency checks which depend on metadata extracted "
 "from its commit message, so it is a snag if <commit-ish> is the anchor for "
@@ -871,41 +929,41 @@ msgid ""
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:503
+#: ../git-debrebase.1.pod:539
 msgid "--dgit=<program>"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:505
+#: ../git-debrebase.1.pod:541
 msgid ""
 "Run <program>, instead of dgit from PATH, when invocation of dgit is "
 "necessary.  This is provided mostly for the benefit of the test suite."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:509
+#: ../git-debrebase.1.pod:545
 msgid "-D"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:511
+#: ../git-debrebase.1.pod:547
 msgid "Requests (more) debugging.  May be repeated."
 msgstr ""
 
 #. type: =item
-#: ../git-debrebase.1.pod:513
-msgid "--experimntal-merge-resolution"
+#: ../git-debrebase.1.pod:549
+msgid "--experimental-merge-resolution"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:515
+#: ../git-debrebase.1.pod:551
 msgid ""
 "Enable experimental code for handling general merges (see L<git-debrebase(5)/"
 "General merges>)."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:518
+#: ../git-debrebase.1.pod:554
 msgid ""
 "This option may generate lossage of various kinds, including misleading "
 "error messages, references to nonexistent documentation, and you being "
@@ -913,24 +971,24 @@ msgid ""
 msgstr ""
 
 #. type: =head1
-#: ../git-debrebase.1.pod:526
+#: ../git-debrebase.1.pod:562
 msgid "UNSTITCHING AND LAUNDERING"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:528
+#: ../git-debrebase.1.pod:564
 msgid ""
 "Several operations unstitch and launder the branch first.  In detail this "
 "means:"
 msgstr ""
 
 #. type: =head2
-#: ../git-debrebase.1.pod:531
+#: ../git-debrebase.1.pod:567
 msgid "Establish the current branch's ffq-prev"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:533
+#: ../git-debrebase.1.pod:569
 msgid ""
 "If ffq-prev is not yet recorded, git-debrebase checks that the current "
 "branch is ahead of relevant remote tracking branches.  The relevant branches "
@@ -938,30 +996,30 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:545
+#: ../git-debrebase.1.pod:581
 msgid ""
 "The branch that git would merge from (remote.<branch>.merge, remote.<branch>."
 "remote);"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:550
+#: ../git-debrebase.1.pod:586
 msgid ""
 "The branch git would push to, if different (remote.<branch>.pushRemote etc.);"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:555
+#: ../git-debrebase.1.pod:591
 msgid "For local dgit suite branches, the corresponding tracking remote;"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:560
+#: ../git-debrebase.1.pod:596
 msgid "If you are on C<master>, remotes/dgit/dgit/sid."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:565
+#: ../git-debrebase.1.pod:601
 msgid ""
 "The apparently relevant ref names to check are filtered through branch."
 "<branch>.ffq-ffrefs, which is a semicolon-separated list of glob patterns, "
@@ -969,7 +1027,7 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:570
+#: ../git-debrebase.1.pod:606
 msgid ""
 "In each case it is a snag if the local HEAD is behind the checked remote, or "
 "if local HEAD has diverged from it.  All the checks are done locally using "
@@ -978,31 +1036,31 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:576
+#: ../git-debrebase.1.pod:612
 msgid ""
 "If these checks pass, or are forced, git-debrebse then records the current "
 "tip as ffq-prev."
 msgstr ""
 
 #. type: =head2
-#: ../git-debrebase.1.pod:580
+#: ../git-debrebase.1.pod:616
 msgid "Examine the branch"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:582
+#: ../git-debrebase.1.pod:618
 msgid ""
 "git-debrebase analyses the current HEAD's history to find the anchor in its "
 "breakwater, and the most recent breakwater tip."
 msgstr ""
 
 #. type: =head2
-#: ../git-debrebase.1.pod:587
+#: ../git-debrebase.1.pod:623
 msgid "Rewrite the commits into laundered form"
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:589
+#: ../git-debrebase.1.pod:625
 msgid ""
 "Mixed debian+upstream commits are split into two commits each.  Delta queue "
 "(upstream files) commits bubble to the top.  Pseudomerges, and quilt patch "
@@ -1010,13 +1068,13 @@ msgid ""
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:595
+#: ../git-debrebase.1.pod:631
 msgid ""
 "This rewrite will always succeed, by construction.  The result is the "
 "laundered branch."
 msgstr ""
 
 #. type: textblock
-#: ../git-debrebase.1.pod:600
-msgid "git-debrebase(1), dgit-maint-rebase(7), dgit(1), gitglossary(7)"
+#: ../git-debrebase.1.pod:636
+msgid "git-debrebase(1), dgit-maint-debrebase(7), dgit(1), gitglossary(7)"
 msgstr ""