Re: [Bug] setup_git_env called without repository

2017-05-29 Thread Jeff King
On Mon, May 29, 2017 at 03:01:11PM +0200, Ævar Arnfjörð Bjarmason wrote: > On Mon, May 29, 2017 at 1:45 PM, Zero King wrote: > > After upgrading to Git 2.13.0, I'm seeing the following error message > > when running `git am -h`. > > > > $ git am -h > &g

Re: [Bug] setup_git_env called without repository

2017-05-29 Thread Ævar Arnfjörð Bjarmason
On Mon, May 29, 2017 at 1:45 PM, Zero King wrote: > After upgrading to Git 2.13.0, I'm seeing the following error message > when running `git am -h`. > >$ git am -h >fatal: BUG: setup_git_env called without repository > > And with Git built from the next

[Bug] setup_git_env called without repository

2017-05-29 Thread Zero King
Hi, After upgrading to Git 2.13.0, I'm seeing the following error message when running `git am -h`. $ git am -h fatal: BUG: setup_git_env called without repository And with Git built from the next branch: $ git am -h BUG: environment.c:172: setup_git_env called without repos

Re: [Git 2.13.0] BUG: setup_git_env called without repository

2017-05-14 Thread Josh Hagins
read 0x1403 of process 64101] warning: unhandled dyld version (15) Thread 2 hit Breakpoint 1, die_builtin (err=0x100270d95 "BUG: setup_git_env called without repository", params=0x7fff5fbfdbe0) at usage.c:33 33 vreportf("fatal: ", err, params); (gdb) bt #0 die_builtin (err=0x100270d

Re: [Git 2.13.0] BUG: setup_git_env called without repository

2017-05-12 Thread Johannes Schindelin
wd > /Users/jhagins > $ /usr/bin/git --version > git version 2.11.0 (Apple Git-81) > $ /usr/bin/git config --local --get user.name > $ /usr/local/bin/git --version > git version 2.13.0 > $ /usr/local/bin/git config --local --get user.name &g

[Git 2.13.0] BUG: setup_git_env called without repository

2017-05-12 Thread Josh Hagins
rsion 2.11.0 (Apple Git-81) $ /usr/bin/git config --local --get user.name $ /usr/local/bin/git --version git version 2.13.0 $ /usr/local/bin/git config --local --get user.name fatal: BUG: setup_git_env called without repository Apple Git outputs nothing, as expected. The summa