<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.6.4-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.6.4-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.6.4-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2009-07-09T08:19:51Z</updated>
<entry>
<title>Makefile: install 'git' in execdir</title>
<updated>2009-07-09T08:19:51Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2009-07-09T06:37:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4ecbc178704ca6c1027a38483e98f5fe493b1322'/>
<id>urn:sha1:4ecbc178704ca6c1027a38483e98f5fe493b1322</id>
<content type='text'>
When a git command executes a subcommand, it uses the "git
foo" form, which relies on finding "git" in the PATH.
Normally this should not be a problem, since the same "git"
that was used to invoke git in the first place will be
found.  And if somebody invokes a "git" outside of the PATH
(e.g., by giving its absolute path), this case is already
covered: we put that absolute path onto the front of PATH.

However, if one is using "sudo", then sudo will execute the
"git" from the PATH, but pass along a restricted PATH that
may not contain the original "git" directory. In this case,
executing a subcommand will fail.

To solve this, we put the "git" wrapper itself into the
execdir; this directory is prepended to the PATH when git
starts, so the wrapper will always be found.

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>Merge branch 'ld/push-porcelain-output-format'</title>
<updated>2009-07-09T08:07:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-09T08:07:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3125be17d66e65c854249fb6a0c05322798593fe'/>
<id>urn:sha1:3125be17d66e65c854249fb6a0c05322798593fe</id>
<content type='text'>
* ld/push-porcelain-output-format:
  add --porcelain option to git-push
</content>
</entry>
<entry>
<title>Merge branch 'gb/gitweb-avatar'</title>
<updated>2009-07-09T08:00:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-09T08:00:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb'/>
<id>urn:sha1:1d4bf0b362bbe26f6a8b6e8e278cd45986de4aeb</id>
<content type='text'>
* gb/gitweb-avatar:
  gitweb: add empty alt text to avatar img
  gitweb: picon avatar provider
  gitweb: gravatar url cache
  gitweb: (gr)avatar support
  gitweb: use git_print_authorship_rows in 'tag' view too
  gitweb: uniform author info for commit and commitdiff
  gitweb: refactor author name insertion
</content>
</entry>
<entry>
<title>Merge branch 'ml/http'</title>
<updated>2009-07-09T08:00:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-09T08:00:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c535d767f7a518b79a0f9b9a70ec746de76da97c'/>
<id>urn:sha1:c535d767f7a518b79a0f9b9a70ec746de76da97c</id>
<content type='text'>
* ml/http:
  http.c: add http.sslCertPasswordProtected option
  http.c: prompt for SSL client certificate password

Conflicts:
	http.c
</content>
</entry>
<entry>
<title>Merge branch 'rs/grep-p'</title>
<updated>2009-07-09T07:59:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-09T07:59:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=128a9d86da3c156c7d1bf25692eeb68a522af935'/>
<id>urn:sha1:128a9d86da3c156c7d1bf25692eeb68a522af935</id>
<content type='text'>
* rs/grep-p:
  grep: simplify -p output
  grep -p: support user defined regular expressions
  grep: add option -p/--show-function
  grep: handle pre context lines on demand
  grep: print context hunk marks between files
  grep: move context hunk mark handling into show_line()
  userdiff: add xdiff_clear_find_func()
</content>
</entry>
<entry>
<title>Merge branch 'js/run-command-updates' (early part)</title>
<updated>2009-07-09T07:59:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-09T07:59:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ce4f404c6f059abb4988f4549c6e46a3ba0d56ec'/>
<id>urn:sha1:ce4f404c6f059abb4988f4549c6e46a3ba0d56ec</id>
<content type='text'>
* 'js/run-command-updates' (early part):
  MinGW: truncate exit()'s argument to lowest 8 bits
</content>
</entry>
<entry>
<title>git-svn.txt: fix description of fetch flags accepted by clone.</title>
<updated>2009-07-08T17:42:27Z</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2009-07-07T20:22:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0da3e1d21f931aef887ff30b2ebf171e3f343ff7'/>
<id>urn:sha1:0da3e1d21f931aef887ff30b2ebf171e3f343ff7</id>
<content type='text'>
Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-svn.txt: fix fetch flags incorrectly documented as init flags.</title>
<updated>2009-07-08T17:42:27Z</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2009-07-07T20:22:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=eb1f7e0dc0b606bba2af0ec61d4d307f975c83ef'/>
<id>urn:sha1:eb1f7e0dc0b606bba2af0ec61d4d307f975c83ef</id>
<content type='text'>
Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-svn.txt: make formatting more consistent.</title>
<updated>2009-07-08T17:42:27Z</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2009-07-07T20:22:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6c32a7a99495da3f49e2a142791bc10af3f6f059'/>
<id>urn:sha1:6c32a7a99495da3f49e2a142791bc10af3f6f059</id>
<content type='text'>
- correctly link paragraphs within list items
- consistently format examples
- put option alernatives on separate lines
- always use [verse] for config items
- always indent 1st paragraph of a list item, with a tab

Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-svn.txt: stop using dash-form of commands.</title>
<updated>2009-07-08T17:42:27Z</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2009-07-07T20:22:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=647ac702d83b7ec8dbe6abe566151a064257433f'/>
<id>urn:sha1:647ac702d83b7ec8dbe6abe566151a064257433f</id>
<content type='text'>
Also consistently use single quotes around git commands to make things clear
(was only needed at a couple of places).

Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
