ls-remote: document the '--get-url' option
commit2303cad242a6ccc4745d7994ecc0425bd8513a0d
authorStefan Naewe <stefan.naewe@gmail.com>
Fri, 7 Sep 2012 06:41:19 +0000 (7 08:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Sep 2012 17:58:35 +0000 (7 10:58 -0700)
treed33247a9fb646fcbdec1c38e45addf2c6049ae1c
parentd0f1ea6003d97e63110fa7d50bb07f546a909b6e
ls-remote: document the '--get-url' option

While looking for a way to expand the URL of a remote
that uses a 'url.<name>.insteadOf' config option I stumbled
over the undocumented '--get-url' option of 'git ls-remote'.
This adds some minimum documentation for that option.

And while at it, also add that option to the '-h' output.

Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-remote.txt
builtin/ls-remote.c