On Mon, Nov 3, 2008 at 4:46 PM, Brian Foster <brian.foster@xxxxxxxxxxxxxxx> wrote: > On Monday 03 November 2008 15:20:30 Santi Béjar wrote: >>[ ... ] >> > Is there some way of doing something similar [ the example ] >> > (git v1.6.0.2)? In addition to 'gitk', we also (rather >> > quickly!) tried both 'qgit' and 'giggle', but without >> > any apparent success. >> >> Not in git.git but you can use the script at the bottom [ ... ]. > > Santi, > > Thanks. Unfortunately, neither I nor my colleague can try > it at the moment: It uses `git log --pretty=format:%d' > which is very new (added c.9-Sept) and not in the versions > of git we are currently using. End result is the tempfile > is always empty, and hence `gitk' shows everything. Ups! So you could get the same information with the uglier (and slower): $ git log --reverse --pretty=short --decorate | grep ^commit but then you should change "NF>=2" with "NF>=3", or use an older one I sent to the list (search for git-overview). Santi -- 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