simon-git: halibut (master): halibut.git

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Sep 23 13:57:27 BST 2016


TL;DR:
  e4bdf44 Change submodule URL for 'charset' to https.

Repository:     https://git.tartarus.org/simon/halibut.git
On the web:     https://git.tartarus.org/?p=simon/halibut.git
Branch updated: master
Committer:      halibut.git
Date:           2016-09-23 13:57:27

commit e4bdf44798057285f05896347439cf5bf9f6bc5f
web diff https://git.tartarus.org/?p=simon/halibut.git;a=commitdiff;h=e4bdf44798057285f05896347439cf5bf9f6bc5f;hp=391b3642eed7491406f96c5a6f2cc5b99bb5a864
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Sep 23 13:55:40 2016 +0100

    Change submodule URL for 'charset' to https.
    
    This isn't strictly _necessary_, since git submodules have a built-in
    check that you downloaded the commit you thought you'd downloaded (in
    that they specify the exact commit hash you want), so as long as the
    top-level halibut repo is being checked out securely, it doesn't
    matter if the submodules come over git://. However, I can't see any
    reason _not_ to switch over to https, since I want to make it the new
    recommended standard for anon access to all my git repositories.

 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list