On Sun, 25 Jan 2009, Ted Pavlic wrote: > Mercurial has a "defaults.*" that does exactly what you want. That is, you can > say > > [defaults] > diff = -w > > and "hg diff" will automatically do "hg diff -w". Such a feature might be a > nice addition to git. Thank you, that is very interesting. I just submitted a patch this morning that does exactly what you describe, but I called it "primer" instead of "defaults" because it seemed more explicit. Check it out. -- Keith -- 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