Re: Ignore on commit

2012-10-05 Thread Marco Craveiro
> From the help page: > > --assume-unchanged, --no-assume-unchanged > ... > > This option can be also used as a coarse file-level mechanism to > ignore uncommitted changes in tracked files (akin to what .gitignore > does for untracked files). > > Seems like it does everything required.

Re: Ignore on commit

2012-10-04 Thread Marco Craveiro
> I'm not sure to follow everything... But looks like: > >$ git add -p > > or > >$ git add -i > > should do what you want, no? > > You select the hunks to commit, let over the "hacks" and then > >$ git commit Similar but not quite; the idea is that you know that there is some code (I'