Re: Bug: git-add .* errors out

2016-09-12 Thread Pranit Bauva
Hey Thomas, On Mon, Sep 12, 2016 at 1:09 AM, Thomas Gummerer wrote: > Hi, > > On 09/12, Pranit Bauva wrote: >> Hey everyone, >> >> One of my friend was trying to add files using the command `git add >> .*` and got an error that "fatal: ..: '..' is outside repository" >>

Re: Bug: git-add .* errors out

2016-09-11 Thread Thomas Gummerer
Hi, On 09/12, Pranit Bauva wrote: > Hey everyone, > > One of my friend was trying to add files using the command `git add > .*` and got an error that "fatal: ..: '..' is outside repository" > which did seem a little obvious to me. But then I tried to reproduce > it in my machine with `git add

Re: Bug: git-add .* errors out

2016-09-11 Thread Andreas Schwab
On Sep 12 2016, Pranit Bauva wrote: > One of my friend was trying to add files using the command `git add > .*` and got an error that "fatal: ..: '..' is outside repository" > which did seem a little obvious to me. But then I tried to reproduce > it in my machine with

Bug: git-add .* errors out

2016-09-11 Thread Pranit Bauva
Hey everyone, One of my friend was trying to add files using the command `git add .*` and got an error that "fatal: ..: '..' is outside repository" which did seem a little obvious to me. But then I tried to reproduce it in my machine with `git add ".*"` and it didn't error out. I am currently