summaryrefslogtreecommitdiffstats
path: root/gitrevisions.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-23 16:07:42 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-23 16:07:42 +0900
commitb9d9d90d180cf21baeeb16bd89828d25c7901470 (patch)
treea40241052af8d4f5543b66581e3f0235cfae0af3 /gitrevisions.html
parentccb8252b46bfba5daf0cfcedaf0f9d2e14ba356f (diff)
downloadgit-htmldocs-b9d9d90d180cf21baeeb16bd89828d25c7901470.tar.gz
Autogenerated HTML docs for v2.17.0-775-ge144d
Diffstat (limited to 'gitrevisions.html')
-rw-r--r--gitrevisions.html61
1 files changed, 37 insertions, 24 deletions
diff --git a/gitrevisions.html b/gitrevisions.html
index 096345c09..ca575c3aa 100644
--- a/gitrevisions.html
+++ b/gitrevisions.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>gitrevisions(7)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -771,6 +772,16 @@ commit object. It uses what is called an <em>extended SHA-1</em>
syntax. Here are various ways to spell object names. The
ones listed near the end of this list name trees and
blobs contained in a commit.</p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">This document shows the "raw" syntax as seen by git. The shell
+and other UIs might require additional quoting to protect special
+characters and to avoid word splitting.</td>
+</tr></table>
+</div>
<div class="dlist"><dl>
<dt class="hdlist1">
<em>&lt;sha1&gt;</em>, e.g. <em>dae86e1950b1277e545cee180551750029cfe735</em>, <em>dae86e</em>
@@ -1043,6 +1054,8 @@ existing tag object.</p></div>
is matched. <em>:/!-foo</em> performs a negative match, while <em>:/!!foo</em> matches a
literal <em>!</em> character, followed by <em>foo</em>. Any other sequence beginning with
<em>:/!</em> is reserved for now.
+ Depending on the given text, the shell&#8217;s word splitting rules might
+ require additional quoting.
</p>
</dd>
<dt class="hdlist1">
@@ -1266,28 +1279,28 @@ with each step in the notation&#8217;s expansion and selection carefully
spelt out:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>Args Expanded arguments Selected commits
-D G H D
-D F G H I J D F
-^G D H D
-^D B E I J F B
-^D B C E I J F B C
-C I J F C
-B..C = ^B C C
-B...C = B ^F C G H D E B C
-B^- = B^..B
- = ^B^1 B E I J F B
-C^@ = C^1
- = F I J F
-B^@ = B^1 B^2 B^3
- = D E F D G H E F I J
-C^! = C ^C^@
- = C ^C^1
- = C ^F C
-B^! = B ^B^@
- = B ^B^1 ^B^2 ^B^3
- = B ^D ^E ^F B
-F^! D = F ^I ^J D G H D F</code></pre>
+<pre><code> Args Expanded arguments Selected commits
+ D G H D
+ D F G H I J D F
+ ^G D H D
+ ^D B E I J F B
+ ^D B C E I J F B C
+ C I J F C
+ B..C = ^B C C
+ B...C = B ^F C G H D E B C
+ B^- = B^..B
+ = ^B^1 B E I J F B
+ C^@ = C^1
+ = F I J F
+ B^@ = B^1 B^2 B^3
+ = D E F D G H E F I J
+ C^! = C ^C^@
+ = C ^C^1
+ = C ^F C
+ B^! = B ^B^@
+ = B ^B^1 ^B^2 ^B^3
+ = B ^D ^E ^F B
+ F^! D = F ^I ^J D G H D F</code></pre>
</div></div>
</div>
</div>
@@ -1308,7 +1321,7 @@ F^! D = F ^I ^J D G H D F</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-01-27 08:11:04 JST
</div>
</div>
</body>