summaryrefslogtreecommitdiff
path: root/git-debrebase.5.pod
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-19 01:09:16 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-19 01:09:16 +0800
commitd0492d8f40b05ea5f4d378cd34221a9cd66cbfcd (patch)
treed79f415f344a81aca8d18e916b7016a84aec5793 /git-debrebase.5.pod
parenteb07108c1051f227c83de01781f498a330faae43 (diff)
parent15fbfc94b8c6a08cffdf0f9a7ed5870252ad4416 (diff)
Merge tag 'debian/5.10' into stretch-bpo
dgit release 5.10 for unstable (sid) [dgit] [dgit distro=debian] # gpg: Signature made Sun 15 Jul 2018 01:12:02 AM CST # gpg: using RSA key 559AE46C2D6B6D3265E7CBA1E3E3392348B50D39 # gpg: Can't check signature: No public key
Diffstat (limited to 'git-debrebase.5.pod')
-rw-r--r--git-debrebase.5.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-debrebase.5.pod b/git-debrebase.5.pod
index e445c0e..52fb60b 100644
--- a/git-debrebase.5.pod
+++ b/git-debrebase.5.pod
@@ -15,6 +15,8 @@ as a series of individual git commits,
which can worked on with rebase,
and also shared.
+=head2 DISCUSSION
+
git-debrebase is designed to work well with dgit.
git-debrebase can also be used in workflows without source packages,
for example to work on Debian-format packages outside or alongside Debian.
@@ -27,6 +29,11 @@ provided by your upstream.
However, use of git-debrebase in Debian does not make anything harder for
derivatives, and it can make some things easier.
+When using gitk on branches managed by git-debrebase,
+B<gitk --date-order>, B<gitk --first-parent>
+and B<gitk -- :.> (or B<gitk .>)
+produce more useful output than the default.
+
=head1 TERMINOLOGY
=over