Eric Wong <normalperson@xxxxxxxx> writes: > Adam Roben <aroben@xxxxxxxxx> wrote: >> This patch adds a new 'find-rev' command to git-svn that lets you easily >> translate between SVN revision numbers and git tree-ish. > > Looks useful. > > Acked-by: Eric Wong <normalperson@xxxxxxxx> But looks quite wasteful. Why not run "rev-list -v" or something instead of running cat-file on revision one-by-one? - 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