John Szakmeister writes:
> On Tue, Oct 14, 2014 at 2:29 PM, Junio C Hamano wrote:
> ...
>> Hmph, do you mean this one?
>>
>> $ cd /var/tmp ;# not a git repository
>> $ git checkout
>>
>> ->
>>
>> $ git checkout fatal: Not a git repository (or any of the parent
>> directories): .git
On Tue, Oct 14, 2014 at 2:29 PM, Junio C Hamano wrote:
> John Szakmeister writes:
>
>> It is possible that a user is trying to run a git command and fail to realize
>> that they are not in a git repository or working tree. When trying to
>> complete
>> an operation, __git_refs would fall to a d
John Szakmeister writes:
> It is possible that a user is trying to run a git command and fail to realize
> that they are not in a git repository or working tree. When trying to
> complete
> an operation, __git_refs would fall to a degenerate case and attempt to use
> "git for-each-ref", which w
On Tue, Oct 14, 2014 at 6:49 AM, John Szakmeister wrote:
> It is possible that a user is trying to run a git command and fail to realize
> that they are not in a git repository or working tree. When trying to
> complete
> an operation, __git_refs would fall to a degenerate case and attempt to us
It is possible that a user is trying to run a git command and fail to realize
that they are not in a git repository or working tree. When trying to complete
an operation, __git_refs would fall to a degenerate case and attempt to use
"git for-each-ref", which would emit the error.
Let's fix this b
5 matches
Mail list logo