Re: [git-users] Bug? When HOMEPATH not available

2013-02-26 Thread tombert
Since there is no reply in the msysgit group I would like to bump this up. Environment: Win XP, git 1.8.1.msysgit.1, MinGW bash 3.1.17 bash-3.1$ git log > fatal: unable to access '\\/myserver.net\user$/.config/git/config': > Invalid argument -- You received this message because you are subsc

Re: [git-users] Bug? When HOMEPATH not available

2013-02-06 Thread tombert
thx - I posted here: https://groups.google.com/forum/?fromgroups=#!topic/msysgit/gb3hLufLZuE -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+u

Re: [git-users] Bug? When HOMEPATH not available

2013-02-06 Thread Konstantin Khomoutov
On Wed, 6 Feb 2013 02:19:22 -0800 (PST) tombert wrote: > On a computer where the environment variable *HOMEPATH *is not set, > or set to something not available, git gives an error: > > > bash-3.1$ git status > > fatal: unable to access '\\/(null)/.gitconfig': Invalid argument > > > > As I u

Re: [git-users] Bug? When HOMEPATH not available

2013-02-06 Thread Konstantin Khomoutov
On Wed, 6 Feb 2013 02:19:22 -0800 (PST) tombert wrote: > On a computer where the environment variable *HOMEPATH *is not set, > or set to something not available, git gives an error: > > > bash-3.1$ git status > > fatal: unable to access '\\/(null)/.gitconfig': Invalid argument > > > > As I u

[git-users] Bug? When HOMEPATH not available

2013-02-06 Thread tombert
On a computer where the environment variable *HOMEPATH *is not set, or set to something not available, git gives an error: > bash-3.1$ git status > fatal: unable to access '\\/(null)/.gitconfig': Invalid argument As I understood git should check the availability and ignore it if its not fo