summaryrefslogtreecommitdiff
path: root/builtin/ls-remote.c
diff options
context:
space:
mode:
authorStefan Naewe <stefan.naewe@gmail.com>2012-09-07 06:41:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-09-07 17:58:35 (GMT)
commit2303cad242a6ccc4745d7994ecc0425bd8513a0d (patch)
treed33247a9fb646fcbdec1c38e45addf2c6049ae1c /builtin/ls-remote.c
parentd0f1ea6003d97e63110fa7d50bb07f546a909b6e (diff)
downloadgit-2303cad242a6ccc4745d7994ecc0425bd8513a0d.zip
git-2303cad242a6ccc4745d7994ecc0425bd8513a0d.tar.gz
git-2303cad242a6ccc4745d7994ecc0425bd8513a0d.tar.bz2
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>
Diffstat (limited to 'builtin/ls-remote.c')
-rw-r--r--builtin/ls-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/ls-remote.c b/builtin/ls-remote.c
index 41c88a9..25e83cf 100644
--- a/builtin/ls-remote.c
+++ b/builtin/ls-remote.c
@@ -5,7 +5,7 @@
static const char ls_remote_usage[] =
"git ls-remote [--heads] [--tags] [-u <exec> | --upload-pack <exec>]\n"
-" [-q|--quiet] [--exit-code] [<repository> [<refs>...]]";
+" [-q|--quiet] [--exit-code] [--get-url] [<repository> [<refs>...]]";
/*
* Is there one among the list of patterns that match the tail part