[git-users] How to use filter-branch with --state-branch?

2018-03-07 Thread Michele Locati
How to use filter-branch with --state-branch? Recent versions of git filter-branch command introduced the --state-branch option. BTW I can't find any info about how this can be actually used. We have this repository on github: https://github.com/concrete5/concrete5 When someone pushes to that

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