<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-rev-parse.txt, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-04-29T23:50:10Z</updated>
<entry>
<title>parseopt: fix documentation for --keep-dashdash</title>
<updated>2009-04-29T23:50:10Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2009-04-28T20:29:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2163e3f7786f56d5aaf9eadea6776bb0e38b30a4'/>
<id>urn:sha1:2163e3f7786f56d5aaf9eadea6776bb0e38b30a4</id>
<content type='text'>
Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>rev-parse: --abbrev-ref option to shorten ref name</title>
<updated>2009-04-13T16:42:55Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2009-04-13T11:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a45d34691ea624e93863e95706eeb1b1909304f3'/>
<id>urn:sha1:a45d34691ea624e93863e95706eeb1b1909304f3</id>
<content type='text'>
This applies the shorten_unambiguous_ref function to the object name.
Default mode is controlled by core.warnAmbiguousRefs. Else it is given as
optional argument to --abbrev-ref={strict|loose}.

This should be faster than 'git for-each-ref --format="%(refname:short)" &lt;ref&gt;'
for single refs.

Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: remove extra quoting/emphasis around literal texts</title>
<updated>2009-03-17T21:16:44Z</updated>
<author>
<name>Chris Johnsen</name>
<email>chris_johnsen@pobox.com</email>
</author>
<published>2009-03-15T11:30:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dcb11263bcdbf31955dd00777392249bf1624226'/>
<id>urn:sha1:dcb11263bcdbf31955dd00777392249bf1624226</id>
<content type='text'>
If literal text (asciidoc `...`) can be rendered in a differently from
normal text for each output format (man, HTML), then we do not need
extra quotes or other wrapping around inline literal text segments.

config.txt

  Change '`...`' to `...`. In asciidoc, the single quotes provide
  emphasis, literal text should be distintive enough.

  Change "`...`" to `...`. These double quotes do not work if present
  in the described config value, so drop them.

git-checkout.txt

  Change "`...`" to `...` or `"..."`. All instances are command line
  argument examples. One "`-`" becomes `-`. Two others are involve
  curly braces, so move the double quotes inside the literal region to
  indicate that they might need to be quoted on the command line of
  certain shells (tcsh).

git-merge.txt

  Change "`...`" to `...`. All instances are used to describe merge
  conflict markers. The quotes should are not important.

git-rev-parse.txt

  Change "`...`" to `...`. All instances are around command line
  arguments where no in-shell quoting should be necessary.

gitcli.txt

  Change `"..."` to `...`. All instances are around command line
  examples or single command arguments. They do not semanticly belong
  inside the literal text, and they are not needed outside it.

glossary-content.txt
user-manual.txt

  Change "`...`" to `...`. All instances were around command lines.

Signed-off-by: Chris Johnsen &lt;chris_johnsen@pobox.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>sha1_name: support @{-N} syntax in get_sha1()</title>
<updated>2009-01-18T02:37:19Z</updated>
<author>
<name>Thomas Rast</name>
<email>trast@student.ethz.ch</email>
</author>
<published>2009-01-17T16:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d18ba22154574390dbff2c060f44b9715477e95a'/>
<id>urn:sha1:d18ba22154574390dbff2c060f44b9715477e95a</id>
<content type='text'>
Let get_sha1() parse the @{-N} syntax, with docs and tests.

Note that while @{-1}^2, @{-2}~5 and such are supported, @{-1}@{1} is
currently not allowed.

Signed-off-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-rev-parse.txt: update for new git-describe output format</title>
<updated>2008-07-30T07:19:22Z</updated>
<author>
<name>Cesar Eduardo Barros</name>
<email>cesarb@cesarb.net</email>
</author>
<published>2008-07-27T00:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=81b237d5db946b4196225712a37639952787c959'/>
<id>urn:sha1:81b237d5db946b4196225712a37639952787c959</id>
<content type='text'>
Signed-off-by: Cesar Eduardo Barros &lt;cesarb@cesarb.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update my e-mail address</title>
<updated>2008-07-21T19:14:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-21T19:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=59eb68aa2b4e52aa1d098e0d76c5130864ceff2e'/>
<id>urn:sha1:59eb68aa2b4e52aa1d098e0d76c5130864ceff2e</id>
<content type='text'>
The old cox.net address is still getting mails from gitters.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: update sections on naming revisions and revision ranges</title>
<updated>2008-07-09T06:05:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-07T21:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fd11ae0b52b6d059056a32851a916c152befae1a'/>
<id>urn:sha1:fd11ae0b52b6d059056a32851a916c152befae1a</id>
<content type='text'>
Various *_HEAD pseudo refs were not documented in any central place.
Especially since we may be teaching rebase and am to record ORIG_HEAD,
it would be a good time to do so.

While at it, reword the explanation on r1..r2 notation to reduce
confusion.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2008-07-07T09:11:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-07-07T09:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=585ad90c804a501415f03926c1ef67a34cb37cda'/>
<id>urn:sha1:585ad90c804a501415f03926c1ef67a34cb37cda</id>
<content type='text'>
* maint:
  Fix grammar in git-rev-parse(1).
</content>
</entry>
<entry>
<title>Fix grammar in git-rev-parse(1).</title>
<updated>2008-07-07T02:20:50Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2008-07-06T20:34:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=faf466ffb1b81a6af3946645865b3a38f33cdc11'/>
<id>urn:sha1:faf466ffb1b81a6af3946645865b3a38f33cdc11</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>manpages: italicize git command names (which were in teletype font)</title>
<updated>2008-07-05T18:24:40Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-07-03T05:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ba020ef5eb5fca3d757bd580ff117adaf81ca079'/>
<id>urn:sha1:ba020ef5eb5fca3d757bd580ff117adaf81ca079</id>
<content type='text'>
The names of git commands are not meant to be entered at the
commandline; they are just names. So we render them in italics,
as is usual for command names in manpages.

Using

	doit () {
	  perl -e 'for (&lt;&gt;) { s/\`(git-[^\`.]*)\`/'\''\1'\''/g; print }'
	}
	for i in git*.txt config.txt diff*.txt blame*.txt fetch*.txt i18n.txt \
	        merge*.txt pretty*.txt pull*.txt rev*.txt urls*.txt
	do
	  doit &lt;"$i" &gt;"$i+" &amp;&amp; mv "$i+" "$i"
	done
	git diff

.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
