<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.1-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.1-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.1-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2010-04-19T05:19:04Z</updated>
<entry>
<title>Git 1.7.1-rc2</title>
<updated>2010-04-19T05:19:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-19T05:19:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5469e2dab133a197dc2ca2fa47eb9e846ac19b66'/>
<id>urn:sha1:5469e2dab133a197dc2ca2fa47eb9e846ac19b66</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rr/remote-helper-doc'</title>
<updated>2010-04-19T04:32:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-19T04:32:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=407a963cae2867e16a62dafbdfaf6f85301d4cd6'/>
<id>urn:sha1:407a963cae2867e16a62dafbdfaf6f85301d4cd6</id>
<content type='text'>
* rr/remote-helper-doc:
  Documentation/remote-helpers: Fix typos and improve language
  Fixup: Second argument may be any arbitrary string
  Documentation/remote-helpers: Add invocation section
  Documentation/urls: Rewrite to accomodate &lt;transport&gt;::&lt;address&gt;
  Documentation/remote-helpers: Rewrite description
</content>
</entry>
<entry>
<title>Merge branch 'wp/doc-filter-direction'</title>
<updated>2010-04-19T04:32:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-19T04:32:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c4df50c2d8afed81e4c3170f51eff1d11dea1d94'/>
<id>urn:sha1:c4df50c2d8afed81e4c3170f51eff1d11dea1d94</id>
<content type='text'>
* wp/doc-filter-direction:
  documentation: clarify direction of core.autocrlf
</content>
</entry>
<entry>
<title>Merge branch 'jk/maint-diffstat-overflow'</title>
<updated>2010-04-19T04:31:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-19T04:31:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bc32d342c2aaa1fa425e7924e4b64951a76bb314'/>
<id>urn:sha1:bc32d342c2aaa1fa425e7924e4b64951a76bb314</id>
<content type='text'>
* jk/maint-diffstat-overflow:
  diff: use large integers for diffstat calculations
</content>
</entry>
<entry>
<title>Merge branch 'jg/auto-initialize-notes-with-percent-n-in-format'</title>
<updated>2010-04-19T04:31:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-19T04:31:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=779f9467ebcd345e60118db89e2c0a4b38204607'/>
<id>urn:sha1:779f9467ebcd345e60118db89e2c0a4b38204607</id>
<content type='text'>
* jg/auto-initialize-notes-with-percent-n-in-format:
  t3301: add tests to use --format="%N"
  pretty: Initialize notes if %N is used
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-04-19T04:31:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-19T04:31:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fab45027e0cdf3ebdade137cb3740604da7bb4bc'/>
<id>urn:sha1:fab45027e0cdf3ebdade137cb3740604da7bb4bc</id>
<content type='text'>
* maint:
  Documentation: Describe other situations where -z affects git diff
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/gitk/gitk</title>
<updated>2010-04-19T01:36:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-04-19T01:36:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e8a12280530f16bf2089999ceefe35794d115d07'/>
<id>urn:sha1:e8a12280530f16bf2089999ceefe35794d115d07</id>
<content type='text'>
* git://git.kernel.org/pub/scm/gitk/gitk:
  gitk: Display dirty submodules correctly
  gitk: Fix display of copyright symbol
  gitk: Add emacs editor variable block
  gitk: Avoid calling tk_setPalette on Windows
  gitk: Don't clobber "Remember this view" setting
  gitk: Add comments to explain encode_view_opts and decode_view_opts
  gitk: Use consistent font for all text input fields
  gitk: Set the font for all listbox widgets
  gitk: Set the font for all spinbox widgets
  gitk: Remove forced use of sans-serif font
  gitk: Add Ctrl-W shortcut for closing the active window
</content>
</entry>
<entry>
<title>Documentation/remote-helpers: Fix typos and improve language</title>
<updated>2010-04-18T20:56:29Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2010-04-18T00:57:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d43427d3d9134524d3ebbe176e30cea38f2a0818'/>
<id>urn:sha1:d43427d3d9134524d3ebbe176e30cea38f2a0818</id>
<content type='text'>
Fix some typos and errors in grammar and tense.

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Acked-by: Sverre Rabbelier &lt;srabbelier@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fixup: Second argument may be any arbitrary string</title>
<updated>2010-04-18T20:56:24Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2010-04-18T00:56:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=272a36b67b0df4725f3e28f3302f45274b39012f'/>
<id>urn:sha1:272a36b67b0df4725f3e28f3302f45274b39012f</id>
<content type='text'>
This is intended to be a fixup for commit ad466d1 in pu. As Jonathan
Neider pointed out, the second argument may be any arbitrary string,
and need not conform to any URL-like shape.

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Acked-by: Sverre Rabbelier &lt;srabbelier@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/remote-helpers: Add invocation section</title>
<updated>2010-04-18T20:56:17Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2010-04-07T05:44:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b6c8d2d663234a2383cbe4634de93ca03f4717e1'/>
<id>urn:sha1:b6c8d2d663234a2383cbe4634de93ca03f4717e1</id>
<content type='text'>
Add an 'Invocation' section to specify what the command line arguments
mean. Also include a link to git-remote in the 'See Also' section.

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Acked-by: Sverre Rabbelier &lt;srabbelier@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
