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

2017-05-14 Thread Josh Hagins
Hi Johannes, Here's the full text of the gdb session, including backtrace. Hope it helps! $ pwd /Users/jhagins/dev/github $ gdb -args ./git/git config --local --get user.name GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

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

2017-05-12 Thread Johannes Schindelin
Hi Josh, On Fri, 12 May 2017, Josh Hagins wrote: > Since upgrading to Git 2.13.0 I'm seeing this error message whenever > `git config --local ` is called outside a Git repository. > For example, note the difference in behavior between Git 2.13 and > Apple Git: > > $ pwd > /Users/jhagins

[Git 2.13.0] BUG: setup_git_env called without repository

2017-05-12 Thread Josh Hagins
Hey Git people, Since upgrading to Git 2.13.0 I'm seeing this error message whenever `git config --local ` is called outside a Git repository. For example, note the difference in behavior between Git 2.13 and Apple Git: $ pwd /Users/jhagins $ /usr/bin/git --version git version 2.1