simon-git: putty-wishlist (master): putty-wishlist.git
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sat Jan 7 16:15:01 GMT 2017
TL;DR:
1f98f91 bugs2html.py: make repr(Version.nextrel()) work sensibly.
c5d89ee bugs2html.py: permit non-fast-forward fetches.
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: 2017-01-07 16:15:01
commit 1f98f9168769bb5f005e2b3be7a24128b9c81b4e
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=1f98f9168769bb5f005e2b3be7a24128b9c81b4e;hp=4f6c4a75231fceadd1347bc73c254bd5ce33568c
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Jan 7 15:54:33 2017 +0000
bugs2html.py: make repr(Version.nextrel()) work sensibly.
And the same for Version.dawnoftime(). Both were printing
"Version('0.00')", which isn't particularly helpful in diagnostics.
control/bugs2html.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit c5d89ee455959fe61f12758c0d2def1b5e56d5e5
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=c5d89ee455959fe61f12758c0d2def1b5e56d5e5;hp=1f98f9168769bb5f005e2b3be7a24128b9c81b4e
Author: Simon Tatham <anakin at pobox.com>
Date: Sat Jan 7 16:02:12 2017 +0000
bugs2html.py: permit non-fast-forward fetches.
If I do ever have to rewind a branch for some reason (or, more likely,
if I'm testing this script on a modified version of the real repo),
there's no point having the 'git fetch' complain about it and cause
this script to refuse to run.
control/bugs2html.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list