From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Teng Long <dyroneteng@gmail.com>
Cc: git@vger.kernel.org, jonathantanmy@google.com
Subject: Re: [PATCH v1 2/3] git-pack-objects.txt: introduce `--uri-protocol` option
Date: Sat, 21 Aug 2021 10:05:08 +0200 [thread overview]
Message-ID: <87ilzzgr32.fsf@evledraar.gmail.com> (raw)
In-Reply-To: <307a1837196a1508963a70bf4c0c4ac5727e4d19.1628845748.git.dyroneteng@gmail.com>
On Fri, Aug 13 2021, Teng Long wrote:
> Signed-off-by: Teng Long <dyroneteng@gmail.com>
> ---
> Documentation/git-pack-objects.txt | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
> index 25d9fbe37a..16057b8c7d 100644
> --- a/Documentation/git-pack-objects.txt
> +++ b/Documentation/git-pack-objects.txt
> @@ -313,6 +313,14 @@ raise an error.
> --unpack-unreachable::
> Keep unreachable objects in loose form. This implies `--revs`.
>
> +--uri-protocol::
> + Exclude objects which hit the KEY (the object hash) of
> + `uploadpack.excludeobject` or `uploadpack.blobpackfileuri`
> + config (See linkgit:packfile-uri[1]) in repository and the
> + VALUE (the packfile uri) matches the given option parameter.
> + If this option is set, but without a value, it defaults to
> + the value will be "http" and "https".
> +
> --delta-islands::
> Restrict delta matches based on "islands". See DELTA ISLANDS
> below.
> @@ -426,6 +434,7 @@ SEE ALSO
> linkgit:git-rev-list[1]
> linkgit:git-repack[1]
> linkgit:git-prune-packed[1]
> +linkgit:packfile-uri[1]
This sort of link to technical/* doesn't work, see greeping for other
technical/ resources, unfortunately we link to the generated HTML.
(I have an unsubmitted series to clean that up and move them to the main
manpage space, but in the mentime...).
next prev parent reply other threads:[~2021-08-21 8:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-13 9:14 [PATCH v1 0/3] packfile-uri: http and https as default value of `--uri-protocol` Teng Long
2021-08-13 9:14 ` [PATCH v1 1/3] " Teng Long
2021-08-21 8:08 ` Ævar Arnfjörð Bjarmason
2021-08-13 9:14 ` [PATCH v1 2/3] git-pack-objects.txt: introduce `--uri-protocol` option Teng Long
2021-08-21 8:05 ` Ævar Arnfjörð Bjarmason [this message]
2021-08-13 9:14 ` [PATCH v1 3/3] t5702: `fetch.uriprotocols` is configured without value Teng Long
2021-08-21 8:10 ` [PATCH v1 0/3] packfile-uri: http and https as default value of `--uri-protocol` Ævar Arnfjörð Bjarmason
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=87ilzzgr32.fsf@evledraar.gmail.com \
--to=avarab@gmail.com \
--cc=dyroneteng@gmail.com \
--cc=git@vger.kernel.org \
--cc=jonathantanmy@google.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).