Re: Git config not working correctly with included configurations

2016-04-12 Thread Rudinei Goi Roecker
Thanks, I didn't knew about that option, as Jeff King said, the documentation is way more explicit about how it works in 2.8.0 On 12-04-2016 12:50, Jeff King wrote: On Tue, Apr 12, 2016 at 08:25:39AM -0300, Rudinei Goi Roecker wrote: I'm having a problem with included configurations in ~/.git

Re: Git config not working correctly with included configurations

2016-04-12 Thread Jeff King
On Tue, Apr 12, 2016 at 08:25:39AM -0300, Rudinei Goi Roecker wrote: > I'm having a problem with included configurations in ~/.gitconfig, when > using this command: > > git config --global user.email You need to turn on "--includes" explicitly. From "git help config" in v2.8.0: --[no-]include

Re: Git config not working correctly with included configurations

2016-04-12 Thread John Keeping
On Tue, Apr 12, 2016 at 08:25:39AM -0300, Rudinei Goi Roecker wrote: > I'm having a problem with included configurations in ~/.gitconfig, when > using this command: > > git config --global user.email > It doesn't return anything, in commits it works as intended. The > configuration looks like

Re: Git config not working correctly with included configurations

2016-04-12 Thread Rudinei Goi Roecker
I tried changing to ~/.gitconfig.user and /home//.gitconfig.user, still causes the same problem On 12-04-2016 08:56, stefan.na...@atlas-elektronik.com wrote: Am 12.04.2016 um 13:25 schrieb Rudinei Goi Roecker: I'm having a problem with included configurations in ~/.gitconfig, when using this c

Fwd: Re: Git config not working correctly with included configurations

2016-04-12 Thread stefan.naewe
Sorry, I thought this list has 'reply to all' set by default... Stefan Weitergeleitete Nachricht Betreff: Re: Git config not working correctly with included configurations Datum: Tue, 12 Apr 2016 13:56:57 +0200 Von: Näwe, Stefan An: Rudinei Goi Roecker Am 12.04.201

Git config not working correctly with included configurations

2016-04-12 Thread Rudinei Goi Roecker
I'm having a problem with included configurations in ~/.gitconfig, when using this command: git config --global user.email It doesn't return anything, in commits it works as intended. The configuration looks like this: ~/.gitconfig [include] path = .gitconfig.user # ... more configurations