> > > 1) actually in the previous step that was just adding new files. you > still > > need the commit -a for the rest of the changes. that's my normal > workflow. > > I think that will be confusing for most folks. They typically stage > all the changes and then commit or don't stage and use -a. >
do you mind fixing it with your workflow. commit -a doesn't get new files, which is why you need to do the add, but i'm not the most sophisticated git user, so > > > 2) i figured since we are using git now that we should use git's default. > > the patch should work (by default it seems to strip the first path > element). > > does it not work for you? > > > > It will fail precommit in it's current state. > fixed