On Thu, Oct 7, 2010 at 08:09, Sverre Rabbelier <srabbelier@xxxxxxxxx> wrote: > Heya, > > On Thu, Oct 7, 2010 at 02:38, Pat Notz <patnotz@xxxxxxxxx> wrote: >> Why not just use an alias for this? ÂI do: >> >> git config alias.fixup "commit --amend -C HEAD" > > I have a similar alias: > > git config alias.amendall "commit --amend -a -C HEAD" > > I don't think we need a command to do this, but I'm starting to think > we really should have a list of aliases either ship with git itself, > or with the git documentation. FWIW that's one of the things I want to do if I pick up my .gitconfig inclusion patch again. Have aliases files that ship with Git itself that you can include in ~/.gitconfig. -- 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