]> git.feebdaed.xyz Git - 0xmirror/git-lfs.git/commitdiff
docs/man/git-lfs-track.adoc: fix option header
authorChris Darroch <chrisd8088@github.com>
Tue, 29 Apr 2025 04:38:32 +0000 (21:38 -0700)
committerChris Darroch <chrisd8088@github.com>
Thu, 6 Nov 2025 06:48:15 +0000 (22:48 -0800)
In commit f9fd1af3d5ae68fd2001f0cbf7f0c79468371557 of PR #5054 we
corrected the indentation in some of our manual page source files,
following their conversion to the AsciiDoc format in commit
0c66dcf15d988802255c3133cd5ab8105cbf0ef7 in the same PR.  For a number
of pages these corrections entailed reformatting the lists of options
supported by the different commands into description lists, where
each entry consists of one or more terms, followed by a double-colon
delimiter, followed by a description of the term or terms.

In the case of the git-lfs-track(1) manual page, though, the second
colon character was accidentally omitted from the term of the
final entry in the list of command options.  Specifically, because
the entry for the --no-modify-attrs option lacks a full term delimiter,
it does not render properly when converted to HTML or groff, so we
correct this problem now.

docs/man/git-lfs-track.adoc

index fd801dfe26ef29fb5401a6ef35e41346cf44e669..75e752e25c98616f8bc20d226b5b2ac19026ac77 100644 (file)
@@ -53,7 +53,7 @@ Disabled by default.
 `--no-excluded`::
   Do not list patterns that are excluded in the output; only list patterns that
   are tracked.
---no-modify-attrs:
+--no-modify-attrs::
   Makes matched entries stat-dirty so that Git can re-index files you wish to
   convert to LFS. Does not modify any `.gitattributes` file(s).