From: Junio C Hamano Date: Fri, 9 Feb 2024 00:22:01 +0000 (-0800) Subject: Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43 X-Git-Tag: v2.43.1~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efbae0583bb8556444c57d4c336101f97efa6d66;p=thirdparty%2Fgit.git Merge branch 'js/update-urls-in-doc-and-comment' into maint-2.43 Stale URLs have been updated to their current counterparts (or archive.org) and HTTP links are replaced with working HTTPS links. * js/update-urls-in-doc-and-comment: doc: refer to internet archive doc: update links for andre-simon.de doc: switch links to https doc: update links to current pages --- efbae0583bb8556444c57d4c336101f97efa6d66 diff --cc Documentation/gitweb.txt index 1030e9667e,434893595a..ddd4a0fc70 --- a/Documentation/gitweb.txt +++ b/Documentation/gitweb.txt @@@ -24,11 -24,11 +24,11 @@@ Gitweb provides a web interface to Git * Viewing the blame/annotation details of any file (if enabled). * Generating RSS and Atom feeds of commits, for any branch. The feeds are auto-discoverable in modern web browsers. -* Viewing everything that was changed in a revision, and step through +* Viewing everything that was changed in a revision, and stepping through revisions one at a time, viewing the history of the repository. -* Finding commits which commit messages matches given search term. +* Finding commits whose commit messages match a given search term. - See http://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code, + See https://repo.or.cz/w/git.git/tree/HEAD:/gitweb/[] for gitweb source code, browsed using gitweb itself.