<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch v1.7.0.3</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.0.3</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.0.3'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2010-03-22T00:01:22Z</updated>
<entry>
<title>Git 1.7.0.3</title>
<updated>2010-03-22T00:01:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-03-22T00:01:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=0b3dcfe721dc8734e2688f936afad055d8541d97'/>
<id>urn:sha1:0b3dcfe721dc8734e2688f936afad055d8541d97</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.6.6' into maint</title>
<updated>2010-03-22T00:00:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-03-22T00:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d16a5dafdcec037631a5453ca7923992ce27a151'/>
<id>urn:sha1:d16a5dafdcec037631a5453ca7923992ce27a151</id>
<content type='text'>
* maint-1.6.6:
  Documentation/git-clone: Transform description list into item list
  Documentation/urls: Remove spurious example markers
  Documentation/gitdiffcore: Remove misleading date in heading
  Documentation/git-reflog: Fix formatting of command lists
</content>
</entry>
<entry>
<title>.mailmap: Map the the first submissions of MJG by e-mail</title>
<updated>2010-03-21T23:30:17Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-03-21T13:43:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=11f54989da573df35999222b9e504c12697b9392'/>
<id>urn:sha1:11f54989da573df35999222b9e504c12697b9392</id>
<content type='text'>
so that git shortlog with '-e' coalesces all my commits.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-clone: Transform description list into item list</title>
<updated>2010-03-21T21:45:05Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-03-21T17:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=476386858c70c1457bf32ff6d93b2100f03513fc'/>
<id>urn:sha1:476386858c70c1457bf32ff6d93b2100f03513fc</id>
<content type='text'>
so that the list of examples is formatted in the same way as for
git-fetch, and, more importantly, the different identation for the
code blocks in the examples (compared to the immediately preceding code
blocks from url.txt) doesn't look like misformatted, but is clarified by
the items' bullets.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/urls: Remove spurious example markers</title>
<updated>2010-03-21T21:42:24Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-03-21T17:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a3cfb7f83f0e77a0e94716d08e2511084456c13e'/>
<id>urn:sha1:a3cfb7f83f0e77a0e94716d08e2511084456c13e</id>
<content type='text'>
In urls.txt (which is included from git-{clone,fetch,push}.txt)
several item lists are surrounded by example block markers. This is
problematic for two reasons:

- None of these lists are example lists, so they should not be marked as
  such semantically.
- The html output looks weird (bulleted list with left sidebar).

Therefore, remove the example block markers. Output by the man backend
is unaffected.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/gitdiffcore: Remove misleading date in heading</title>
<updated>2010-03-21T21:40:18Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-03-21T17:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=dddfb3f1263d20a050890256dcbd5aeb00f221bb'/>
<id>urn:sha1:dddfb3f1263d20a050890256dcbd5aeb00f221bb</id>
<content type='text'>
Ever since the automatic conversion into man form, the heading
contained a misidentified subheading reading "June 2005".
Remove this since the documentation is more recent, and the correct
date is in the footer.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-reflog: Fix formatting of command lists</title>
<updated>2010-03-21T21:40:02Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-03-21T17:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b6c7c41b17857138491f4fd3392644326cf4e64d'/>
<id>urn:sha1:b6c7c41b17857138491f4fd3392644326cf4e64d</id>
<content type='text'>
A misplaced list continuation mark appears literally in the
rendered doc. Fix this by removing it.

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update draft release notes to 1.7.0.3</title>
<updated>2010-03-20T18:29:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-03-20T18:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8fe5d87622a4268079bf1e5738474f85d4e5c3bc'/>
<id>urn:sha1:8fe5d87622a4268079bf1e5738474f85d4e5c3bc</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>fetch: Fix minor memory leak</title>
<updated>2010-03-20T16:28:48Z</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2010-03-15T22:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=730b02003070400a82ff89b240573765d71e839a'/>
<id>urn:sha1:730b02003070400a82ff89b240573765d71e839a</id>
<content type='text'>
A temporary struct ref is allocated in store_updated_refs() but not
freed.

Signed-off-by: Andreas Gruenbacher &lt;agruen@suse.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>fetch: Future-proof initialization of a refspec on stack</title>
<updated>2010-03-20T16:27:17Z</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2010-03-12T22:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8da61a2ab48175526390233c8bcedf63a3cdb6c4'/>
<id>urn:sha1:8da61a2ab48175526390233c8bcedf63a3cdb6c4</id>
<content type='text'>
The open-coded version to initialize each and every member will break
when a new member is added to the structure.

Signed-off-by: Andreas Gruenbacher &lt;agruen@suse.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
