Re: [git-users] Can I limit the set of files that git checks to see if they were modified?

2018-03-07 Thread Konstantin Khomoutov
On Tue, Mar 06, 2018 at 10:41:12AM -0800, Duane Knesek wrote: > Say I have a huge source tree. And I know that only files X, Y, and Z have > changed. Is there a way (through a plug-in or otherwise) for me to tell > git to ignore every other file when I do a status, commit, etc.? Yes. Read

Re: [git-users] Can I limit the set of files that git checks to see if they were modified?

2018-03-06 Thread Yubin Ruan
On Tue, Mar 06, 2018 at 10:41:12AM -0800, Duane Knesek wrote: > Say I have a huge source tree. And I know that only files X, Y, and Z have > changed. Is there a way (through a plug-in or otherwise) for me to tell > git to ignore every other file when I do a status, commit, etc.? It seems to