Skip to content

Commit 473dd35

Browse files
tmzullingergitster
authored andcommitted
Documentation/git-status: fix titles in porcelain v2 section
Asciidoc uses either one-line or two-line syntax for document/section titles[1]. The two-line form is used in git-status. Fix a few section titles in the porcelain v2 section which were inadvertently using markdown syntax. [1] http://asciidoc.org/userguide.html#X17 Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39a869b commit 473dd35

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Documentation/git-status.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ Header lines start with "#" and are added in response to specific
278278
command line arguments. Parsers should ignore headers they
279279
don't recognize.
280280

281-
### Branch Headers
281+
Branch Headers
282+
^^^^^^^^^^^^^^
282283

283284
If `--branch` is given, a series of header lines are printed with
284285
information about the current branch.
@@ -294,7 +295,8 @@ Line Notes
294295
------------------------------------------------------------
295296
....
296297

297-
### Changed Tracked Entries
298+
Changed Tracked Entries
299+
^^^^^^^^^^^^^^^^^^^^^^^
298300

299301
Following the headers, a series of lines are printed for tracked
300302
entries. One of three different line formats may be used to describe
@@ -365,7 +367,8 @@ Field Meaning
365367
--------------------------------------------------------
366368
....
367369

368-
### Other Items
370+
Other Items
371+
^^^^^^^^^^^
369372

370373
Following the tracked entries (and if requested), a series of
371374
lines will be printed for untracked and then ignored items
@@ -379,7 +382,8 @@ Ignored items have the following format:
379382

380383
! <path>
381384

382-
### Pathname Format Notes and -z
385+
Pathname Format Notes and -z
386+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
383387

384388
When the `-z` option is given, pathnames are printed as is and
385389
without any quoting and lines are terminated with a NUL (ASCII 0x00)

0 commit comments

Comments
 (0)