From: Junio C Hamano <gitster@pobox.com>
To: "Josh Soref via GitGitGadget" <gitgitgadget@gmail.com>
Cc: git@vger.kernel.org, Josh Soref <jsoref@gmail.com>
Subject: Re: [PATCH 1/4] doc: switch links to https
Date: Fri, 22 Sep 2023 15:05:31 -0700 [thread overview]
Message-ID: <xmqqedipzwwk.fsf@gitster.g> (raw)
In-Reply-To: <b80c6089653bffc59faaa585e29d8c46a0611e83.1695392028.git.gitgitgadget@gmail.com> (Josh Soref via GitGitGadget's message of "Fri, 22 Sep 2023 14:13:44 +0000")
"Josh Soref via GitGitGadget" <gitgitgadget@gmail.com> writes:
> From: Josh Soref <jsoref@gmail.com>
>
> Signed-off-by: Josh Soref <jsoref@gmail.com>
> ---
> Documentation/CodingGuidelines | 2 +-
> Documentation/MyFirstContribution.txt | 2 +-
> Documentation/git-cvsimport.txt | 2 +-
> Documentation/git-format-patch.txt | 2 +-
> Documentation/git-imap-send.txt | 2 +-
> Documentation/git-send-email.txt | 2 +-
> Documentation/gitcore-tutorial.txt | 2 +-
> Documentation/gitprotocol-http.txt | 4 ++--
> Documentation/gitweb.conf.txt | 2 +-
> Documentation/gitweb.txt | 2 +-
> Documentation/howto/keep-canonical-history-correct.txt | 2 +-
> Documentation/signoff-option.txt | 2 +-
> INSTALL | 2 +-
> Makefile | 4 ++--
> README.md | 2 +-
These are end-user facing and most of the changes looked sensible,
except for URLs that had comments like "at the time of this writing
the URL is at ...", which we should not bother touching. There may
be other reasons not to touch some of them, but I didn't look very
closely.
> compat/nedmalloc/malloc.c.h | 10 +++++-----
> compat/obstack.c | 2 +-
> compat/obstack.h | 2 +-
> compat/poll/poll.c | 2 +-
> compat/poll/poll.h | 2 +-
> compat/precompose_utf8.h | 2 +-
> compat/regex/regcomp.c | 2 +-
> compat/regex/regex.c | 2 +-
> compat/regex/regex.h | 2 +-
> compat/regex/regex_internal.c | 2 +-
> compat/regex/regex_internal.h | 2 +-
> compat/regex/regexec.c | 2 +-
> compat/vcbuild/README | 10 +++++-----
> contrib/completion/git-completion.bash | 2 +-
> .../credential/libsecret/git-credential-libsecret.c | 2 +-
> contrib/fast-import/import-directories.perl | 2 +-
> contrib/hg-to-git/hg-to-git.py | 2 +-
> contrib/mw-to-git/t/test-gitmw-lib.sh | 4 ++--
> contrib/persistent-https/LICENSE | 2 +-
> contrib/persistent-https/README | 2 +-
> contrib/thunderbird-patch-inline/appp.sh | 2 +-
> contrib/update-unicode/update_unicode.sh | 6 +++---
> convert.c | 2 +-
> ewah/bitmap.c | 2 +-
> ewah/ewah_bitmap.c | 2 +-
> ewah/ewah_io.c | 2 +-
> ewah/ewah_rlw.c | 2 +-
> ewah/ewok.h | 4 ++--
> ewah/ewok_rlw.h | 2 +-
> xdiff/xdiff.h | 2 +-
> xdiff/xdiffi.c | 2 +-
> xdiff/xdiffi.h | 2 +-
> xdiff/xemit.c | 2 +-
> xdiff/xemit.h | 2 +-
> xdiff/xinclude.h | 2 +-
> xdiff/xmacros.h | 2 +-
> xdiff/xmerge.c | 2 +-
> xdiff/xpatience.c | 2 +-
> xdiff/xprepare.c | 2 +-
> xdiff/xprepare.h | 2 +-
> xdiff/xtypes.h | 2 +-
> xdiff/xutils.c | 2 +-
> xdiff/xutils.h | 2 +-
There are mostly borrowed code. I would not touch them, if I were
doing this patch (unless the HTTP:// variant stopped to work and
only HTTPS:// variant works now, that is).
Thanks.
next prev parent reply other threads:[~2023-09-22 22:05 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-22 14:13 [PATCH 0/4] Switch links to https Josh Soref via GitGitGadget
2023-09-22 14:13 ` [PATCH 1/4] doc: switch " Josh Soref via GitGitGadget
2023-09-22 21:22 ` Eric Sunshine
2023-09-22 22:05 ` Junio C Hamano [this message]
2023-09-22 14:13 ` [PATCH 2/4] doc: update links to current pages Josh Soref via GitGitGadget
2023-09-22 21:25 ` Eric Sunshine
2023-09-22 21:30 ` Josh Soref
2023-09-22 21:34 ` Eric Sunshine
2023-09-22 22:21 ` Junio C Hamano
2023-09-22 22:23 ` Junio C Hamano
2023-09-22 14:13 ` [PATCH 3/4] doc: update links for andre-simon.de Josh Soref via GitGitGadget
2023-09-22 14:13 ` [PATCH 4/4] doc: refer to internet archive Josh Soref via GitGitGadget
2023-09-24 10:57 ` [PATCH v2 0/4] Switch links to https Josh Soref via GitGitGadget
2023-09-24 10:57 ` [PATCH v2 1/4] doc: switch " Josh Soref via GitGitGadget
2023-11-23 21:19 ` Elijah Newren
2023-11-24 3:12 ` Josh Soref
2023-11-24 15:33 ` Elijah Newren
2023-09-24 10:57 ` [PATCH v2 2/4] doc: update links to current pages Josh Soref via GitGitGadget
2023-11-23 21:27 ` Elijah Newren
2023-11-24 3:20 ` Josh Soref
2023-09-24 10:57 ` [PATCH v2 3/4] doc: update links for andre-simon.de Josh Soref via GitGitGadget
2023-09-24 10:57 ` [PATCH v2 4/4] doc: refer to internet archive Josh Soref via GitGitGadget
2023-11-23 21:33 ` Elijah Newren
2023-11-24 3:24 ` Josh Soref
2023-11-24 15:32 ` Elijah Newren
2023-09-25 18:33 ` [PATCH v2 0/4] Switch links to https Junio C Hamano
2023-09-25 18:55 ` Eric Sunshine
2023-11-24 3:35 ` [PATCH v3 " Josh Soref via GitGitGadget
2023-11-24 3:35 ` [PATCH v3 1/4] doc: update links to current pages Josh Soref via GitGitGadget
2023-11-24 3:35 ` [PATCH v3 2/4] doc: switch links to https Josh Soref via GitGitGadget
2023-11-24 3:35 ` [PATCH v3 3/4] doc: update links for andre-simon.de Josh Soref via GitGitGadget
2023-11-24 3:35 ` [PATCH v3 4/4] doc: refer to internet archive Josh Soref via GitGitGadget
2023-11-24 15:36 ` [PATCH v3 0/4] Switch links to https Elijah Newren
2023-11-24 16:03 ` Josh Soref
2023-11-27 0:49 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqedipzwwk.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=gitgitgadget@gmail.com \
--cc=jsoref@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).