<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.6.4.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.6.4.3</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.6.4.3'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2009-09-13T08:28:13Z</updated>
<entry>
<title>GIT 1.6.4.3</title>
<updated>2009-09-13T08:28:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-09-13T08:04:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=7fb6bcff2dece2ff9fbc5ebfe526d9b2a7e764c4'/>
<id>urn:sha1:7fb6bcff2dece2ff9fbc5ebfe526d9b2a7e764c4</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>svn: properly escape arguments for authors-prog</title>
<updated>2009-09-13T08:28:07Z</updated>
<author>
<name>Mark Lodato</name>
<email>lodatom@gmail.com</email>
</author>
<published>2009-09-13T00:33:23Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=d3d7d47e6e0c3077fa39ffcca2b7f5f48ea97812'/>
<id>urn:sha1:d3d7d47e6e0c3077fa39ffcca2b7f5f48ea97812</id>
<content type='text'>
Previously, the call to authors-prog was not properly escaped, so any
special characters in the Subversion username, such as spaces and
semi-colons, would be interpreted by the shell rather than being passed
in as the first argument.  Now all unsafe characters are escaped using
"git rev-parse --sq-quote"

[ew: switched from "\Q..\E" to "rev-parse --sq-quote"]

Signed-off-by: Mark Lodato &lt;lodatom@gmail.com&gt;
Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'cb/maint-1.6.3-grep-relative-up' into maint</title>
<updated>2009-09-13T08:24:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-09-13T08:24:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=45c58ba00a9c4e31e94997b59fd8112f962fa222'/>
<id>urn:sha1:45c58ba00a9c4e31e94997b59fd8112f962fa222</id>
<content type='text'>
* cb/maint-1.6.3-grep-relative-up:
  grep: accept relative paths outside current working directory
  grep: fix exit status if external_grep() punts

Conflicts:
	t/t7002-grep.sh
</content>
</entry>
<entry>
<title>http.c: remove verification of remote packs</title>
<updated>2009-09-11T08:45:36Z</updated>
<author>
<name>Tay Ray Chuan</name>
<email>rctay89@gmail.com</email>
</author>
<published>2009-09-09T12:33:50Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=59b8d38f6e4f19b93c5dc4493ab11706acd101b5'/>
<id>urn:sha1:59b8d38f6e4f19b93c5dc4493ab11706acd101b5</id>
<content type='text'>
Make http.c::fetch_pack_index() no longer check for the remote pack
with a HEAD request before fetching the corresponding pack index file.

Not only does sending a HEAD request before we do a GET incur a
performance penalty, it does not offer any significant error-
prevention advantages (pack fetching in the *_http_pack_request()
methods is capable of handling any errors on its own).

This addresses an issue raised elsewhere:

  http://code.google.com/p/msysgit/issues/detail?id=323
  http://support.github.com/discussions/repos/957-cant-clone-over-http-or-git

Signed-off-by: Tay Ray Chuan &lt;rctay89@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-pull: do not mention --quiet and --verbose twice</title>
<updated>2009-09-07T22:45:13Z</updated>
<author>
<name>Emmanuel Trillaud</name>
<email>etrillaud@gmail.com</email>
</author>
<published>2009-09-07T12:34:35Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=90e431152e05d3e8eb80a0db2e81b7cf50ecc745'/>
<id>urn:sha1:90e431152e05d3e8eb80a0db2e81b7cf50ecc745</id>
<content type='text'>
git-pull.txt includes fetch-options.txt and merge-options.txt, both of
which document the --quiet and --verbose.

Supress the ones from fetch-options.txt.

Signed-off-by: Emmanuel Trillaud &lt;etrillaud@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>githooks.txt: put hooks into subsections</title>
<updated>2009-09-07T22:45:13Z</updated>
<author>
<name>Bert Wesarg</name>
<email>bert.wesarg@googlemail.com</email>
</author>
<published>2009-09-06T10:22:58Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6d71c1dca4396de545a6c9667b3dcf0c03e42b30'/>
<id>urn:sha1:6d71c1dca4396de545a6c9667b3dcf0c03e42b30</id>
<content type='text'>
All hooks are currently in its own section. Which may confuse users,
because the section name serves as the hook file name and sections are
all caps for man pages. Putting them into a new HOOKS section and each
hook into a subsection keeps the case to lower case.

Signed-off-by: Bert Wesarg &lt;bert.wesarg@googlemail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>grep: accept relative paths outside current working directory</title>
<updated>2009-09-07T22:03:04Z</updated>
<author>
<name>Clemens Buchacher</name>
<email>drizzd@aon.at</email>
</author>
<published>2009-09-05T12:31:17Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=493b7a08d80535def6756b281873e4e0937ba6c2'/>
<id>urn:sha1:493b7a08d80535def6756b281873e4e0937ba6c2</id>
<content type='text'>
"git grep" would barf at relative paths pointing outside the current
working directory (or subdirectories thereof). Use quote_path_relative(),
which can handle such cases just fine.

[jc: added tests.]

Signed-off-by: Clemens Buchacher &lt;drizzd@aon.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>grep: fix exit status if external_grep() punts</title>
<updated>2009-09-07T22:02:31Z</updated>
<author>
<name>Clemens Buchacher</name>
<email>drizzd@aon.at</email>
</author>
<published>2009-09-07T08:48:01Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=929e37d3dfef13895ef6e4b54c7d45962b234461'/>
<id>urn:sha1:929e37d3dfef13895ef6e4b54c7d45962b234461</id>
<content type='text'>
If external_grep() is called and punts, grep_cache() mistakenly reported a
hit, even if there were none.  The bug can be triggered by calling "git
grep --no-color" from a subdirectory.

Signed-off-by: Clemens Buchacher &lt;drizzd@aon.at&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>push: re-flow non-fast-forward message</title>
<updated>2009-09-06T07:39:15Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2009-09-06T06:47:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=14b772a0d7cb983ab0c13d672ea89192c460d070'/>
<id>urn:sha1:14b772a0d7cb983ab0c13d672ea89192c460d070</id>
<content type='text'>
The extreme raggedness of the right edge make this jarring
to read. Let's re-flow the text to fill the lines in a more
even way.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>push: fix english in non-fast-forward message</title>
<updated>2009-09-06T07:39:14Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2009-09-06T06:46:25Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=e1f8f0cfbef594edd12aba13df8ec53d401ce944'/>
<id>urn:sha1:e1f8f0cfbef594edd12aba13df8ec53d401ce944</id>
<content type='text'>
We must use an article when referring to the section
because it is a non-proper noun, and it must be the definite
article because we are referring to a specific section.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
