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

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


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

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

commit d7b0ad89def440e2881c55479c87c30346a5287d
web diff https://git.tartarus.org/?p=simon/filter.git;a=commitdiff;h=d7b0ad89def440e2881c55479c87c30346a5287d;hp=56074cda4112c4b3741c4b6e399ca1b97ebcae0b
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Sep 23 13:57:44 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