> I understand why people like staging and commit without -a, seeing how
Agreed. For this reason git-commit without -a, staging, index, ... is
not really interesting to me.
In CVS and subversion (which has nicer working-copy command line interface IMHO),
I simply make a copy of the working copy, revert the non-commitable parts, build,
commit the minor changes, and then update the first copy. For larger projects,
where this can be slow, I use diff/revert/patch.
Small checkins are nice for git-bisect, but if they don't build...
Mark
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html