Re: git submodule add broken (2.11.0-rc1): Cannot open git-sh-i18n

2016-11-08 Thread Junio C Hamano
Stefan Beller writes: > On Mon, Nov 7, 2016 at 10:30 AM, Anthony Sottile wrote: >> This has worked great up until now (and is very convenient for trying things >> out without blowing away the system installation). What changed? >> > > (Just guessing

Re: git submodule add broken (2.11.0-rc1): Cannot open git-sh-i18n

2016-11-07 Thread Stefan Beller
On Mon, Nov 7, 2016 at 10:30 AM, Anthony Sottile wrote: > This has worked great up until now (and is very convenient for trying things > out without blowing away the system installation). What changed? > (Just guessing myself:) $ git log --grep git-sh-i18n

Re: git submodule add broken (2.11.0-rc1): Cannot open git-sh-i18n

2016-11-07 Thread Stefan Beller
$ git --version git version 1.8.5.6 $ if [ "$LATEST_GIT" = "1" ]; then ... export PATH="/tmp/git:$PATH" fi make -j 8 ... $ git --version git version 2.11.0-rc0 So you compile 2.11.0-rc0 yourself, but you do not install it, instead the $PATH

git submodule add broken (2.11.0-rc1): Cannot open git-sh-i18n

2016-11-07 Thread Anthony Sottile
Noticed as part of my automated tests here: https://travis-ci.org/pre-commit/pre-commit/jobs/173957051 Minimal reproduction: rm -rf /tmp/git /tmp/foo /tmp/bar git clone git://github.com/git/git --depth 1 /tmp/git pushd /tmp/git make -j 8 popd export PATH="/tmp/git:$PATH" git init /tmp/foo git