Re: [PATCH 0/3] i-t-a entries in git-status, and git-commit

2016-09-28 Thread Duy Nguyen
On Wed, Sep 28, 2016 at 6:43 PM, Nguyễn Thái Ngọc Duy wrote: > 1) and 2) are fixed by changing the position of ita entries in diff > code. ita entries should be seen as a new file when compared between > worktree and HEAD Big typo. "between worktree and index". -- Duy

[PATCH 0/3] i-t-a entries in git-status, and git-commit

2016-09-28 Thread Nguyễn Thái Ngọc Duy
Let's see if I can get the first commit graduated before it turns two years old. Six months to go! This series is about some oddities of intent-to-add entries (aka "git add -N"): 1) An ita entry in git-status shows that it's added in the index (compared to worktree) as a file change, not new fi