<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/commit.h, branch v1.5.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.5.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2007-04-26T04:39:43Z</updated>
<entry>
<title>Add --date={local,relative,default}</title>
<updated>2007-04-26T04:39:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-25T06:36:22Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=a7b02ccf9a682fa0c2b28df6ca20f9199cdca4de'/>
<id>urn:sha1:a7b02ccf9a682fa0c2b28df6ca20f9199cdca4de</id>
<content type='text'>
This adds --date={local,relative,default} option to log family of commands,
to allow displaying timestamps in user's local timezone, relative time, or
the default format.

Existing --relative-date option is a synonym of --date=relative; we could
probably deprecate it in the long run.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add support for "commit name decorations" to log family of commands</title>
<updated>2007-04-16T23:51:11Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2007-04-16T23:05:10Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=ca135e7acc06f7d24ead732d2a1a531428da7135'/>
<id>urn:sha1:ca135e7acc06f7d24ead732d2a1a531428da7135</id>
<content type='text'>
This adds "--decorate" as a log option, which prints out the ref names
of any commits that are shown.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/commit-format'</title>
<updated>2007-03-02T08:37:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-02T08:37:12Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8ab3e1858676b91bf351537b8afd5599c6640e6f'/>
<id>urn:sha1:8ab3e1858676b91bf351537b8afd5599c6640e6f</id>
<content type='text'>
* js/commit-format:
  show_date(): rename the "relative" parameter to "mode"
  Actually make print_wrapped_text() useful
  pretty-formats: add 'format:&lt;string&gt;'
</content>
</entry>
<entry>
<title>pretty-formats: add 'format:&lt;string&gt;'</title>
<updated>2007-02-23T05:03:41Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-02-23T00:35:03Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=e52a5de45ab8b61bdddf48a466cb3388b38ad7a4'/>
<id>urn:sha1:e52a5de45ab8b61bdddf48a466cb3388b38ad7a4</id>
<content type='text'>
With this patch,

$ git show -s \
	--pretty=format:'  Ze komit %h woss%n  dunn buy ze great %an'

shows something like

  Ze komit 04c5c88 woss
  dunn buy ze great Junio C Hamano

The supported placeholders are:

	'%H': commit hash
	'%h': abbreviated commit hash
	'%T': tree hash
	'%t': abbreviated tree hash
	'%P': parent hashes
	'%p': abbreviated parent hashes
	'%an': author name
	'%ae': author email
	'%ad': author date
	'%aD': author date, RFC2822 style
	'%ar': author date, relative
	'%at': author date, UNIX timestamp
	'%cn': committer name
	'%ce': committer email
	'%cd': committer date
	'%cD': committer date, RFC2822 style
	'%cr': committer date, relative
	'%ct': committer date, UNIX timestamp
	'%e': encoding
	'%s': subject
	'%b': body
	'%Cred': switch color to red
	'%Cgreen': switch color to green
	'%Cblue': switch color to blue
	'%Creset': reset color
	'%n': newline

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/merge-base' (early part)</title>
<updated>2007-02-14T00:54:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-02-14T00:50:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=4a164d48df6bb1b4a771741c63d4437fd2dca0bb'/>
<id>urn:sha1:4a164d48df6bb1b4a771741c63d4437fd2dca0bb</id>
<content type='text'>
This contains an evil merge to fast-import, in order to
resolve in_merge_bases() update.
</content>
</entry>
<entry>
<title>is_repository_shallow(): prototype fix.</title>
<updated>2007-01-22T06:22:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-22T06:22:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f43117a6c134f3b7873983eae0df1cc14b270ff1'/>
<id>urn:sha1:f43117a6c134f3b7873983eae0df1cc14b270ff1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Allow in_merge_bases() to take more than one reference commits.</title>
<updated>2007-01-10T01:57:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-09T07:22:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=03840fc32d783be6750bf7e41a89687b8c3053eb'/>
<id>urn:sha1:03840fc32d783be6750bf7e41a89687b8c3053eb</id>
<content type='text'>
The internal function in_merge_bases(A, B) is used to make sure
that commit A is an ancestor of commit B.  This changes the
signature of it to take an array of B's and updates its current
callers.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into js/shallow</title>
<updated>2006-12-27T10:43:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-12-27T10:43:46Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=37818d7db070f67a20df58ac7d5e04cc63ef1867'/>
<id>urn:sha1:37818d7db070f67a20df58ac7d5e04cc63ef1867</id>
<content type='text'>
This is to adjust to:

  count-objects -v: show number of packs as well.

which will break a test in this series.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Move in_merge_bases() to commit.c</title>
<updated>2006-12-21T01:22:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-12-19T08:14:04Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=2ecd2bbcbe5335c1d9209b6ce28513e4e9d3491b'/>
<id>urn:sha1:2ecd2bbcbe5335c1d9209b6ce28513e4e9d3491b</id>
<content type='text'>
This reasonably useful function was hidden inside builtin-branch.c
</content>
</entry>
<entry>
<title>allow deepening of a shallow repository</title>
<updated>2006-11-24T23:42:49Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-10-30T19:09:53Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=f53514bc2d82f2f5cc7b447575e74aa266ed46f0'/>
<id>urn:sha1:f53514bc2d82f2f5cc7b447575e74aa266ed46f0</id>
<content type='text'>
Now, by saying "git fetch -depth &lt;n&gt; &lt;repo&gt;" you can deepen
a shallow repository.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
