<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.10.1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.10.1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.10.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-05-02T04:18:44Z</updated>
<entry>
<title>Git 1.7.10.1</title>
<updated>2012-05-02T04:18:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:18:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bf505158d0292eed441fff1bc9157da19645ee91'/>
<id>urn:sha1:bf505158d0292eed441fff1bc9157da19645ee91</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pw/fast-import-dataref-parsing' into maint</title>
<updated>2012-05-02T04:12:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:12:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b9f0662bb044fdff755771271e9659d0c6dce240'/>
<id>urn:sha1:b9f0662bb044fdff755771271e9659d0c6dce240</id>
<content type='text'>
The parser in "fast-import" did not diagnose ":9" style references that is
not followed by required SP/LF as an error.

By Pete Wyckoff
* pw/fast-import-dataref-parsing:
  fast-import: tighten parsing of datarefs
</content>
</entry>
<entry>
<title>Merge branch 'it/fetch-pack-many-refs' into maint</title>
<updated>2012-05-02T04:12:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:12:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cda03b6ad3e685ebf8349597afd71553a3ebb3a4'/>
<id>urn:sha1:cda03b6ad3e685ebf8349597afd71553a3ebb3a4</id>
<content type='text'>
When "git fetch" encounters repositories with too many references, the
command line of "fetch-pack" that is run by a helper e.g. remote-curl, may
fail to hold all of them. Now such an internal invocation can feed the
references through the standard input of "fetch-pack".

By Ivan Todoroski
* it/fetch-pack-many-refs:
  remote-curl: main test case for the OS command line overflow
  fetch-pack: test cases for the new --stdin option
  remote-curl: send the refs to fetch-pack on stdin
  fetch-pack: new --stdin option to read refs from stdin

Conflicts:
	t/t5500-fetch-pack.sh
</content>
</entry>
<entry>
<title>Merge branch 'jl/maint-submodule-recurse-fetch' into maint</title>
<updated>2012-05-02T04:12:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:12:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=17f695b479546c691f797a5f1d153fbb3010fb2f'/>
<id>urn:sha1:17f695b479546c691f797a5f1d153fbb3010fb2f</id>
<content type='text'>
"git fetch" that recurses into submodules on demand did not check if it
needs to go into submodules when non branches (most notably, tags) are
fetched.

By Jens Lehmann
* jl/maint-submodule-recurse-fetch:
  submodules: recursive fetch also checks new tags for submodule commits
</content>
</entry>
<entry>
<title>Merge branch 'jc/maint-blame-minimal' into maint</title>
<updated>2012-05-02T04:11:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:11:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=089c0ca8b6b1375336477e5011619c18a59b83e3'/>
<id>urn:sha1:089c0ca8b6b1375336477e5011619c18a59b83e3</id>
<content type='text'>
"git blame" started missing quite a few changes from the origin since we
stopped using the diff minimalization by default in v1.7.2 era.

Teach "--minimal" option to "git blame" to work around this regression.

* jc/maint-blame-minimal:
  blame: accept --need-minimal
</content>
</entry>
<entry>
<title>Merge branch 'lp/maint-diff-three-dash-with-graph' into maint</title>
<updated>2012-05-02T04:11:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:11:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=35977f2316d68faa850222e19d4baec407511756'/>
<id>urn:sha1:35977f2316d68faa850222e19d4baec407511756</id>
<content type='text'>
"log -p --graph" used with "--stat" had a few formatting error.

By Lucian Poston
* lp/maint-diff-three-dash-with-graph:
  t4202: add test for "log --graph --stat -p" separator lines
  log --graph: fix break in graph lines
  log --graph --stat: three-dash separator should come after graph lines
</content>
</entry>
<entry>
<title>Merge branch 'jk/rebase-i-submodule-conflict-only' into maint</title>
<updated>2012-05-02T04:11:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:11:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a4da3388fd83e4b31273d71bebf8a92becd8f60c'/>
<id>urn:sha1:a4da3388fd83e4b31273d71bebf8a92becd8f60c</id>
<content type='text'>
Giving "--continue" to a conflicted "rebase -i" session skipped a
commit that only results in changes to submodules.

By John Keeping
* jk/rebase-i-submodule-conflict-only:
  rebase -i continue: don't skip commits that only change submodules
</content>
</entry>
<entry>
<title>Merge branch 'maint' of https://github.com/git-l10n/git-po</title>
<updated>2012-05-02T04:09:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-05-02T04:09:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=520d2ce71c5c48e75f1d8baac7cb6fe6f6e8b915'/>
<id>urn:sha1:520d2ce71c5c48e75f1d8baac7cb6fe6f6e8b915</id>
<content type='text'>
By Byrial Jensen (2) and others
via Jiang Xin (1) and Ralf Thielow (1)
* 'maint' of https://github.com/git-l10n/git-po:
  l10n: Initial German translation
  l10n: Update Simplified Chinese translation
  l10n: Update git.pot (2 new messages)
  l10n: Add the German translation team and initialize de.po
  l10n: Add Danish team (da) to list of teams
  l10n: New da.po file with 0 translations
  l10n: Updated pt_PT language
</content>
</entry>
<entry>
<title>l10n: Initial German translation</title>
<updated>2012-05-01T14:28:58Z</updated>
<author>
<name>Ralf Thielow</name>
<email>ralf.thielow@googlemail.com</email>
</author>
<published>2012-04-30T15:55:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=720e309bf6a5d46e1a6d5ee929d24869a329b838'/>
<id>urn:sha1:720e309bf6a5d46e1a6d5ee929d24869a329b838</id>
<content type='text'>
Helped-by: Thomas Kuchs
Signed-off-by: Ralf Thielow &lt;ralf.thielow@googlemail.com&gt;
</content>
</entry>
<entry>
<title>l10n: Update Simplified Chinese translation</title>
<updated>2012-04-28T14:53:41Z</updated>
<author>
<name>Jiang Xin</name>
<email>worldhello.net@gmail.com</email>
</author>
<published>2012-04-28T14:42:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=73a60cd252a417a14092791ad0ff33aa6f62f616'/>
<id>urn:sha1:73a60cd252a417a14092791ad0ff33aa6f62f616</id>
<content type='text'>
Translate 2 new messages come from git maint branch.

Signed-off-by: Jiang Xin &lt;worldhello.net@gmail.com&gt;
</content>
</entry>
</feed>
