<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.8.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.8.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.8.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-10-01T20:09:47Z</updated>
<entry>
<title>Git 1.8.0-rc0</title>
<updated>2012-10-01T20:09:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T20:09:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b0ec16b49eb283156e13bbef26466d948e4fd992'/>
<id>urn:sha1:b0ec16b49eb283156e13bbef26466d948e4fd992</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/completion-tests'</title>
<updated>2012-10-01T19:59:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T19:59:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=abc05cbcd3fdc6e5e14daec80c00b6f51b8e4c7e'/>
<id>urn:sha1:abc05cbcd3fdc6e5e14daec80c00b6f51b8e4c7e</id>
<content type='text'>
* jk/completion-tests:
  t9902: add completion tests for "odd" filenames
  t9902: add a few basic completion tests
</content>
</entry>
<entry>
<title>Merge branch 'ep/malloc-check-perturb'</title>
<updated>2012-10-01T19:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T19:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=70dac5f44d60a3f2de68c17157c21e663fc75616'/>
<id>urn:sha1:70dac5f44d60a3f2de68c17157c21e663fc75616</id>
<content type='text'>
Fixes a brown-paper bag bug.

* ep/malloc-check-perturb:
  MALLOC_CHECK: enable it, unless disabled explicitly
</content>
</entry>
<entry>
<title>Merge branch 'da/mergetool-custom'</title>
<updated>2012-10-01T19:58:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T19:58:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5ec11ab39d11aecd731044955a7a4f7e925cdba6'/>
<id>urn:sha1:5ec11ab39d11aecd731044955a7a4f7e925cdba6</id>
<content type='text'>
The actual external command to run for mergetool backend can be
specified with difftool/mergetool.$name.cmd configuration
variables, but this mechanism was ignored for the backends we
natively support.

* da/mergetool-custom:
  mergetool--lib: Allow custom commands to override built-ins
</content>
</entry>
<entry>
<title>Merge branch 'os/commit-submodule-ignore'</title>
<updated>2012-10-01T19:58:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T19:58:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=69759917aa4b1efb5bf198e76c3664bed9c70d4d'/>
<id>urn:sha1:69759917aa4b1efb5bf198e76c3664bed9c70d4d</id>
<content type='text'>
"git status" honored the ignore=dirty settings in .gitmodules but
"git commit" didn't.

* os/commit-submodule-ignore:
  commit: pay attention to submodule.$name.ignore in .gitmodules
</content>
</entry>
<entry>
<title>Merge branch 'jc/blame-follows-renames'</title>
<updated>2012-10-01T19:58:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T19:58:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4dbf436bffdf43f91852e23018fc0e45c1bfdab8'/>
<id>urn:sha1:4dbf436bffdf43f91852e23018fc0e45c1bfdab8</id>
<content type='text'>
Clarify the "blame" documentation to tell the users that there is
no need to ask for "--follow".

* jc/blame-follows-renames:
  git blame: document that it always follows origin across whole-file renames
</content>
</entry>
<entry>
<title>Merge branch 'jk/receive-pack-unpack-error-to-pusher'</title>
<updated>2012-10-01T19:58:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T19:58:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=03b98d2e78debf163d0dccc98a213dcd4608d7d8'/>
<id>urn:sha1:03b98d2e78debf163d0dccc98a213dcd4608d7d8</id>
<content type='text'>
Send errors from "unpack-objects" and "index-pack" back to the "git
push" over the git and smart-http protocols, just like it is done
for a push over the ssh protocol.

* jk/receive-pack-unpack-error-to-pusher:
  receive-pack: drop "n/a" on unpacker errors
  receive-pack: send pack-processing stderr over sideband
  receive-pack: redirect unpack-objects stdout to /dev/null
</content>
</entry>
<entry>
<title>Merge branch 'rt/maint-clone-single'</title>
<updated>2012-10-01T19:58:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-10-01T19:58:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=92f6e98c69670689c868452a91d9ed1c2c39eac2'/>
<id>urn:sha1:92f6e98c69670689c868452a91d9ed1c2c39eac2</id>
<content type='text'>
Running "git fetch" in a repository made with "git clone --single"
slurps all the branches, defeating the point of "--single".

* rt/maint-clone-single:
  clone --single: limit the fetch refspec to fetched branch
</content>
</entry>
<entry>
<title>Merge git://github.com/git-l10n/git-po</title>
<updated>2012-09-30T06:29:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-09-30T06:28:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=261b5119c7a7cb778dd812cfb006b511c5bc4065'/>
<id>urn:sha1:261b5119c7a7cb778dd812cfb006b511c5bc4065</id>
<content type='text'>
* 'master' of git://github.com/git-l10n/git-po:
  l10n: Fixes to Swedish translation
  Update Swedish translation (1967t0f0u)
  l10n: zh.CN.po: msgmerge git.pot (1142t195f630u)
  l10n: Update git.pot (825 new, 24 removed messages)
</content>
</entry>
<entry>
<title>Update draft release notes to 1.8.0</title>
<updated>2012-09-30T06:25:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-09-30T05:50:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f65ed83c7e272929da3e73f2bb30947704d0a76c'/>
<id>urn:sha1:f65ed83c7e272929da3e73f2bb30947704d0a76c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
