Bug Report: 'git add -Np .' does not add new files
From: Jordan Klassen <hidden> Date: 2016-06-15 23:02:36
I expect that combining the --intent-to-add and --patch command would open
up the patch interface with all of my current files and untracked files
withing the path specified. However, it seems like the patch command causes
the intent-to-add to be ignored.
❯ git --version
git version 2.0.0
Thanks!