2008/10/9 <marcreddist@xxxxxxx>: > So is there a way to really remove a file in the git repository so that it > never existed (I mean not having the diff in the logs and the data stored > somewhere in the .git directory) ? Or if it's not the was git is supposed to > be used, is there a way to hide the diff (even from git-log) or something ? Yes. But you'll change the whole history (of course, it should _never_ mention the file). See git filter-branch (there is even an example at the end of its man page. Replace mv with rm) -- 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