commit | 2303cad242a6ccc4745d7994ecc0425bd8513a0d | [log] [tgz] |
---|---|---|
author | Stefan Naewe <stefan.naewe@gmail.com> | Fri Sep 07 08:41:19 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Sep 07 10:58:35 2012 -0700 |
tree | d33247a9fb646fcbdec1c38e45addf2c6049ae1c | |
parent | d0f1ea6003d97e63110fa7d50bb07f546a909b6e [diff] |
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>