"Richard Hartmann" <richih.mailinglist@xxxxxxxxx> writes: >> (2) pre-commit hook is a last ditch effort to help ignorant >> users who have already done "git add" without thinking and >> lost the "unmerged" state. It has to look at and guess at >> the contents for that. > > Ignoring the ad hominem attack, I would argue that the two Eh, Sorry about that --- I did not mean "ignorant" in that sense. Perhaps replacing the word with "unfortunate" would sound nicer? > To err is human, which is why rm -i exists. Else, you could > just use alias rm='rm -rf'. > > Also, within certain boundaries, a tool should adapt to the > user, not vice versa. Don't you realize that is what the hook is doing already? After making such an error, the definitive information is lost, because the user told the tool that the resolution is done and the file is ready to be committed) by mistake. Even then the hook is trying its best to help the user. Replace your "rm=rm -rf" sentence with "why undelete exists" and read it again. No, filesystem undelete does not always work (disk block could have been recycled for other files), but it could help you when you did remove a file you wanted to keep by mistake when it can. As to pre-add hook, I am not enthused, but if somebody sends in a clean patch, I wouldn't be opposed to it at least in principle. -- 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