<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.2-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.2-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.2-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-05-01T00:30:02Z</updated>
<entry>
<title>GIT v1.5.2-rc1</title>
<updated>2007-05-01T00:30:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-01T00:30:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4c1611249432733818e724fe04a3e9b04848cdab'/>
<id>urn:sha1:4c1611249432733818e724fe04a3e9b04848cdab</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2007-05-01T00:16:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-01T00:16:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=07c785dbb799ce7fa74686e776cd07d69c3ce01e'/>
<id>urn:sha1:07c785dbb799ce7fa74686e776cd07d69c3ce01e</id>
<content type='text'>
* maint:
  GIT v1.5.1.3
  send-email documentation: clarify --smtp-server
  git.7: Mention preformatted html doc location
  Clarify SubmittingPatches Checklist
  git-svn: Add 'find-rev' command
  Fix symlink handling in git-svn, related to PerlIO
</content>
</entry>
<entry>
<title>GIT v1.5.1.3</title>
<updated>2007-05-01T00:09:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-01T00:09:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b5cc62f701abf8b903387a5d7c77a59f347d66fd'/>
<id>urn:sha1:b5cc62f701abf8b903387a5d7c77a59f347d66fd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Include mailmap.h in mailmap.c to catch mailmap interface changes</title>
<updated>2007-04-30T23:57:59Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2007-04-30T22:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fe5d30b6302369990499c428b28921b903153b81'/>
<id>urn:sha1:fe5d30b6302369990499c428b28921b903153b81</id>
<content type='text'>
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>Remove pointless calls to access(2) when checking for .mailmap</title>
<updated>2007-04-30T23:57:52Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2007-04-30T22:27:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e44b5d106c2934b93cfba2ea7fb2ed1e32edaae2'/>
<id>urn:sha1:e44b5d106c2934b93cfba2ea7fb2ed1e32edaae2</id>
<content type='text'>
read_mailmap already returns not 0 in case of error, and nothing
seem to be interested in it. It also is silent about the fact
(read_mailmap being to chatty would justify the call to access,
but there is no point for it to be and it isn't).

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>Fix read_mailmap to handle a caller uninterested in repo abbreviation</title>
<updated>2007-04-30T23:57:50Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2007-04-30T22:26:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8503ee4394dd47af136019bd8da53e5adec17e5d'/>
<id>urn:sha1:8503ee4394dd47af136019bd8da53e5adec17e5d</id>
<content type='text'>
The only such a caller builtin-blame.c would pass NULL as the place
where to store the abbreviation.

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>Use strlcpy instead of strncpy in mailmap.c</title>
<updated>2007-04-30T23:57:47Z</updated>
<author>
<name>Alex Riesen</name>
<email>raa.lkml@gmail.com</email>
</author>
<published>2007-04-30T22:22:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=600682aaa12c56d55bd24233828205c43ece2ded'/>
<id>urn:sha1:600682aaa12c56d55bd24233828205c43ece2ded</id>
<content type='text'>
strncpy does not NUL-terminate output in case of output buffer too short,
and map_email prototype (and usage) does not allow for figuring out
what the length of the name is.

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>send-email documentation: clarify --smtp-server</title>
<updated>2007-04-30T23:50:55Z</updated>
<author>
<name>Jari Aalto</name>
<email>jari.aalto@cante.net</email>
</author>
<published>2007-04-30T12:37:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=928a559000e1c9ba0d570c5d3d4e11155b4d1ffd'/>
<id>urn:sha1:928a559000e1c9ba0d570c5d3d4e11155b4d1ffd</id>
<content type='text'>
It can be either hostname/address, or a full path to a
local executable.

Signed-off-by: Jari Aalto &lt;jari.aalto@cante.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git.7: Mention preformatted html doc location</title>
<updated>2007-04-30T23:43:12Z</updated>
<author>
<name>Jari Aalto</name>
<email>jari.aalto@cante.net</email>
</author>
<published>2007-04-30T11:21:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=34b604af293ec288ed11cbb5cac90a2ddb87e159'/>
<id>urn:sha1:34b604af293ec288ed11cbb5cac90a2ddb87e159</id>
<content type='text'>
Signed-off-by: Jari Aalto &lt;jari.aalto@cante.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Clarify SubmittingPatches Checklist</title>
<updated>2007-04-30T23:39:18Z</updated>
<author>
<name>Jari Aalto</name>
<email>jari.aalto@cante.net</email>
</author>
<published>2007-04-30T16:04:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a7af09d2dbf39bae4c12c7d1c8829f8598011257'/>
<id>urn:sha1:a7af09d2dbf39bae4c12c7d1c8829f8598011257</id>
<content type='text'>
Separate things to be checked when making commits, and things
to be checked when sending patches.

Signed-off-by: Jari Aalto &lt;jari.aalto@cante.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
