<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.10-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.10-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.10-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-03-14T22:47:45Z</updated>
<entry>
<title>Git 1.7.10-rc1</title>
<updated>2012-03-14T22:47:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-14T22:38:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0e2d57fd50f61e668be3180bc8f25991ea88aa8c'/>
<id>urn:sha1:0e2d57fd50f61e668be3180bc8f25991ea88aa8c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/i18n-shell-script-gettext'</title>
<updated>2012-03-13T19:36:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-13T19:36:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d973dc01cc904ae046f6b40911aaf340c04cfdc7'/>
<id>urn:sha1:d973dc01cc904ae046f6b40911aaf340c04cfdc7</id>
<content type='text'>
The auto detection was testing if a fixed string that is known to be
non-empty is empty by mistake.

* jc/i18n-shell-script-gettext:
  i18n: fix auto detection of gettext scheme for shell scripts
</content>
</entry>
<entry>
<title>Merge branch 'jc/maint-undefined-i18n-observation-test'</title>
<updated>2012-03-13T19:36:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-13T19:36:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8de55e37dd17f212162467f5d26dc3e28346d10e'/>
<id>urn:sha1:8de55e37dd17f212162467f5d26dc3e28346d10e</id>
<content type='text'>
It was unclear what a test in t0204 wanted to check; it turns out
that it was only to observe an undefined behaviour of the system,
and did not anticipate one kind of reasonable error behaviour.

* jc/maint-undefined-i18n-observation-test:
  t0204: clarify the "observe undefined behaviour" test
</content>
</entry>
<entry>
<title>Merge branch 'ms/maint-config-error-at-eol-linecount'</title>
<updated>2012-03-13T19:35:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-13T19:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3f263099fca47c278e696fbc0f0d5525318eae0a'/>
<id>urn:sha1:3f263099fca47c278e696fbc0f0d5525318eae0a</id>
<content type='text'>
When "git config" diagnoses an error in a configuration file and
shows the line number for the offending line, it miscounted if the
error was at the end of line.

By Martin Stenberg
* ms/maint-config-error-at-eol-linecount:
  config: report errors at the EOL with correct line number

Conflicts:
	t/t1300-repo-config.sh
</content>
</entry>
<entry>
<title>Merge branch 'ph/rerere-doc'</title>
<updated>2012-03-13T19:35:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-13T19:35:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9d9bfea8f50f17fa52ff4a1161ef1d78b71ea40a'/>
<id>urn:sha1:9d9bfea8f50f17fa52ff4a1161ef1d78b71ea40a</id>
<content type='text'>
By Phil Hord
* ph/rerere-doc:
  rerere: Document 'rerere remaining'
</content>
</entry>
<entry>
<title>am: officially deprecate -b/--binary option</title>
<updated>2012-03-13T19:21:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-13T18:38:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6c15a1c63634005a0f8fb15696e154cc54b0a359'/>
<id>urn:sha1:6c15a1c63634005a0f8fb15696e154cc54b0a359</id>
<content type='text'>
We have had these options as harmless no-op for more than 3 years without
officially deprecating them.  Let's announce the deprecation and start
warning against their use, but without failing the command just not yet,
so that we can later repurpose the option if we want to in the future.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update draft release notes to 1.7.10 before -rc1</title>
<updated>2012-03-12T22:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-12T22:59:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fa678feb7ca12e306e2eaeb0078028505ab3318a'/>
<id>urn:sha1:fa678feb7ca12e306e2eaeb0078028505ab3318a</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'az/verify-tag-use-gpg-config'</title>
<updated>2012-03-12T22:55:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-12T22:55:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=57cec0aec77eb33bfc1eaaa5fb128f8799bbae43'/>
<id>urn:sha1:57cec0aec77eb33bfc1eaaa5fb128f8799bbae43</id>
<content type='text'>
"git tag -s" honored "gpg.program" configuration variable since
1.7.9, but "git tag -v" and "git verify-tag" didn't.

By Alex Zepeda
* az/verify-tag-use-gpg-config:
  verify-tag: Parse GPG configuration options.
</content>
</entry>
<entry>
<title>Sync with 1.7.9.4</title>
<updated>2012-03-12T22:54:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-12T22:54:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3101a748dc23a9214db68cc2d0fc81064d54b9ea'/>
<id>urn:sha1:3101a748dc23a9214db68cc2d0fc81064d54b9ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 1.7.9.4</title>
<updated>2012-03-12T22:52:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-03-12T22:52:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a46034819ecce6872bff099f3d75589f4d38c00c'/>
<id>urn:sha1:a46034819ecce6872bff099f3d75589f4d38c00c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
