The 17/07/09, Jeff King wrote: > These two one-liner patches improve > the output to: > > tag foo > Tagger: Jeff King <peff@xxxxxxxx> > Date: Fri Jul 17 19:10:54 2009 -0400 > > annotated tag message > > commit 88c17f18d7f3091508218b36a17cdf0dfd56ae65 > Author: Jeff King <peff@xxxxxxxx> > Date: Fri Jul 17 19:10:50 2009 -0400 > > commit message > > diff ... > > which I find much more readable. Nice. What about adding an extra newline between tags? $ git tag v1.6.1 v1.6.2 <snip> + link:RelNotes-1.6.1.txt[1.6.1]. + * link:v1.6.0.6/git.html[documentation for release 1.6.0.6] * release notes for tag v1.6.2 Tagger: Junio C Hamano <gitster@xxxxxxxxx> Date: Tue Mar 3 23:37:25 2009 -0800 <snip> IOW, between " * release notes for" and "tag v1.6.2" here. -- Nicolas Sebrecht -- 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