<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.10-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.10-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.10-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-03-23T22:11:24Z</updated>
<entry>
<title>Git 1.7.10-rc2</title>
<updated>2012-03-23T22:11:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-23T21:50:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c16df57c5a778ef14ede7ad202c74146269d61ac'/>
<id>urn:sha1:c16df57c5a778ef14ede7ad202c74146269d61ac</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>.mailmap: unify various old mail addresses of gitster</title>
<updated>2012-03-23T21:40:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-23T21:40:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=eb2c67ccbd5c6c5b7c73752dca2526bcce022b9e'/>
<id>urn:sha1:eb2c67ccbd5c6c5b7c73752dca2526bcce022b9e</id>
<content type='text'>
"git shortlog -s -e" should show a single current address with this.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'am/completion-zsh-fix'</title>
<updated>2012-03-23T21:36:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-23T21:36:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f47ff5afe4208488c6f977b497b81acdce941afc'/>
<id>urn:sha1:f47ff5afe4208488c6f977b497b81acdce941afc</id>
<content type='text'>
* am/completion-zsh-fix:
  contrib/completion: "local var=()" is misinterpreted as func-decl by zsh
</content>
</entry>
<entry>
<title>Merge branch 'dw/gitweb-doc-grammo'</title>
<updated>2012-03-23T21:36:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-23T21:36:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0df81d860eec53299a43fb8e205caa3cbd813da5'/>
<id>urn:sha1:0df81d860eec53299a43fb8e205caa3cbd813da5</id>
<content type='text'>
Typofix.

* dw/gitweb-doc-grammo:
  Documentation/gitweb: trivial English fixes
</content>
</entry>
<entry>
<title>Documentation/gitweb: trivial English fixes</title>
<updated>2012-03-23T18:22:04Z</updated>
<author>
<name>D Waitzman</name>
<email>djw@spamcop.net</email>
</author>
<published>2012-03-23T15:02:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c32c95916549331a581fadfa749c4322c14ccd78'/>
<id>urn:sha1:c32c95916549331a581fadfa749c4322c14ccd78</id>
<content type='text'>
Change "it's" to "its" where a possessive is intended.  Also add two
missing "the" that were noticed by Ben Walton.

Signed-off-by: David Waitzman &lt;djw@bbn.com&gt;
</content>
</entry>
<entry>
<title>contrib/completion: "local var=()" is misinterpreted as func-decl by zsh</title>
<updated>2012-03-21T17:02:39Z</updated>
<author>
<name>Alex Merry</name>
<email>dev@randomguy3.me.uk</email>
</author>
<published>2011-09-01T13:47:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=471dcfdbb23ad423168d928335bc36217f9e311d'/>
<id>urn:sha1:471dcfdbb23ad423168d928335bc36217f9e311d</id>
<content type='text'>
Certain versions of zsh seems to treat

    local var=()

as a function declaration, rather than an assignment of an empty array,
although its documentation does not suggest that this should be the case.

With zsh 4.3.15 on Fedora Core 15, this causes

  __git_ps1 " (%s)"

to trigger an error message:

  local:2: command not found: svn_url_pattern

when GIT_PS1_SHOWUPSTREAM="auto".

Signed-off-by: Alex Merry &lt;dev@randomguy3.me.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2012-03-20T22:54:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-20T22:54:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=498a04af143f55a7bbbba484d48a7f123d43be04'/>
<id>urn:sha1:498a04af143f55a7bbbba484d48a7f123d43be04</id>
<content type='text'>
* maint:
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.7.8' into maint</title>
<updated>2012-03-20T22:53:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-20T22:53:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0f360763c02d1230614e23f94fb298dab0162aa0'/>
<id>urn:sha1:0f360763c02d1230614e23f94fb298dab0162aa0</id>
<content type='text'>
* maint-1.7.8:
  t/Makefile: Use $(sort ...) explicitly where needed
  gitweb: Fix actionless dispatch for non-existent objects
  i18n of multi-line advice messages
</content>
</entry>
<entry>
<title>Merge branch 'ks/sort-wildcard-in-makefile' into maint-1.7.8</title>
<updated>2012-03-20T22:26:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-20T22:26:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d4c813d47d5c4f821a6947a29e4a480ec6522f44'/>
<id>urn:sha1:d4c813d47d5c4f821a6947a29e4a480ec6522f44</id>
<content type='text'>
* ks/sort-wildcard-in-makefile:
  t/Makefile: Use $(sort ...) explicitly where needed
</content>
</entry>
<entry>
<title>Merge branch 'jc/advise-i18n' into maint-1.7.8</title>
<updated>2012-03-20T22:25:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-20T22:25:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=39af78961d8e7f4c0aee73e77e9eb5b6033f79c2'/>
<id>urn:sha1:39af78961d8e7f4c0aee73e77e9eb5b6033f79c2</id>
<content type='text'>
* jc/advise-i18n:
  i18n of multi-line advice messages
</content>
</entry>
</feed>
