Re: Unable to use --patch with git add

2017-10-11 Thread Ayush Goel
Hey Jeff, Thank you for your mail. It works :) For future reference, is there a page for known issues of git? On Wed, Oct 11, 2017 at 11:30 PM, Jeff King <p...@peff.net> wrote: > On Wed, Oct 11, 2017 at 11:25:52PM +0530, Ayush Goel wrote: > >> On Wed, Oct 11, 2017 at 11:19 P

Re: Unable to use --patch with git add

2017-10-11 Thread Ayush Goel
-patch with a new file, so you probably need to first > add it with -N or so. This is just a shot in the dark though... > Not adding new file. > Thanks, > -Santiago. > > On Wed, Oct 11, 2017 at 11:16:39PM +0530, Ayush Goel wrote: >> $ git --version >> git versio

Unable to use --patch with git add

2017-10-11 Thread Ayush Goel
$ git --version git version 2.14.2 What more details can I provide to help debug this? -- Regards, Ayush Goel