On Tue, May 4, 2010 at 3:54 AM, Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> wrote: > You may mean something like > > git log --no-walk --format="%d [%h %an %ad %s]" --branches > > although Jeff will tell you to use > > git for-each-ref --format="%(refname:short) [%(objectname) %(authorname) > %(authordate) %(subject)]" refs/heads changed to refs/remotes, it works well, thanks, git for-each-ref --format='%(refname:short)%09[%(objectname) %(authorname) %(authordate:relative) %(subject)]' refs/remotes > and will probably know how to abbreviate the objectname here ;) > > Cheers, > Michael > -- Cheng Renquan (程任全), Singapore -- 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