Hi, On Thu, 1 Feb 2007, Johannes Schindelin wrote: > On Thu, 1 Feb 2007, Rodolfo Giometti wrote: > > > I'm puzzled... how can I modify or edit old commit messages? :) > > Short answer: you can't. Amendment: You can easily, but only the latest commit, with "git commit --amend". Be warned though, the same as with rebase applies here: if you pushed this commit somewhere else, or if users fetched that branch from you (including the not-yet-edited commit), they _will_ have problems fetching and/or merging. Ciao, Dscho - 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