From e9b0fe533ab95f76cde511de4ddc979f1cc1e69f Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 29 Dec 2014 15:31:05 +0100 Subject: [PATCH] Use https for links to github and google code Signed-off-by: Sven Strickroth --- .tgitconfig | 2 +- Languages/Tortoise.pot | 2 +- doc/source/en/TortoiseGit/tgit_app_faq.xml | 2 +- doc/source/en/TortoiseGit/tgit_app_ssh.xml | 2 +- doc/source/en/TortoiseGit/tgit_dug/dug_bugtracker.xml | 14 +++++++------- doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml | 4 ++-- .../en/TortoiseGit/tgit_dug/dug_settings_network.xml | 2 +- doc/source/en/TortoiseGit/tgit_preface.xml | 4 ++-- doc/source/en/TortoiseMerge/tme_preface.xml | 4 ++-- src/Changelog-pre1.8.txt | 2 +- src/Resources/TortoiseProcENG.rc | 2 +- src/TortoiseProc/CheckForUpdatesDlg.cpp | 2 +- src/TortoiseProc/CommitDlg.cpp | 2 +- src/TortoiseProc/TortoiseProc.cpp | 4 ++-- 14 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.tgitconfig b/.tgitconfig index 2b4ef91d2..c8f1913b6 100644 --- a/.tgitconfig +++ b/.tgitconfig @@ -1,5 +1,5 @@ [bugtraq] - url = http://code.google.com/p/tortoisegit/issues/detail?id=%BUGID% + url = https://code.google.com/p/tortoisegit/issues/detail?id=%BUGID% logregex = "[Ii]ssues?:?(\\s*(,|and)?\\s*#?\\d+)+\n(\\d+)" warnifnoissue = false diff --git a/Languages/Tortoise.pot b/Languages/Tortoise.pot index de85e20dd..0a3cad25c 100644 --- a/Languages/Tortoise.pot +++ b/Languages/Tortoise.pot @@ -10241,7 +10241,7 @@ msgid "You cannot change the type of this ref with a rename." msgstr "" #. Resource IDs: (84) -msgid "You have an old version of Git for Windows (http://msysgit.github.io/) installed which contains security issues.\n\nYou should consider an upgrade to 1.9.5+." +msgid "You have an old version of Git for Windows (https://msysgit.github.io/) installed which contains security issues.\n\nYou should consider an upgrade to 1.9.5+." msgstr "" #. Resource IDs: (86) diff --git a/doc/source/en/TortoiseGit/tgit_app_faq.xml b/doc/source/en/TortoiseGit/tgit_app_faq.xml index 0ba27ed80..36cadcfd5 100644 --- a/doc/source/en/TortoiseGit/tgit_app_faq.xml +++ b/doc/source/en/TortoiseGit/tgit_app_faq.xml @@ -22,7 +22,7 @@ We also maintain a project - + Issue Tracker which tells you about some of the things we have on our To-Do list, diff --git a/doc/source/en/TortoiseGit/tgit_app_ssh.xml b/doc/source/en/TortoiseGit/tgit_app_ssh.xml index 0477ec7aa..06a947ec3 100644 --- a/doc/source/en/TortoiseGit/tgit_app_ssh.xml +++ b/doc/source/en/TortoiseGit/tgit_app_ssh.xml @@ -31,7 +31,7 @@ - The latest version (with comments) of this FAQ/chapter is available here. + The latest version (with comments) of this FAQ/chapter is available here. diff --git a/doc/source/en/TortoiseGit/tgit_dug/dug_bugtracker.xml b/doc/source/en/TortoiseGit/tgit_dug/dug_bugtracker.xml index 7a7f4fcb4..aea5dfb54 100644 --- a/doc/source/en/TortoiseGit/tgit_dug/dug_bugtracker.xml +++ b/doc/source/en/TortoiseGit/tgit_dug/dug_bugtracker.xml @@ -79,7 +79,7 @@ TortoiseGit shows only the issue number and not the link to it. e.g the TortoiseGit project is using - http://code.google.com/p/tortoisegit/issues/detail?id=%BUGID% + https://code.google.com/p/tortoisegit/issues/detail?id=%BUGID% @@ -237,8 +237,8 @@ If you are unfamiliar with regular expressions, take a look at the introduction at - - http://en.wikipedia.org/wiki/Regular_expression + + https://en.wikipedia.org/wiki/Regular_expression , and the online documentation and tutorial at @@ -303,7 +303,7 @@ This issue tracker integration is not restricted to TortoiseGit; it can be used with other clients (e.g. TortoiseSVN). For more information, read the full - + Issue Tracker Integration Specification in the TortoiseGit source repository. @@ -327,18 +327,18 @@ program is beyond the scope of this manual. The interface definition and sample programs can be obtained from the contrib folder in the - + TortoiseGit repository . ( explains how to access the repository). A summary of the API is also given in Another (working) example plugin in C# is - + Gurtle which implements the required COM interface to interact with the - + Google Code issue tracker. diff --git a/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml b/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml index e280d460e..ed3e4372a 100644 --- a/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml +++ b/doc/source/en/TortoiseGit/tgit_dug/dug_commit.xml @@ -241,8 +241,8 @@ Of course your private autolist will not be overwritten when you update your installation of TortoiseGit. If you are unfamiliar with regular expressions, take a look at the introduction at - - http://en.wikipedia.org/wiki/Regular_expression + + https://en.wikipedia.org/wiki/Regular_expression , and the online documentation and tutorial at diff --git a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_network.xml b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_network.xml index fb736066c..942795bd4 100644 --- a/doc/source/en/TortoiseGit/tgit_dug/dug_settings_network.xml +++ b/doc/source/en/TortoiseGit/tgit_dug/dug_settings_network.xml @@ -73,7 +73,7 @@ which is beyond the scope of this help file. However, you can find a guide in the TortoiseGit FAQ listed under or the latest version - + Git/TortoiseGit SSH How-To . diff --git a/doc/source/en/TortoiseGit/tgit_preface.xml b/doc/source/en/TortoiseGit/tgit_preface.xml index c1efab988..9b6c76cd6 100644 --- a/doc/source/en/TortoiseGit/tgit_preface.xml +++ b/doc/source/en/TortoiseGit/tgit_preface.xml @@ -72,11 +72,11 @@ If you need a general introduction to version control with Git, then we recommend two videos on YouTube: - + Tech Talk: Linus Torvalds on git (about design and differences to other VCS) and - + Tech Talk: Git (more technical). You can also read Pro Git book (multiple translations as well as downloadable versions available) diff --git a/doc/source/en/TortoiseMerge/tme_preface.xml b/doc/source/en/TortoiseMerge/tme_preface.xml index f03a77d3d..a71e44e27 100644 --- a/doc/source/en/TortoiseMerge/tme_preface.xml +++ b/doc/source/en/TortoiseMerge/tme_preface.xml @@ -48,8 +48,8 @@ TortoiseGitMerge is an Open Source project. That means you have full read access to the source code of this program. You can browse it on this link - - http://code.google.com/p/tortoisegit/source/browse/ + + https://code.google.com/p/tortoisegit/source/browse/ . diff --git a/src/Changelog-pre1.8.txt b/src/Changelog-pre1.8.txt index 06bf46da1..8d18a078c 100644 --- a/src/Changelog-pre1.8.txt +++ b/src/Changelog-pre1.8.txt @@ -1320,7 +1320,7 @@ Released: 2009-06-05 == Features == * Add bug track plug-in support Compatible with TortoiseSVN. The typical plug in is gurtl(google code issue plug-in). - http://code.google.com/p/gurtle/. + https://code.google.com/p/gurtle/. * Support browse reference. Show all branch, tags information. Support add remote, del branch\tag. diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index 71f35db9a..a2bd7e34d 100644 --- a/src/Resources/TortoiseProcENG.rc +++ b/src/Resources/TortoiseProcENG.rc @@ -4422,7 +4422,7 @@ BEGIN IDS_PROC_NOMSYSGIT "Git for Windows (https://msysgit.github.io/) not found." IDS_PROC_SETMSYSGITPATH "&Set Git path" IDS_PROC_GOTOMSYSGITWEBSITE "&Open Git for Windows WebSite" - IDS_PROC_OLDMSYSGIT "You have an old version of Git for Windows (http://msysgit.github.io/) installed which contains security issues.\n\nYou should consider an upgrade to 1.9.5+." + IDS_PROC_OLDMSYSGIT "You have an old version of Git for Windows (https://msysgit.github.io/) installed which contains security issues.\n\nYou should consider an upgrade to 1.9.5+." IDS_PROC_NOTSHOWAGAINIGNORE "Do ¬ show me this warning again (if Ignore is selected)" IDS_PROC_EDITLOCALGITCONFIG "&Edit .git/config" diff --git a/src/TortoiseProc/CheckForUpdatesDlg.cpp b/src/TortoiseProc/CheckForUpdatesDlg.cpp index 1abe1827e..c7e02b6f7 100644 --- a/src/TortoiseProc/CheckForUpdatesDlg.cpp +++ b/src/TortoiseProc/CheckForUpdatesDlg.cpp @@ -119,7 +119,7 @@ BOOL CCheckForUpdatesDlg::OnInitDialog() pp.SetCheckRe(_T("[Ii]ssues?:?(\\s*(,|and)?\\s*#?\\d+)+")); pp.SetBugIDRe(_T("(\\d+)")); pp.lProjectLanguage = -1; - pp.sUrl = _T("http://code.google.com/p/tortoisegit/issues/detail?id=%BUGID%"); + pp.sUrl = _T("https://code.google.com/p/tortoisegit/issues/detail?id=%BUGID%"); m_cLogMessage.Init(pp); m_cLogMessage.SetFont((CString)CRegString(_T("Software\\TortoiseGit\\LogFontName"), _T("Courier New")), (DWORD)CRegDWORD(_T("Software\\TortoiseGit\\LogFontSize"), 8)); m_cLogMessage.Call(SCI_SETREADONLY, TRUE); diff --git a/src/TortoiseProc/CommitDlg.cpp b/src/TortoiseProc/CommitDlg.cpp index 12f97d16c..a7cfa37c8 100644 --- a/src/TortoiseProc/CommitDlg.cpp +++ b/src/TortoiseProc/CommitDlg.cpp @@ -662,7 +662,7 @@ void CCommitDlg::OnOK() { /* Do not use the libgit2 implementation right now, since it has several flaws: - * http://code.google.com/p/tortoisegit/issues/detail?id=1690: possible access denied problem + * https://code.google.com/p/tortoisegit/issues/detail?id=1690: possible access denied problem * https://code.google.com/p/tortoisegit/issues/detail?id=2224: filters not correctly applied * changes to x-bit are not correctly committed, since we reset the index */ diff --git a/src/TortoiseProc/TortoiseProc.cpp b/src/TortoiseProc/TortoiseProc.cpp index 50b4e49a1..b1a350b5a 100644 --- a/src/TortoiseProc/TortoiseProc.cpp +++ b/src/TortoiseProc/TortoiseProc.cpp @@ -207,7 +207,7 @@ BOOL CTortoiseProcApp::InitInstance() UINT ret = CMessageBox::Show(NULL, IDS_PROC_NOMSYSGIT, IDS_APPNAME, 3, IDI_HAND, IDS_PROC_SETMSYSGITPATH, IDS_PROC_GOTOMSYSGITWEBSITE, IDS_ABORTBUTTON); if(ret == 2) { - ShellExecute(NULL, _T("open"), _T("http://msysgit.github.io/"), NULL, NULL, SW_SHOW); + ShellExecute(NULL, _T("open"), _T("https://msysgit.github.io/"), NULL, NULL, SW_SHOW); } else if(ret == 1) { @@ -222,7 +222,7 @@ BOOL CTortoiseProcApp::InitInstance() if (ret == 1) { CMessageBox::RemoveRegistryKey(_T("OldMsysgitVersionWarning")); // only store answer if it is "Ignore" - ShellExecute(NULL, _T("open"), _T("http://msysgit.github.io/"), NULL, NULL, SW_SHOW); + ShellExecute(NULL, _T("open"), _T("https://msysgit.github.io/"), NULL, NULL, SW_SHOW); return FALSE; } else if (ret == 2) -- 2.11.4.GIT