aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2010-06-24 01:53:05 -0400
committerAvery Pennarun <apenwarr@gmail.com>2010-06-24 01:53:05 -0400
commit9c632ea29ccd58a9967690c2670edec31dc468cd (patch)
treec6b75245e4c216b2c427fbd60a3e5a1e54253f10 /contrib/persistent-https
parentAdded new 'push' command and 2-parameter form of 'add'. (diff)
downloadgit-9c632ea29ccd58a9967690c2670edec31dc468cd.tar.gz
git-9c632ea29ccd58a9967690c2670edec31dc468cd.zip
(Hopefully) fix PATH setting for msysgit.
Reported by Evan Shaw. The problem is that $(git --exec-path) includes a 'git' binary which is incompatible with the one in /usr/bin; if you run it, it gives you an error about libiconv2.dll. You might think we could just add $(git --exec-path) at the *end* of PATH, but then if there are multiple versions of git installed, we could end up with the wrong one; earlier versions used to put git-sh-setup in /usr/bin, so we'd pick up that one before the new one. So now we just set PATH back to its original value right after running git-sh-setup, and we should be okay.
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions