<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/commit.c, 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-05-16T19:43:05Z</updated>
<entry>
<title>Merge branch 'maint'</title>
<updated>2007-05-16T19:43:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-16T19:43:05Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=fdcb769916c93b53517ef1b4cae447a3333c9b86'/>
<id>urn:sha1:fdcb769916c93b53517ef1b4cae447a3333c9b86</id>
<content type='text'>
* maint:
  format-patch: add MIME-Version header when we add content-type.
  Fixed link in user-manual
  import-tars: Use the "Link indicator" to identify directories
  git name-rev writes beyond the end of malloc() with large generations
  Documentation/branch: fix small typo in -D example
</content>
</entry>
<entry>
<title>format-patch: add MIME-Version header when we add content-type.</title>
<updated>2007-05-16T19:37:25Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2007-05-15T15:35:13Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=0ab564be6e59c66c7aa4fc44997f3fc62ebcd0d9'/>
<id>urn:sha1:0ab564be6e59c66c7aa4fc44997f3fc62ebcd0d9</id>
<content type='text'>
When we add Content-Type: header, we should also add
MIME-Version: header as well.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2007-05-06T07:21:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-06T07:21:03Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=125a5f1c2a93f217e92dd88210c2cb503032c02f'/>
<id>urn:sha1:125a5f1c2a93f217e92dd88210c2cb503032c02f</id>
<content type='text'>
* maint:
  Small correction in reading of commit headers
  Documentation: fix typo in git-remote.txt
  Add test for blame corner cases.
  blame: -C -C -C
  blame: Notice a wholesale incorporation of an existing file.
  Fix --boundary output
  diff format documentation: describe raw combined diff format
  Mention version 1.5.1 in tutorial and user-manual
  Add --no-rebase option to git-svn dcommit
  Fix markup in git-svn man page
</content>
</entry>
<entry>
<title>Small correction in reading of commit headers</title>
<updated>2007-05-06T06:46:18Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2007-05-04T21:51:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=e102d4353d7cfd69a597cd976eabdcb74641be69'/>
<id>urn:sha1:e102d4353d7cfd69a597cd976eabdcb74641be69</id>
<content type='text'>
Check if a line of the header has enough characters to possibly
contain the requested prefix.

Signed-off-by: Alex Riesen &lt;raa.lkml@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2007-05-04T06:26:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-04T06:26:54Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=9aae177a4adff326421e55c7c0f3138de15ce2c1'/>
<id>urn:sha1:9aae177a4adff326421e55c7c0f3138de15ce2c1</id>
<content type='text'>
* maint:
  gitweb: use decode_utf8 directly
  posix compatibility for t4200
  Document 'opendiff' value in config.txt and git-mergetool.txt
  Allow PERL_PATH="/usr/bin/env perl"
  Make xstrndup common
  diff.c: fix "size cache" handling.
  http-fetch: Disable use of curl multi support for libcurl &lt; 7.16.
</content>
</entry>
<entry>
<title>Make xstrndup common</title>
<updated>2007-05-04T05:28:55Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2007-05-03T02:49:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=5094102e13640d7559a02fd7c77b44dc9254cbbb'/>
<id>urn:sha1:5094102e13640d7559a02fd7c77b44dc9254cbbb</id>
<content type='text'>
This also improves the implementation to match how strndup is
specified (by GNU): if the length given is longer than the string,
only the string's length is allocated and copied, but the string need
not be null-terminated if it is at least as long as the given length.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<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>Clean up object creation to use more common code</title>
<updated>2007-04-17T06:36:16Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2007-04-17T05:11:43Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=100c5f3b0b27ec6617de1a785c4ff481e92636c1'/>
<id>urn:sha1:100c5f3b0b27ec6617de1a785c4ff481e92636c1</id>
<content type='text'>
This replaces the fairly odd "created_object()" function that did _most_
of the object setup with a more complete "create_object()" function that
also has a more natural calling convention.

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>Add %m to '--pretty=format:'</title>
<updated>2007-04-12T03:02:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-09T09:34:05Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=199c45bf2b168cb8b2231e45f35e5fd588c2fc19'/>
<id>urn:sha1:199c45bf2b168cb8b2231e45f35e5fd588c2fc19</id>
<content type='text'>
When used with '--boundary A...B', this shows the -/&lt;/&gt; marker
you would get with --left-right option to 'git-log' family.
When symmetric diff is not used, everybody is shown to be on the
"right" branch.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint' to synchronize with 1.5.0.6</title>
<updated>2007-03-28T22:39:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-28T22:39:57Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=0a98f9d13802880a68ce6564b9f47b1c3e3341c7'/>
<id>urn:sha1:0a98f9d13802880a68ce6564b9f47b1c3e3341c7</id>
<content type='text'>
</content>
</entry>
</feed>
