summaryrefslogtreecommitdiffstats
path: root/git-ls-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-08 16:52:09 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-08 16:52:09 +0900
commitccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f (patch)
treee714818e5948ab33af26c19fc8d205b9f5179e1a /git-ls-remote.html
parent96153bf70f5b69b8c480445c9aed3782ef6776a3 (diff)
downloadgit-htmldocs-ccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f.tar.gz
Autogenerated HTML docs for v2.17.0-582-gccdcb
Diffstat (limited to 'git-ls-remote.html')
-rw-r--r--git-ls-remote.html28
1 files changed, 25 insertions, 3 deletions
diff --git a/git-ls-remote.html b/git-ls-remote.html
index d6a502a5b..ae40ef72b 100644
--- a/git-ls-remote.html
+++ b/git-ls-remote.html
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 8.6.9" />
+<meta name="generator" content="AsciiDoc 8.6.10" />
<title>git-ls-remote(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -749,7 +750,7 @@ git-ls-remote(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git ls-remote</em> [--heads] [--tags] [--refs] [--upload-pack=&lt;exec&gt;]
- [-q | --quiet] [--exit-code] [--get-url]
+ [-q | --quiet] [--exit-code] [--get-url] [--sort=&lt;key&gt;]
[--symref] [&lt;repository&gt; [&lt;refs&gt;&#8230;]]</pre>
<div class="attribution">
</div></div>
@@ -849,6 +850,21 @@ commit IDs.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--sort=&lt;key&gt;
+</dt>
+<dd>
+<p>
+ Sort based on the key given. Prefix <code>-</code> to sort in descending order
+ of the value. Supports "version:refname" or "v:refname" (tag names
+ are treated as versions). The "version:refname" sort order can also
+ be affected by the "versionsort.suffix" configuration variable.
+ See <a href="git-for-each-ref.html">git-for-each-ref(1)</a> for more sort options, but be aware
+ keys like <code>committerdate</code> that require access to the objects
+ themselves will not work for refs whose objects have not yet been
+ fetched from the remote, and will give a <code>missing object</code> error.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;repository&gt;
</dt>
<dd>
@@ -896,6 +912,12 @@ c5db5456ae3b0873fc659c19fafdde22313cc441 refs/tags/v0.99.2
</div>
</div>
<div class="sect1">
+<h2 id="_see_also">SEE ALSO</h2>
+<div class="sectionbody">
+<div class="paragraph"><p><a href="git-check-ref-format.html">git-check-ref-format(1)</a>.</p></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_git">GIT</h2>
<div class="sectionbody">
<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
@@ -906,7 +928,7 @@ c5db5456ae3b0873fc659c19fafdde22313cc441 refs/tags/v0.99.2
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-05-08 16:51:20 JST
</div>
</div>
</body>