summaryrefslogtreecommitdiffstats
path: root/git-status.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-22 12:38:39 +0900
committerJunio C Hamano <gitster@pobox.com>2019-04-22 12:38:39 +0900
commitb551377cb5b53a9d5872eeaa46cd5b3a0a661435 (patch)
treee9b56aec3e6abf5746d842678d8fa88b01472e8d /git-status.html
parent6b7d215a58fcad73e1d989b5767c9d3b2ba6608b (diff)
downloadgit-htmldocs-b551377cb5b53a9d5872eeaa46cd5b3a0a661435.tar.gz
Autogenerated HTML docs for v2.21.0-498-g14c0f8
Diffstat (limited to 'git-status.html')
-rw-r--r--git-status.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/git-status.html b/git-status.html
index dff0e899d..7e82b586e 100644
--- a/git-status.html
+++ b/git-status.html
@@ -1160,7 +1160,8 @@ set of easy to parse optional headers.</p></div>
<div class="paragraph"><p>Header lines start with "#" and are added in response to specific
command line arguments. Parsers should ignore headers they
don&#8217;t recognize.</p></div>
-<div class="paragraph"><p># Branch Headers</p></div>
+<div class="sect3">
+<h4 id="_branch_headers">Branch Headers</h4>
<div class="paragraph"><p>If <code>--branch</code> is given, a series of header lines are printed with
information about the current branch.</p></div>
<div class="literalblock">
@@ -1174,7 +1175,9 @@ information about the current branch.</p></div>
the commit is present.
------------------------------------------------------------</code></pre>
</div></div>
-<div class="paragraph"><p># Changed Tracked Entries</p></div>
+</div>
+<div class="sect3">
+<h4 id="_changed_tracked_entries">Changed Tracked Entries</h4>
<div class="paragraph"><p>Following the headers, a series of lines are printed for tracked
entries. One of three different line formats may be used to describe
an entry depending on the type of change. Tracked entries are printed
@@ -1246,7 +1249,9 @@ a "u" to distinguish from ordinary changed entries.</p></div>
&lt;path&gt; The pathname.
--------------------------------------------------------</code></pre>
</div></div>
-<div class="paragraph"><p># Other Items</p></div>
+</div>
+<div class="sect3">
+<h4 id="_other_items">Other Items</h4>
<div class="paragraph"><p>Following the tracked entries (and if requested), a series of
lines will be printed for untracked and then ignored items
found in the worktree.</p></div>
@@ -1260,7 +1265,9 @@ found in the worktree.</p></div>
<div class="content">
<pre><code>! &lt;path&gt;</code></pre>
</div></div>
-<div class="paragraph"><p># Pathname Format Notes and -z</p></div>
+</div>
+<div class="sect3">
+<h4 id="_pathname_format_notes_and_z">Pathname Format Notes and -z</h4>
<div class="paragraph"><p>When the <code>-z</code> option is given, pathnames are printed as is and
without any quoting and lines are terminated with a NUL (ASCII 0x00)
byte.</p></div>
@@ -1270,6 +1277,7 @@ quoted as explained for the configuration variable <code>core.quotePath</code>
</div>
</div>
</div>
+</div>
<div class="sect1">
<h2 id="_configuration">CONFIGURATION</h2>
<div class="sectionbody">
@@ -1323,7 +1331,7 @@ using <code>git --no-optional-locks status</code> (see <a href="git.html">git(1)
<div id="footer">
<div id="footer-text">
Last updated
- 2019-01-19 08:15:21 JST
+ 2019-04-22 12:35:42 JST
</div>
</div>
</body>