From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4C770C433F5 for ; Tue, 30 Nov 2021 11:55:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232939AbhK3L61 (ORCPT ); Tue, 30 Nov 2021 06:58:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232493AbhK3L6M (ORCPT ); Tue, 30 Nov 2021 06:58:12 -0500 Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0DCDC061574 for ; Tue, 30 Nov 2021 03:54:52 -0800 (PST) Received: by mail-wr1-x42d.google.com with SMTP id a9so43832692wrr.8 for ; Tue, 30 Nov 2021 03:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=2klyPMqrRFRmOMpQcUVng/iCsEs8+qvgNhy/UUtm5K0=; b=f4Q7k4+uHpiTAW4OeJ41eIgdNKhs4oi4GLT3tr0z7vDQObdU+oE7ZrMPmHTcU/i975 NVGHK7j5CpzlmdTTN3qQ+wBZn/uQST2bwLSSPxbu1ky4iEXOsOwrSY6jHH+w3PrVaf64 anBvAEvsxaBx97qTF/qXpYVXBnC5SRl30OmH3GU9ZtLvjX+BwS6crRhfisFW1AphXtyL o5rPMF4F0XEigx8PU1rPHxa+QBFqhpxFtIsFwz4YPmuBmI6mLzzYPjiiM8XOkbxHHRQ6 bvZt3DTDzZ+ThIeXBGF0PLYp8pKHC3xg5OKx/ZlCSamHz5D2ivwameA3w/tCnRz61NYk rm0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=2klyPMqrRFRmOMpQcUVng/iCsEs8+qvgNhy/UUtm5K0=; b=pLfDGidjz1shd2RIUAlCwjp1LhYATJieC5lBGtQb1eL3XhTCMPEhAERvmtWX40PPay QFpd0hNyD1hlzjwMJ7h5Zw6FGz1eF0+eiwsacR5jy9neVFc3MMqGoi65nx9P8G0VfBub g6aK/DUB4pxJfuWTFcgjH/c4DZRZ6zu4tzos/iuBuRzmf5lfJGOGxpo5kZRe01sRu1Pc /s3hcuUfdFW0oioCeN7b4UcD6s3IrFTH8YiTV3/zdkWhuowWVOSOQ+2NP0B683iAAhPd nEDFVI0vvkbLd0hMadg9qrFYJ2RBHqA1gdNixUhJ1/dBkUp24Wqo4crF4BQkv2aoBzlv g9lw== X-Gm-Message-State: AOAM533X2RR0DUywk7yUEJ3o79AZPfBt036oSlhkU9cHK1Y5lXWZmou3 9g92bPd4D+5GtOqmxUrPAq5Rg1T2iJo= X-Google-Smtp-Source: ABdhPJzPC0xJOW189YVt18d52NaY4HNTHuz81Af+nZJtJ+hUyZ8kmb2MJIazXUKxWoY6tZZ35W0T5g== X-Received: by 2002:a5d:4901:: with SMTP id x1mr39552479wrq.473.1638273290845; Tue, 30 Nov 2021 03:54:50 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id b13sm13054395wrh.32.2021.11.30.03.54.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Nov 2021 03:54:50 -0800 (PST) Message-Id: In-Reply-To: References: From: "Johannes Schindelin via GitGitGadget" Date: Tue, 30 Nov 2021 11:54:32 +0000 Subject: [PATCH v9 00/17] Upstreaming the Scalar command Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Derrick Stolee , Eric Sunshine , =?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0?= Bjarmason , Elijah Newren , Bagas Sanjaya , Theodore Ts'o , Matt Rogers , Johannes Schindelin Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org tl;dr: This series contributes the core part of the Scalar command to the Git project. This command provides a convenient way to clone/initialize very large repositories (think: monorepos). Note: This patch series' focus is entirely on Scalar, on choosing sensible defaults and offering a delightful user experience around working with monorepos, and not about changing any existing paradigms for contrib/ (even if catching up on the mail thread is likely to give interested readers that false impression). Changes since v8: * The rebase on top of v2.34.0, which changed the default merge strategy to ORT, should have changed the default for merge.renames to true. This is now the case. * Accommodate preemptively for ab/ci-updates which invalidates assumptions made by this patch series that would still hold true with v2.34.0 but are no longer valid in seen and would trigger CI build breakages. Changes since v7: * Clarified in the commit message why we cannot easily encapsulate the Scalar part of the CMake configuration in contrib/scalar/. * Improved the README.md. Changes since v6: * Rebased on top of v2.34.0. * Inserted a commit that adds contrib/scalar/README.md, containing the roadmap of what I have planned for Scalar. * The Scalar test's definition of GIT_TEST_MAINT_SCHEDULER has been adjusted to accommodate for a change in v2.32.0..v2.34.0. * The config setting defaults now include fetch.showForcedUpdates=false, which has been identified as helping with a performance issue in large repositories. * To avoid mistaking the current patch series for being feature-complete enough to unleash onto end users, I moved the Makefile rules to build HTML/manual pages to a later patch series. * The patch that adds support for -c = and -C was moved to its own add-on patch series: While it is obvious that those options are valuable to have, an open question is whether there are other "pre-command" options in git that would be useful, too, and I would like to postpone that discussion to that date. * I added two patches that I had planned on keeping in an add-on patch series for later, to build and test Scalar as part of the CI. I am still not 100% certain that it is a good idea to do so already now, but let's see what the reviewers have to say. Changes since v5: * Fixed the commit message talking about make -C contrib/scalar/Makefile. * Fixed the git ls-tree invocation suggested in the manual for scalar clone. * Invoking make -C contrib/scalar, then changing a source file of libgit.a and then immediately invoking make -C contrib/scalar again will now implicitly rebuild libgit.a. Changes since v4: * scalar delete now refuses to delete anything if it was started from within the enlistment. * scalar delete releases any handles to the object store before deleting the enlistment. * The OBJECTS list in the Makefile will now include Scalar. * scalar register now supports secondary worktrees, in addition to the primary worktree. Changes since v3: * Moved the "Changes since" section to the top, to make it easier to see what changed. * Reworded the commit message of the first patch. * Removed the [RFC] prefix because I did not hear any objections against putting this into contrib/. Changes since v2: * Adjusted the description of the list command in the manual page , as suggested by Bagas. * Addressed two style nits in cmd_run(). * The documentation of git reconfigure -a was improved. Changes since v1: * A couple typos were fixed * The code parsing the output of ls-remote was made more readable * The indentation used in scalar.txt now consistently uses tabs * We no longer hard-code core.bare = false when registering with Scalar Background ========== Microsoft invested a lot of effort into scaling Git to the needs of the Windows operating system source code. Based on the experience of the first approach, VFS for Git, the Scalar project was started. Scalar specifically has as its core goal to funnel all improvements into core Git. The present =========== The Scalar project provides a completely functional non-virtual experience for monorepos. But why stop there. The Scalar project was designed to be a self-destructing vehicle to allow those key concepts to be moved into core Git itself for the benefit of all. For example, partial clone, sparse-checkout, and scheduled background maintenance have already been upstreamed and removed from Scalar proper. This patch series provides a C-based implementation of the final remaining portions of the Scalar command. This will make it easier for users to experiment with the Scalar command. It will also make it substantially easier to experiment with moving functionality from Scalar into core Git, while maintaining backwards-compatibility for existing Scalar users. The C-based Scalar has been shipped to Scalar users, and can be tested by any interested reader: https://github.com/microsoft/git/releases/ (it offers a Git for Windows installer, a macOS package and an Ubuntu package, Scalar has been included since v2.33.0.vfs.0.0). Next steps ========== Since there are existing Scalar users, I want to ensure backwards-compatibility with its existing command-line interface. Keeping that in mind, everything in this series is up for discussion. I obviously believe that Scalar brings a huge benefit, and think that it would be ideal for all of Scalar's learnings to end up in git clone/git init/git maintenance eventually. It is also conceivable, however, that the scalar command could graduate to be a core part of Git at some stage in the future (such a decision would probably depend highly on users' feedback). See also the discussion about the architecture of Scalar [https://lore.kernel.org/git/b67bbef4-e4c3-b6a7-1c7f-7d405902ef8b@gmail.com/], kicked off by Stolee. On top of this patch series, I have lined up a few more: 1. Implement a scalar diagnose command. 2. Use the built-in FSMonitor (that patch series obviously needs to wait for FSMonitor to be integrated). 3. Modify the config machinery to be more generous about concurrent writes, say, to the user-wide config. 4. A few patches to optionally build and install scalar as part of a regular Git install (also teaching git help scalar to find the Scalar documentation These are included in my vfs-with-scalar branch thicket [https://github.com/dscho/git/commits/vfs-with-scalar]. On top of that, this branch thicket also includes patches I do not plan on upstreaming, mainly because they are too specific either to VFS for Git, or they support Azure Repos (which does not offer partial clones but speaks the GVFS protocol, which can be used to emulate partial clones). One other thing is very interesting about that vfs-with-scalar branch thicket: it contains a GitHub workflow which will run Scalar's quite extensive Functional Tests suite. This test suite is quite comprehensive and caught us a lot of bugs in the past, not only in the Scalar code, but also core Git. Epilogue ======== Now, to address some questions that I imagine every reader has who made it this far: * Why not put the Scalar functionality directly into core Git, even a built-in? I wanted to provide an easy way for Git contributors to "play with" Scalar, without forcing a new top-level command into Git. * Why implement the Scalar command in the Git code base? Apart from simplifying Scalar maintenance in the Microsoft port of Git, the tight version coupling between Git and Scalar reduces the maintenance burden even further. Besides, I believe that it will make it much easier to shift functionality from Scalar into core Git, once we took the hurdle of accepting the Scalar code into the code base. * Why contribute Scalar to the Git project? We are biased, of course, yet our data-driven approach provides evidence that Scalar helps handling huge repositories with ease. By contributing it to the core Git project, we are able to share it with more users, especially some users who do not want to install Microsoft's fork of Git. We also hope that a lot of Scalar (maybe all of it) will end up in core Git, to benefit even more users. Derrick Stolee (4): scalar: 'register' sets recommended config and starts maintenance scalar: 'unregister' stops background maintenance scalar: implement 'scalar list' scalar: implement the `run` command Johannes Schindelin (12): scalar: add a README with a roadmap scalar: create a rudimentary executable scalar: start documenting the command scalar: create test infrastructure cmake: optionally build `scalar`, too ci: also run the `scalar` tests scalar: let 'unregister' handle a deleted enlistment directory gracefully scalar: implement the `clone` subcommand scalar: teach 'clone' to support the --single-branch option scalar: allow reconfiguring an existing enlistment scalar: teach 'reconfigure' to optionally handle all registered enlistments scalar: implement the `version` command Matthew John Cheetham (1): scalar: implement the `delete` command .github/workflows/main.yml | 15 + Makefile | 9 + ci/run-build-and-tests.sh | 2 + ci/run-test-slice.sh | 5 + contrib/buildsystems/CMakeLists.txt | 14 + contrib/scalar/.gitignore | 2 + contrib/scalar/Makefile | 45 ++ contrib/scalar/README.md | 82 +++ contrib/scalar/scalar.c | 826 ++++++++++++++++++++++++++++ contrib/scalar/scalar.txt | 145 +++++ contrib/scalar/t/Makefile | 78 +++ contrib/scalar/t/t9099-scalar.sh | 88 +++ 12 files changed, 1311 insertions(+) create mode 100644 contrib/scalar/.gitignore create mode 100644 contrib/scalar/Makefile create mode 100644 contrib/scalar/README.md create mode 100644 contrib/scalar/scalar.c create mode 100644 contrib/scalar/scalar.txt create mode 100644 contrib/scalar/t/Makefile create mode 100755 contrib/scalar/t/t9099-scalar.sh base-commit: cd3e606211bb1cf8bc57f7d76bab98cc17a150bc Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1005%2Fdscho%2Fscalar-the-beginning-v9 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1005/dscho/scalar-the-beginning-v9 Pull-Request: https://github.com/gitgitgadget/git/pull/1005 Range-diff vs v8: 1: 3a2e28275f1 = 1: 3a2e28275f1 scalar: add a README with a roadmap 2: 50160d61a41 = 2: 50160d61a41 scalar: create a rudimentary executable 3: 74cd6410931 = 3: 74cd6410931 scalar: start documenting the command 4: 37231a4dd07 = 4: 37231a4dd07 scalar: create test infrastructure 5: a39b9c81214 = 5: a39b9c81214 cmake: optionally build `scalar`, too 6: 8e3542e43f7 ! 6: 8c6762def30 ci: also run the `scalar` tests @@ .github/workflows/main.yml: jobs: - name: upload tracked files and build artifacts ## ci/run-build-and-tests.sh ## -@@ ci/run-build-and-tests.sh: linux-gcc-4.8|pedantic) - make test - ;; - esac -+make -C contrib/scalar test +@@ ci/run-build-and-tests.sh: esac check_unignored_build_artifacts ++make && make -C contrib/scalar test ++ + save_good_tree ## ci/run-test-slice.sh ## @@ ci/run-test-slice.sh: make --quiet -C t T="$(cd t && 7: 385abdb8d8e ! 7: 936ee0475ad scalar: 'register' sets recommended config and starts maintenance @@ contrib/scalar/scalar.c + { "index.threads", "true" }, + { "index.version", "4" }, + { "merge.stat", "false" }, -+ { "merge.renames", "false" }, ++ { "merge.renames", "true" }, + { "pack.useBitmaps", "false" }, + { "pack.useSparse", "true" }, + { "receive.autoGC", "false" }, 8: 64c6a75353e = 8: 09a15f86c3d scalar: 'unregister' stops background maintenance 9: f7fc1958b9e = 9: 42121a5764d scalar: let 'unregister' handle a deleted enlistment directory gracefully 10: fd2680bc945 = 10: 6afb2eb4163 scalar: implement 'scalar list' 11: 4966a43aad9 = 11: dd4e3a4b761 scalar: implement the `clone` subcommand 12: b00d68b37b0 = 12: abd9c8827cd scalar: teach 'clone' to support the --single-branch option 13: 771d826bbb1 = 13: 5601f82dbe1 scalar: implement the `run` command 14: a8b2d26a830 ! 14: 08e4f548aa8 scalar: allow reconfiguring an existing enlistment @@ contrib/scalar/scalar.c: static int set_recommended_config(void) - { "index.threads", "true" }, - { "index.version", "4" }, - { "merge.stat", "false" }, -- { "merge.renames", "false" }, +- { "merge.renames", "true" }, - { "pack.useBitmaps", "false" }, - { "pack.useSparse", "true" }, - { "receive.autoGC", "false" }, @@ contrib/scalar/scalar.c: static int set_recommended_config(void) + { "index.threads", "true", 1 }, + { "index.version", "4", 1 }, + { "merge.stat", "false", 1 }, -+ { "merge.renames", "false", 1 }, ++ { "merge.renames", "true", 1 }, + { "pack.useBitmaps", "false", 1 }, + { "pack.useSparse", "true", 1 }, + { "receive.autoGC", "false", 1 }, 15: ca284ff34a2 = 15: 0cec6dbd2cb scalar: teach 'reconfigure' to optionally handle all registered enlistments 16: 9983eb8912c = 16: 835f1c79792 scalar: implement the `delete` command 17: 889f613ab18 = 17: 4ee1b701c7b scalar: implement the `version` command -- gitgitgadget