cc: Eric Sunshine sunshine@xxxxxxxxxxxxxx cc: Felipe Contreras felipe.contreras@xxxxxxxxx cc: Sean Allred allred.sean@xxxxxxxxx Sean Allred (2): Update show-ref documentation for internal consistency Document the output format of ls-remote Documentation/git-ls-remote.txt | 24 ++++++++++++++++++++ Documentation/git-show-ref.txt | 40 +++++++++++++++++++++------------ 2 files changed, 50 insertions(+), 14 deletions(-) base-commit: 950264636c68591989456e3ba0a5442f93152c1a Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1471%2Fvermiculus%2Fsa%2Fdoc-ls-remote-output-format-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1471/vermiculus/sa/doc-ls-remote-output-format-v2 Pull-Request: https://github.com/git/git/pull/1471 Range-diff vs v1: -: ----------- > 1: 4408b518810 Update show-ref documentation for internal consistency 1: a80059d90da ! 2: 44e79f0d69c Document the output format of ls-remote @@ Documentation/git-ls-remote.txt: OPTIONS +OUTPUT +------ + -+The output is in the format: '<SHA-1 ID>' '<tab>' '<reference>'. ++The output is in the format: ++ ++------------ ++<OID> TAB <reference name> LF ++------------ ++ ++For example, + +---- +$ git ls-remote -- gitgitgadget