Re: Bug#757297: 'git status' output is confusing after 'git add -N'

2014-08-07 Thread Junio C Hamano
Duy Nguyen writes: > On Thu, Aug 7, 2014 at 7:34 AM, Jonathan Nieder wrote: >> Package: git >> Version: 1:2.0.0-1 >> Tags: upstream >> >> $ git init foo >> Initialized empty Git repository in /tmp/t/foo/.git/ >> $ cd foo >> $ echo hi >README >> $ git add -N README >> $ git status >>

Re: Bug#757297: 'git status' output is confusing after 'git add -N'

2014-08-06 Thread Duy Nguyen
On Thu, Aug 7, 2014 at 7:34 AM, Jonathan Nieder wrote: > Package: git > Version: 1:2.0.0-1 > Tags: upstream > > $ git init foo > Initialized empty Git repository in /tmp/t/foo/.git/ > $ cd foo > $ echo hi >README > $ git add -N README > $ git status > On branch master > > Initial c