git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
[PATCH 0/6] refs: introduce support for partial reference transactions
 2025-03-20 11:44 UTC  (10+ messages)
` [PATCH v4 0/8] refs: introduce support for batched reference updates
  ` [PATCH v4 1/8] refs/files: remove redundant check in split_symref_update()
  ` [PATCH v4 2/8] refs: move duplicate refname update check to generic layer
  ` [PATCH v4 3/8] refs/files: remove duplicate duplicates check
  ` [PATCH v4 4/8] refs/reftable: extract code from the transaction preparation
  ` [PATCH v4 5/8] refs: introduce enum-based transaction error types
  ` [PATCH v4 6/8] refs: implement batch reference update support
  ` [PATCH v4 7/8] refs: support rejection in batch updates during F/D checks
  ` [PATCH v4 8/8] update-ref: add --batch-updates flag for stdin mode

[RFC PATCH v1 0/4] Fix `cargo package` for libgit-sys
 2025-03-20 11:10 UTC  (7+ messages)
` [RFC PATCH v1 1/4] libgitpub: move to separate contrib/ directory
` [RFC PATCH v1 2/4] libgit-sys: add symlink to git repo root and clean after build
` [RFC PATCH v1 3/4] libgit-sys: parallelize build with Cargo's jobserver
` [RFC PATCH v1 4/4] libgit-sys: exclude unnecessary directories in git-src

bug: git shows hints that should be suppressed
 2025-03-20 11:10 UTC  (11+ messages)
    ` [PATCH 0/2] clone: suppress unexpected advice message during clone
      ` [PATCH 1/2] remote: allow `guess_remote_head()` to suppress advice
      ` [PATCH 2/2] clone: suppress unexpected default branch advice

[PATCH 0/2] compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
 2025-03-20 10:37 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] meson: fix compat sources when compiling with MSVC
  ` [PATCH v2 2/2] compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`

Possible venues for Git Merge 2025
 2025-03-20 10:31 UTC 

[PATCH] docs: clarify meaning of core.commentString=auto
 2025-03-20 10:21 UTC  (4+ messages)

[PATCH 00/20] t: drop Perl as a mandatory prerequisite
 2025-03-20  9:35 UTC  (21+ messages)
` [PATCH 01/20] t: skip chain lint when PERL_PATH is unset
` [PATCH 02/20] t: refactor environment sanitization to not use Perl
` [PATCH 03/20] t: adapt character translation helpers "
` [PATCH 04/20] t: adapt `test_copy_bytes()` "
` [PATCH 05/20] t: adapt `test_readlink()` "
` [PATCH 06/20] t: introduce PERL_TEST_HELPERS prerequisite
` [PATCH 07/20] t: adapt existing PERL prerequisites
` [PATCH 08/20] meson: stop requiring Perl when tests are enabled
` [PATCH 09/20] Makefile: stop requiring Perl when running tests
` [PATCH 10/20] t: refactor tests depending on Perl transliteration operator
` [PATCH 11/20] t: refactor tests depending on Perl substitution operator
` [PATCH 12/20] t: refactor tests depending on Perl to print data
` [PATCH 13/20] t: refactor tests depending on Perl for textconv scripts
` [PATCH 14/20] t/lib-gpg: refactor `sanitize_pgp()` to not depend on Perl
` [PATCH 15/20] t/lib-t6000: refactor `name_from_description()` "
` [PATCH 16/20] t/lib-httpd: refactor "one-time-perl" CGI script "
` [PATCH 17/20] t0021: refactor `generate_random_characters()` "
` [PATCH 18/20] t0210: refactor trace2 scrubbing to not use Perl
` [PATCH 19/20] t5316: refactor `max_chain()` to not depend on Perl
` [PATCH 20/20] t5703: refactor test "

[PATCH 03/12] meson.build: only set build variables for non-default values
 2025-03-20  9:26 UTC  (4+ messages)

[PATCH 0/8] pretty: minor bugfixing, some refactorings
 2025-03-20  9:18 UTC  (15+ messages)
` [PATCH 1/8] pretty: tighten function signature to not take `void *`
` [PATCH 2/8] pretty: simplify if-else to reduce code duplication
` [PATCH 3/8] pretty: collect padding-related fields in separate struct
` [PATCH 4/8] pretty: fix parsing of half-valid "%<" and "%>" placeholders
` [PATCH 5/8] pretty: after padding, reset padding info
` [PATCH 6/8] pretty: refactor parsing of line-wrapping "%w" placeholder
` [PATCH 7/8] pretty: refactor parsing of magic
` [PATCH 8/8] pretty: refactor parsing of decoration options

[GSoC PATCH 0/2] add userdiff driver for gitconfig
 2025-03-20  8:38 UTC  (5+ messages)
` [GSoC PATCH 1/2] userdiff: add builtin driver for gitconfig syntax
` [GSoC PATCH 2/2] t4018: add tests for gitconfig in userdiff

`git fetch origin --prune --atomic` core dumped
 2025-03-20  8:36 UTC 

[PATCH 0/9] remove unnecessary if statement
 2025-03-20  7:21 UTC  (9+ messages)
` [PATCH 1/9] config: teach repo_config to allow `repo` to be NULL
` [PATCH 2/9] builtin/verify-tag: stop using `the_repository`
` [PATCH 9/9] builtin/update-server-info: remove unnecessary if statement

What's cooking in git.git (Mar 2025, #04; Fri, 14)
 2025-03-20  7:10 UTC  (10+ messages)
    ` [PATCH] install meson for Documentation job
            ` [PATCH] ci/github: add missing 'CI_JOB_IMAGE' env variable

[PATCH 0/3] http: support fine-tuning curl's keepalive behavior
 2025-03-20  5:24 UTC  (18+ messages)
` [PATCH 1/3] http.c: introduce `set_long_from_env()` for convenience
` [PATCH 2/3] http.c: inline `set_curl_keepalive()`
` [PATCH 3/3] http.c: allow custom TCP keepalive behavior via config
` [PATCH v2 0/4] http: support fine-tuning curl's keepalive behavior
  ` [PATCH v2 1/4] http.c: remove unnecessary casts to long
  ` [PATCH v2 2/4] http.c: introduce `set_long_from_env()` for convenience
  ` [PATCH v2 3/4] http.c: inline `set_curl_keepalive()`
  ` [PATCH v2 4/4] http.c: allow custom TCP keepalive behavior via config

[PATCH 12/12] config.mak.uname: add a note about CSPRNG_METHOD for Linux
 2025-03-20  5:20 UTC  (6+ messages)

[PATCH 0/5] repack: introduce '--combine-cruft-below-size'
 2025-03-20  4:30 UTC  (17+ messages)
` [PATCH 1/5] t/t5329-pack-objects-cruft.sh: evict 'repack'-related tests
` [PATCH 2/5] t/t7704-repack-cruft.sh: clarify wording in --max-cruft-size tests
` [PATCH 5/5] repack: begin combining cruft packs with `--combine-cruft-below-size`
` [PATCH v2 0/5] repack: introduce '--combine-cruft-below-size'
  ` [PATCH v2 1/5] t/t5329-pack-objects-cruft.sh: evict 'repack'-related tests
  ` [PATCH v2 2/5] t/t7704-repack-cruft.sh: clarify wording in --max-cruft-size tests
  ` [PATCH v2 3/5] t/t7704-repack-cruft.sh: consolidate `write_blob()`
  ` [PATCH v2 4/5] repack: avoid combining cruft packs with `--max-cruft-size`
  ` [PATCH v2 5/5] repack: begin combining cruft packs with `--combine-cruft-below-size`

[PATCH] git p4 fix for failure to decode p4 errors
 2025-03-20  3:20 UTC 

[PATCH 00/13] midx: incremental multi-pack indexes, part two
 2025-03-20  0:18 UTC  (46+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/13] Documentation: describe incremental MIDX bitmaps
  ` [PATCH v4 02/13] pack-revindex: prepare for "
  ` [PATCH v4 03/13] pack-bitmap.c: open and store incremental bitmap layers
  ` [PATCH v4 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
  ` [PATCH v4 06/13] pack-bitmap.c: support bitmap pack-reuse with "
  ` [PATCH v4 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
  ` [PATCH v4 08/13] pack-bitmap.c: compute disk-usage with "
  ` [PATCH v4 10/13] ewah: implement `struct ewah_or_iterator`
  ` [PATCH v4 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
  ` [PATCH v4 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
  ` [PATCH v4 13/13] midx: implement writing incremental MIDX bitmaps

[PATCH 0/3] Add a static analysis job to prevent assertions with side effects
 2025-03-19 22:27 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] ci: add build checking for side-effects in assert() calls
  ` [PATCH v3 0/3] Add a static analysis job to prevent assertions with side effects
    ` [PATCH v3 1/3] git-compat-util: introduce ASSERT() macro
    ` [PATCH v3 2/3] ci: add build checking for side-effects in assert() calls
    ` [PATCH v3 3/3] treewide: replace assert() with ASSERT() in special cases

Unknown error with concurrent config read/write on Windows
 2025-03-19 22:16 UTC  (3+ messages)

[PATCH v2 0/6] rev-list: introduce NUL-delimited output mode
 2025-03-19 18:34 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/6] rev-list: support delimiting objects with NUL bytes
  ` [PATCH v4 0/5] rev-list: introduce NUL-delimited output mode
    ` [PATCH v4 1/5] rev-list: inline `show_object_with_name()` in `show_object()`
    ` [PATCH v4 2/5] rev-list: refactor early option parsing
    ` [PATCH v4 3/5] rev-list: support delimiting objects with NUL bytes
    ` [PATCH v4 4/5] rev-list: support NUL-delimited --boundary option
    ` [PATCH v4 5/5] rev-list: support NUL-delimited --missing option

[PATCH v2 0/3] bundle-uri: copy all bundle references ino the refs/bundle space
 2025-03-19 17:50 UTC  (7+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] bundle-uri: add test for bundle-uri clones with tags

[GSOC][PATCH 1/3] Remove outdated mentoring mailing list reference and clarify tutorial prerequisites
 2025-03-19 17:02 UTC  (2+ messages)
` [GSOC][PATCH v2] Remove outdated mentoring mailing list reference

[PATCH 0/4] rev-list: introduce NUL-delimited output mode
 2025-03-19 15:58 UTC  (11+ messages)

[GSoC PATCH v2] reftable: return proper error code from block_writer_add()
 2025-03-19 15:48 UTC  (15+ messages)
` [GSoC PATCH v3 0/2] reftable: return proper error codes from block_writer_add
  ` [PATCH v3 2/2] reftable: adapt writer code to propagate block_writer_add() errors
  ` [GSoC PATCH v4 0/3] reftable: return proper error codes from block_writer_add
    ` [PATCH v4 1/3] reftable: propagate specific error codes in block_writer_add()
    ` [PATCH v4 2/3] reftable: adapt writer_add_record() to propagate block_writer_add() errors
    ` [PATCH v4 3/3] reftable: adapt write_object_record() "
    ` [GSoC PATCH v5 0/3] reftable: return proper error codes from block_writer_add
      ` [GSoC PATCH v5 1/3] reftable: propagate specific error codes in block_writer_add()
      ` [GSoC PATCH v5 2/3] reftable: adapt writer_add_record() to propagate block_writer_add() errors
      ` [GSoC PATCH v5 3/3] reftable: adapt write_object_record() "

[PATCH 5/9] refspec_ref_prefixes(): clean up refspec_item logic
 2025-03-19 15:31 UTC  (7+ messages)
` [PATCH v2 0/4] refspec: treat 'fetch' as a Boolean value
  ` [PATCH v2 1/4] "
  ` [PATCH v2 2/4] refspec: replace `refspec_init()` with fetch/push variants
  ` [PATCH v2 3/4] refspec: remove refspec_item_init_or_die()
  ` [PATCH v2 4/4] refspec: replace `refspec_item_init()` with fetch/push variants

[PATCH] pseudo-merge.h: fix a typo
 2025-03-19 14:21 UTC  (2+ messages)

RFC: git bisect worktrees ../wk-A:../wk-B
 2025-03-19 14:11 UTC 

[PATCH] meson: use test_environment conditionally
 2025-03-19 13:39 UTC  (2+ messages)

[PATCH 01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK
 2025-03-19 13:36 UTC  (2+ messages)

[PATCH] index-pack, unpack-objects: restore missing ->init_fn
 2025-03-19 13:12 UTC  (4+ messages)

[PATCH 0/3] meson: improve handling of `-Dbreaking_changes=true`
 2025-03-19  9:37 UTC  (7+ messages)
` [PATCH 3/3] meson: don't install git-pack-redundant(1) docs with breaking changes

[PATCH] docs: add BreakingChanges to TECH_DOCS target
 2025-03-19  9:33 UTC  (2+ messages)

[PATCH v3 0/2] reflog: implement subcommand to drop reflogs
 2025-03-19  9:16 UTC  (8+ messages)
` [PATCH v3 2/2] "

[PATCH 0/2] doc: apply new format to git-branch man page
 2025-03-19  8:16 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] completion: take into account the formatting backticks for options
  ` [PATCH v2 2/2] doc: apply new format to git-branch man page

[GSoC PATCH v4 0/2] smtp_auth_maybe: unified error capture and status code processing optimization
 2025-03-19  6:35 UTC  (5+ messages)
` [GSoC PATCH v5 0/2] sendemail: improve error capture and status code handling
  ` [GSoC PATCH v5 1/2] sendemail: capture errors in an eval {} block
  ` [GSoC PATCH v5 2/2] sendemail: finer-grained SMTP error handling

[PATCH] [GSoC Patch] Modernize Test Path Checking in Git’s Test Suite
 2025-03-19  6:03 UTC  (5+ messages)
` [PATCH v2] [GSoC Patch v2]Modernize Test Path Checking: test -(e|f|d)

[PATCH] format-patch: use raw format for notes
 2025-03-19  0:52 UTC  (4+ messages)

What's cooking in git.git (Mar 2025, #05; Tue, 18)
 2025-03-19  0:26 UTC  (2+ messages)

[PATCH v3 2/3] git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()
 2025-03-18 23:55 UTC  (4+ messages)

[PATCH 0/9] fetch: further ref-prefix cleanups and optimizations
 2025-03-18 23:02 UTC  (16+ messages)
` [PATCH 5/9] refspec_ref_prefixes(): clean up refspec_item logic
` [PATCH 8/9] fetch: avoid ls-refs only to ask for HEAD symref update
        ` [PATCH 0/2] limiting followRemoteHEAD being used
          ` [PATCH 1/2] fetch: only respect followRemoteHEAD with configured refspecs


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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).