simon-git: putty-wishlist (master): Ben Harris

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue Jun 23 23:50:29 BST 2015


TL;DR:
  f9d32c9 Speed up bugs2html by only running "git log" once.

Repository:     git://git.tartarus.org/simon/putty-wishlist.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty-wishlist.git
Branch updated: master
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2015-06-23 23:50:29

commit f9d32c91b2fcf416926009e5ab3b0ae7913c902e
web diff http://tartarus.org/~simon-git/gitweb/?p=putty-wishlist.git;a=commitdiff;h=f9d32c91b2fcf416926009e5ab3b0ae7913c902e;hp=9d2ada0c9253f798826f9f02c44f61ccaa75780d
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Tue Jun 23 23:50:24 2015 +0100

    Speed up bugs2html by only running "git log" once.
    
    Previously, it got run once per file, which was rather expensive.  Now
    bugs2html slurps in the entire log and munges it into a useful form
    for getting last-changed times out of.  As a result, bugs2html now
    runs in two seconds on my laptop rather than a minute.

 control/bugs2html |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list