git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ls-remote: document the '--get-url' option
@ 2012-09-06 17:27 Stefan Naewe
  2012-09-06 20:49 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Naewe @ 2012-09-06 17:27 UTC (permalink / raw)
  To: git; +Cc: gitster, Stefan Naewe

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.

Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
---
 Documentation/git-ls-remote.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt
index 7a9b86a..5819ead 100644
--- a/Documentation/git-ls-remote.txt
+++ b/Documentation/git-ls-remote.txt
@@ -42,6 +42,10 @@ OPTIONS
 	it successfully talked with the remote repository, whether it
 	found any matching refs.
 
+--get-url::
+	Expand the URL of the given remote repository taking into account any 
+	"url.<base>.insteadOf" config setting (See linkgit:git-config[1]).
+
 <repository>::
 	Location of the repository.  The shorthand defined in
 	$GIT_DIR/branches/ can be used. Use "." (dot) to list references in
-- 
1.7.12

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-07 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 17:27 [PATCH] ls-remote: document the '--get-url' option Stefan Naewe
2012-09-06 20:49 ` Junio C Hamano
2012-09-07  6:41   ` Stefan Naewe
2012-09-07  8:28     ` Andreas Schwab
2012-09-07  9:12       ` Stefan Naewe
2012-09-07 17:57     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).