Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > Yeah, I don't think "git add -i" is a horrible flow - it just shouldn't be > the only or the primary one (ie apparently it *is* the primary one for > darcs, and that's a mistake!) Note that darcs has a way to test before commit even for partial commits. It re-creates your working tree, hardlinking unmodified files, and runs a command there as a precommit hook. I still prefer the old good "you commit what's in the tree, and run whatever you want before commit", but their approach seems interesting also in this case. -- Matthieu - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html