Heya, On Mon, Oct 18, 2010 at 13:13, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Log messages could be an annoying special case, though, since people > edit those a lot. ÂDoes svn store the original log message somewhere? > (Please forgive my ignorance). ÂIf not, I suppose downstream can > publish refs produced by "git replace" to cope. >From what I've heard basically all meta-data about a commit (including author and date!) is mutable. Previously suggested was to stub out the commit message and user data with placeholders, and drop in the real information using git notes. I like your suggestion (of using git replace instead) better. How would we know to use git replace though? Does the replay API somehow indicate that a revision changed since last time you looked? -- Cheers, Sverre Rabbelier -- 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