Git Mailing List Archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/21] Modernize the build system
 2024-12-08  3:00 UTC  (30+ messages)
` [PATCH v11 00/26] "
  ` [PATCH v11 01/26] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [PATCH v11 02/26] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [PATCH v11 03/26] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [PATCH v11 04/26] Makefile: propagate Git version via generated header
  ` [PATCH v11 05/26] Makefile: generate "git.rc" via GIT-VERSION-GEN
  ` [PATCH v11 06/26] Makefile: generate doc versions "
  ` [PATCH v11 07/26] Makefile: consistently use PERL_PATH
  ` [PATCH v11 08/26] Makefile: extract script to massage Perl scripts
  ` [PATCH v11 09/26] Makefile: use "generate-perl.sh" to massage Perl library
  ` [PATCH v11 10/26] Makefile: extract script to massage Shell scripts
  ` [PATCH v11 11/26] Makefile: extract script to massage Python scripts
  ` [PATCH v11 12/26] Makefile: extract script to generate gitweb.cgi
  ` [PATCH v11 13/26] Makefile: extract script to generate gitweb.js
  ` [PATCH v11 14/26] Makefile: refactor generators to be PWD-independent
  ` [PATCH v11 15/26] Makefile: allow "bin-wrappers/" directory to exist
  ` [PATCH v11 16/26] Makefile: write absolute program path into bin-wrappers
  ` [PATCH v11 17/26] Makefile: simplify building of templates
  ` [PATCH v11 18/26] Documentation: allow sourcing generated includes from separate dir
  ` [PATCH v11 19/26] Documentation: teach "cmd-list.perl" about out-of-tree builds
  ` [PATCH v11 20/26] Documentation: extract script to generate a list of mergetools
  ` [PATCH v11 21/26] t: better support for out-of-tree builds
  ` [PATCH v11 22/26] t: allow overriding build dir
  ` [PATCH v11 23/26] Documentation: add comparison of build systems
  ` [PATCH v11 24/26] Introduce support for the Meson build system
  ` [PATCH v11 25/26] meson: fix conflicts with in-flight topics
  ` [PATCH v11 26/26] Revert "meson: fix conflicts with in-flight topics"

[PATCH 0/3] git-submodule.sh: improve parsing of options
 2024-12-08  0:06 UTC  (7+ messages)
` [PATCH 1/3] git-submodule.sh: make some variables boolean
` [PATCH 2/3] git-submodule.sh: improve parsing of some long options
` [PATCH 3/3] git-submodule.sh: improve parsing of short options

[PATCH] object-name: fix reversed ordering with magic pathspecs
 2024-12-07 23:24 UTC  (15+ messages)
` [PATCH v2] object-name: fix reversed ordering with ":/<PATTERN>" revisions
` [PATCH v3] "

[PATCH] reftable/writer: ensure valid range for log's update_index
 2024-12-07  9:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/4] Random improvements to GitLab CI
 2024-12-07  9:49 UTC  (12+ messages)
` [PATCH 1/4] gitlab-ci: update macOS images to Sonoma
` [PATCH 2/4] ci/lib: remove duplicate trap to end "CI setup" group
` [PATCH 3/4] ci/lib: use echo instead of printf to set up sections
` [PATCH 4/4] ci/lib: fix "CI setup" sections with GitLab CI

[PATCH v2 0/4] Introduce a "promisor-remote" capability
 2024-12-07  7:59 UTC  (10+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] version: refactor strbuf_sanitize()
  ` [PATCH v3 2/5] strbuf: refactor strbuf_trim_trailing_ch()
  ` [PATCH v3 3/5] Add 'promisor-remote' capability to protocol v2
  ` [PATCH v3 4/5] promisor-remote: check advertised name or URL
  ` [PATCH v3 5/5] doc: add technical design doc for large object promisors

[PATCH 0/5] PATH WALK III: Add 'git backfill' command
 2024-12-06 20:07 UTC  (6+ messages)
` [PATCH 1/5] backfill: add builtin boilerplate
` [PATCH 2/5] backfill: basic functionality and tests
` [PATCH 3/5] backfill: add --batch-size=<n> option
` [PATCH 4/5] backfill: add --sparse option
` [PATCH 5/5] backfill: assume --sparse when sparse-checkout is enabled

[PATCH v2 0/6] PATH WALK I: The path-walk API
 2024-12-06 19:45 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] path-walk: introduce an object walk by path
  ` [PATCH v3 2/7] test-lib-functions: add test_cmp_sorted
  ` [PATCH v3 3/7] t6601: add helper for testing path-walk API
  ` [PATCH v3 4/7] path-walk: allow consumer to specify object types
  ` [PATCH v3 5/7] path-walk: visit tags and cached objects
  ` [PATCH v3 6/7] path-walk: mark trees and blobs as UNINTERESTING
  ` [PATCH v3 7/7] path-walk: reorder object visits

[PATCH 00/10] Start compiling with `-Wsign-compare`
 2024-12-06 13:11 UTC  (45+ messages)
` [PATCH 09/10] daemon: fix loops that have mismatching integer types
` [PATCH v2 00/14] Start compiling with `-Wsign-compare`
  ` [PATCH] sign-compare: 32-bit support
` [PATCH v3 00/15] Start compiling with `-Wsign-compare`
  ` [PATCH v3 01/15] git-compat-util: introduce macros to disable "-Wsign-compare" warnings
  ` [PATCH v3 02/15] compat/regex: explicitly ignore "
  ` [PATCH v3 03/15] compat/win32: fix -Wsign-compare warning in "wWinMain()"
  ` [PATCH v3 04/15] global: mark code units that generate warnings with `-Wsign-compare`
  ` [PATCH v3 05/15] config.mak.dev: drop `-Wno-sign-compare`
  ` [PATCH v3 06/15] diff.h: fix index used to loop through unsigned integer
  ` [PATCH v3 07/15] sign-compare: 32-bit support
  ` [PATCH v3 08/15] global: trivial conversions to fix `-Wsign-compare` warnings
  ` [PATCH v3 09/15] daemon: fix loops that have mismatching integer types
  ` [PATCH v3 10/15] daemon: fix type of `max_connections`
  ` [PATCH v3 11/15] gpg-interface: address -Wsign-comparison warnings
  ` [PATCH v3 12/15] builtin/blame: fix type of `length` variable when emitting object ID
  ` [PATCH v3 13/15] builtin/patch-id: fix type of `get_one_patchid()`
  ` [PATCH v3 14/15] scalar: address -Wsign-compare warnings
  ` [PATCH v3 15/15] t/helper: don't depend on implicit wraparound
` [PATCH v4 00/16] Start compiling with `-Wsign-compare`
  ` [PATCH v4 01/16] git-compat-util: introduce macros to disable "-Wsign-compare" warnings
  ` [PATCH v4 02/16] compat/regex: explicitly ignore "
  ` [PATCH v4 03/16] compat/win32: fix -Wsign-compare warning in "wWinMain()"
  ` [PATCH v4 04/16] global: mark code units that generate warnings with `-Wsign-compare`
  ` [PATCH v4 05/16] config.mak.dev: drop `-Wno-sign-compare`
  ` [PATCH v4 06/16] diff.h: fix index used to loop through unsigned integer
  ` [PATCH v4 07/16] csum-file: fix -Wsign-compare warning on 32-bit platform
  ` [PATCH v4 08/16] pkt-line: fix -Wsign-compare warning on 32 bit platform
  ` [PATCH v4 09/16] global: trivial conversions to fix `-Wsign-compare` warnings
  ` [PATCH v4 10/16] daemon: fix loops that have mismatching integer types
  ` [PATCH v4 11/16] daemon: fix type of `max_connections`
  ` [PATCH v4 12/16] gpg-interface: address -Wsign-comparison warnings
  ` [PATCH v4 13/16] builtin/blame: fix type of `length` variable when emitting object ID
  ` [PATCH v4 14/16] builtin/patch-id: fix type of `get_one_patchid()`
  ` [PATCH v4 15/16] scalar: address -Wsign-compare warnings
  ` [PATCH v4 16/16] t/helper: don't depend on implicit wraparound

[PATCH] strvec: `strvec_splice()` to a statically initialized vector
 2024-12-06 11:33 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v14 00/10] set-head/fetch remote/HEAD updates
 2024-12-06 11:30 UTC  (16+ messages)
` [PATCH v15 "
  ` [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist
            ` [PATCH] Fix `git fetch --tags` in repo with no configured remote
                ` Re* "

Regression in :/ commit selection between 2.43.0 and 2.47.1
 2024-12-06  9:52 UTC  (3+ messages)

[PATCH] advice: suggest using subcommand "git config set"
 2024-12-06  8:57 UTC  (7+ messages)
      ` [PATCH v2] "

Potential bug: git rev-list missing objects
 2024-12-06  8:46 UTC 

git add -p is slow for sparse checkout
 2024-12-06  8:43 UTC  (3+ messages)

[PATCH 4/4] describe: stop traversing when we run out of names
 2024-12-06  5:42 UTC  (11+ messages)
` [PATCH] fixup! "
    ` [PATCH] describe: drop early return for max_candidates == 0
            ` [PATCH] describe: split "found all tags" and max_candidates logic

Feature Request: Support git bundle create with thick packs to allow application to shallow clones
 2024-12-06  5:21 UTC 

[QUESTION] Performance comparison: full clone + sparse-checkout vs partial clone + sparse-checkout
 2024-12-06  3:18 UTC  (4+ messages)

Proposal: Allow Customization of Git Merge Commit Message Template
 2024-12-05 23:16 UTC  (2+ messages)

[help] git status doesn't seem to work
 2024-12-05 21:08 UTC  (4+ messages)

How do you undo an add
 2024-12-05 21:03 UTC  (3+ messages)

[PATCH 0/4] forbid HEAD as a tagname
 2024-12-05 20:27 UTC  (11+ messages)
` [PATCH 3/4] t5604: do not expect that HEAD is a valid tagname
` [PATCH 4/4] tag: "git tag" refuses to use HEAD as a tagname

[BUG] commit fails with 'bus error' when working directory is on an NFS share
 2024-12-05 19:13 UTC  (13+ messages)

Some feedback on 'git clone create'
 2024-12-05 18:45 UTC  (6+ messages)

[RFC PATCH v1 0/2] set_head finishing touches
 2024-12-05 12:16 UTC  (10+ messages)
` [PATCH v2 1/3] fetch set_head: move warn advice into advise_if_enabled
  ` [PATCH v2 3/3] remote set-head: set followRemoteHEAD to "warn" if "always"
          ` [PATCH v3 1/3] fetch set_head: move warn advice into advise_if_enabled
            ` [PATCH v3 2/3] fetch set_head: add warn-if-not-$branch option
            ` [PATCH v3 3/3] remote set-head: set followRemoteHEAD to "warn" if "always"

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-12-05 10:34 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 6/6] "

[PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-12-05  9:46 UTC  (6+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] pack-objects: create new name-hash function version

infelicities in git hash-object --stdin-paths with special characters
 2024-12-05  9:44 UTC  (2+ messages)

What's cooking in git.git (Dec 2024, #02; Thu, 5)
 2024-12-04 23:32 UTC 

[PATCH] setlocalversion: Add workaround for "git describe" performance issue
 2024-12-04 23:20 UTC  (9+ messages)
          ` [PATCH 0/4] perf improvements for git-describe with few tags


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 read-only IMAP folder(s) and NNTP newsgroup(s).