summaryrefslogtreecommitdiff
path: root/lib/git-merge-changelog.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
commit03eac9d394567d707a74826dfc9c305555946597 (patch)
treedf5743f58e2f39dd8ad3b30da118b3afad285c9e /lib/git-merge-changelog.c
parentb7773f3f796588544f36b45be274f42b36b42149 (diff)
downloadgnulib-03eac9d394567d707a74826dfc9c305555946597.tar.gz
all: Replace many more http URLs by https URLs. Update stale URLs.
* users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
Diffstat (limited to 'lib/git-merge-changelog.c')
-rw-r--r--lib/git-merge-changelog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/git-merge-changelog.c b/lib/git-merge-changelog.c
index 43810d2301..1e6dae1405 100644
--- a/lib/git-merge-changelog.c
+++ b/lib/git-merge-changelog.c
@@ -84,7 +84,7 @@
git-merge-changelog.executable = /usr/local/bin/git-merge-changelog
git-merge-changelog.args = $base $local $other
- See <http://www.selenic.com/mercurial/hgrc.5.html> section merge-tools
+ See <https://www.selenic.com/mercurial/hgrc.5.html> section merge-tools
for reference.
*/
@@ -232,7 +232,7 @@ entry_hashcode (const void *elt)
struct entry *entry = (struct entry *) elt;
if (!entry->hashcode_cached)
{
- /* See http://www.haible.de/bruno/hashfunc.html. */
+ /* See https://www.haible.de/bruno/hashfunc.html. */
const char *s;
size_t n;
size_t h = 0;