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 <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Todd Zullinger committed Mar 30, 2019 at 14:30 UTC 473dd357b7cbe3a27c5052692f493d2de6fc9d24
1 file changed +8 -4
Documentation/git-status.txt
+8 -4
@@ -278,7 +278,8 @@ Header lines start with "#" and are added in response to specific
278 command line arguments. Parsers should ignore headers they
279 don't recognize.
280
281 -### Branch Headers
281 +Branch Headers
282 +^^^^^^^^^^^^^^
283
284 If `--branch` is given, a series of header lines are printed with
285 information about the current branch.
@@ -294,7 +295,8 @@ Line Notes
295 ------------------------------------------------------------
296 ....
297
297 -### Changed Tracked Entries
298 +Changed Tracked Entries
299 +^^^^^^^^^^^^^^^^^^^^^^^
300
301 Following the headers, a series of lines are printed for tracked
302 entries. One of three different line formats may be used to describe
@@ -365,7 +367,8 @@ Field Meaning
367 --------------------------------------------------------
368 ....
369
368 -### Other Items
370 +Other Items
371 +^^^^^^^^^^^
372
373 Following the tracked entries (and if requested), a series of
374 lines will be printed for untracked and then ignored items
@@ -379,7 +382,8 @@ Ignored items have the following format:
382
383 ! <path>
384
382 -### Pathname Format Notes and -z
385 +Pathname Format Notes and -z
386 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^
387
388 When the `-z` option is given, pathnames are printed as is and
389 without any quoting and lines are terminated with a NUL (ASCII 0x00)