summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-02 14:51:31 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-02 14:51:31 -0700
commit3ef9e6768d632ffc1a3da0561187482e2bd16263 (patch)
treeee73e836b74e9c257f5eea1ea8e9849c8b91b2cc /git-format-patch.html
parent23baf5643507b41ab60afd6904db41e239dc9594 (diff)
downloadgit-htmldocs-3ef9e6768d632ffc1a3da0561187482e2bd16263.tar.gz
Autogenerated HTML docs for v2.27.0-22-g20514
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 033a0828d..80d8646b8 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -1356,6 +1356,24 @@ components matches the pattern. For example, the pattern "<code>foo*bar</code>"
matches "<code>fooasdfbar</code>" and "<code>foo/bar/baz/asdf</code>" but not "<code>foobarx</code>".</p></div>
</dd>
<dt class="hdlist1">
+--relative[=&lt;path&gt;]
+</dt>
+<dt class="hdlist1">
+--no-relative
+</dt>
+<dd>
+<p>
+ When run from a subdirectory of the project, it can be
+ told to exclude changes outside the directory and show
+ pathnames relative to it with this option. When you are
+ not in a subdirectory (e.g. in a bare repository), you
+ can name which subdirectory to make the output relative
+ to by giving a &lt;path&gt; as an argument.
+ <code>--no-relative</code> can be used to countermand both <code>diff.relative</code> config
+ option and previous <code>--relative</code>.
+</p>
+</dd>
+<dt class="hdlist1">
-a
</dt>
<dt class="hdlist1">