On Thu, Sep 20, 2012 at 6:42 AM, Jeff King <peff@xxxxxxxx> wrote: > If you are particular about the exact format, how about using > --format="%h%d %s" instead? > > Obviously Duy could do the same to achieve his format, but I think there > is still value in considering what the default for --oneline should be. Yeah I was wondering if a new default would make sense. I tried --pretty=format:"%h %s %d" but the colors were lost. --decorate uses more than one color so %C* does not immitate the colorful output we have with --decorate. Maybe I should add %Cd as "colored %d" and update my alias to use it. And perhaps a specifier to enable right alignment. It may help make better use of wide terminal screen. -- Duy -- 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