From: "Derrick Stolee via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: me@ttaylorr.com, abhishekkumar8222@gmail.com,
Derrick Stolee <derrickstolee@github.com>
Subject: [PATCH 0/2] Specify generation number version by config
Date: Thu, 25 Feb 2021 18:19:41 +0000 [thread overview]
Message-ID: <pull.886.git.1614277183.gitgitgadget@gmail.com> (raw)
This is based on ds/chunked-file-api.
Generation number v2 (corrected commit dates) was introduced by
ak/corrected-commit-date. The new data could be opted-out only using the
GIT_TEST_COMMIT_GRAPH_NO_GDAT environment variable.
As this feature gets deployed more widely, servers in particular might want
more control over when this format is used. Add a config option instead.
Thanks, -Stolee
Derrick Stolee (2):
commit-graph: create local repository pointer
commit-graph: use config to specify generation type
Documentation/config/commitgraph.txt | 6 ++++++
commit-graph.c | 31 ++++++++++++++++++----------
commit-graph.h | 1 -
t/README | 3 ---
t/t5318-commit-graph.sh | 2 +-
t/t5324-split-commit-graph.sh | 4 ++--
t/t6600-test-reach.sh | 2 +-
7 files changed, 30 insertions(+), 19 deletions(-)
base-commit: c4ff24bbb354377a6a7937744fbbef2898243fc7
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-886%2Fderrickstolee%2Fcommit-graph-generation-config-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-886/derrickstolee/commit-graph-generation-config-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/886
--
gitgitgadget
next reply other threads:[~2021-02-25 18:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-25 18:19 Derrick Stolee via GitGitGadget [this message]
2021-02-25 18:19 ` [PATCH 1/2] commit-graph: create local repository pointer Derrick Stolee via GitGitGadget
2021-02-25 18:19 ` [PATCH 2/2] commit-graph: use config to specify generation type Derrick Stolee via GitGitGadget
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=pull.886.git.1614277183.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=abhishekkumar8222@gmail.com \
--cc=derrickstolee@github.com \
--cc=git@vger.kernel.org \
--cc=me@ttaylorr.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).