ls-remote doc: document the output format
commit51f9d2e56306deeb547c7d62e46598df2d285fe3
authorSean Allred <allred.sean@gmail.com>
Fri, 19 May 2023 04:17:54 +0000 (19 04:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 15:19:34 +0000 (19 08:19 -0700)
tree8c8a9705e2537bd173458eb5c579f58b5986e72b
parenta5b076321a4fe19fd25a3192304cb88abf9aefbf
ls-remote doc: document the output format

While well-established, the output format of ls-remote was not actually
documented. This patch adds an OUTPUT section to the documentation
following the format of git-show-ref.txt (which has similar semantics).

Add a basic example immediately after this to solidify the 'normal'
output format.

Signed-off-by: Sean Allred <allred.sean@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-remote.txt