summaryrefslogtreecommitdiff
path: root/git-debrebase.1.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-04 11:18:29 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-04 11:20:45 +0100
commit69aae724c3d05a20219e5a9642e162dd65ef2fe9 (patch)
treeefd596a62089e09f83bbda9031b87ee3e3480b8c /git-debrebase.1.pod
parente5bae1c8621bb50925404c3ba70c83b037a5b74f (diff)
git-debrebase: Support --dgit option for finding dgit
Nothing uses this yet. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase.1.pod')
-rw-r--r--git-debrebase.1.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-debrebase.1.pod b/git-debrebase.1.pod
index db22fa5..eb85c6c 100644
--- a/git-debrebase.1.pod
+++ b/git-debrebase.1.pod
@@ -407,6 +407,12 @@ it is a snag if <commit-ish> is the anchor
for the previous upstream version in
git-debrebase new-upstream operations.
+=item --dgit=<program>
+
+Run <program>, instead of dgit from PATH,
+when invocation of dgit is necessary.
+This is provided mostly for the benefit of the test suite.
+
=item -D
Requests (more) debugging. May be repeated.