Hi, On Tue, 3 Jul 2007, Peter Baumann wrote: > On Tue, Jul 03, 2007 at 12:29:32AM -0700, Junio C Hamano wrote: > > > - "git rebase" learned an "interactive" mode. > > Short describtion missing? s/b/p/ ;-) > This is meant for reordering the commits, merge several commits into > one or even remove some of them. Or even better: - "git rebase" learned an "interactive" mode, where you can pick and reorder the commits to be applied. > > - "git-filter-branch" is a reborn cg-admin-rewritehist. > > Better mention what it is for, e.g: > > Lets you rewrite GIT revision history by applying custom filters > on each revision. Those filters can modify each tree or > information about each commit. I never liked that description. How about (shameless plug) the description from my last patch: git-filter-branch lets you rewrite the revision history of the current branch, creating a new branch. You can specify a number of filters to modify the commits, files and trees. 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