simon-git: putty-wishlist (master): putty-wishlist.git

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Dec 31 14:37:40 GMT 2016


TL;DR:
  0361fdc bugs2html.py: add a --no-fetch option.
  32ed1c3 Retire the old Perl bugs2html.
  21e77eb bugs2html.py: add gitweb links in Fixed-in headers.

Repository:     https://git.tartarus.org/simon/putty-wishlist.git
On the web:     https://git.tartarus.org/?p=simon/putty-wishlist.git
Branch updated: master
Committer:      putty-wishlist.git
Date:           2016-12-31 14:37:40

commit 0361fdc7c6e00785aff06a8f17d4ddd56dca9ccd
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=0361fdc7c6e00785aff06a8f17d4ddd56dca9ccd;hp=b24dadd7603f8fd8d0d8fdbe33cde41098d2e6d0
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Dec 31 14:27:41 2016 +0000

    bugs2html.py: add a --no-fetch option.
    
    I'd forgotten that the sandbox in which my update script runs
    bugs2html is unhappy with network access. So I need to pull out the
    'git fetch' command and run it elsewhere.

 control/bugs2html.py | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit 32ed1c38952eb7a19b1399c537bdd5f303080974
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=32ed1c38952eb7a19b1399c537bdd5f303080974;hp=0361fdc7c6e00785aff06a8f17d4ddd56dca9ccd
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Dec 31 14:28:55 2016 +0000

    Retire the old Perl bugs2html.
    
    The new one has proven itself in use for a week or so, and is now
    becoming more useful than the old one (what with the new flexibility
    given by the git ancestry test) and easier to maintain (don't have to
    edit that annoying releases array any more).
    
    I was keeping the old one around for as long as I could still sensibly
    diff their output, but now I'm likely to want to start adding new
    output features to the script (such as gitweb links to any git commit
    mentioned), so that won't be a useful thing to do any more in any
    case.

 control/bugs2html | 712 ------------------------------------------------------
 1 file changed, 712 deletions(-)

commit 21e77eb95277d144a327407230187a6a03ac2f38
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=21e77eb95277d144a327407230187a6a03ac2f38;hp=32ed1c38952eb7a19b1399c537bdd5f303080974
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Dec 31 14:36:56 2016 +0000

    bugs2html.py: add gitweb links in Fixed-in headers.
    
    Now every reference to a specific git commit comes with a handy link
    to the commitdiff view of that commit in the PuTTY gitweb.

 control/bugs2html.py | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list