git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-19 22:07:56 to 2024-11-21 23:10:36 UTC [more...]

[PATCH v12 0/8] set-head/fetch remote/HEAD updates
 2024-11-21 22:55 UTC  (23+ messages)
` [PATCH v13 0/9] "
  ` [PATCH v13 1/9] t/t5505-remote: set default branch to main
  ` [PATCH v13 5/9] remote set-head: better output for --auto
  ` [PATCH v13 8/9] fetch: set remote/HEAD if it does not exist
  ` [PATCH v14 00/10] set-head/fetch remote/HEAD updates
    ` [PATCH v14 01/10] t/t5505-remote: set default branch to main
    ` [PATCH v14 02/10] t/t5505-remote: test failure of set-head
    ` [PATCH v14 03/10] refs: standardize output of refs_read_symbolic_ref
    ` [PATCH v14 04/10] refs: atomically record overwritten ref in update_symref
    ` [PATCH v14 05/10] remote set-head: refactor for readability
    ` [PATCH v14 07/10] refs: add TRANSACTION_CREATE_EXISTS error

[PATCH 0/6] PATH WALK I: The path-walk API
 2024-11-21 22:57 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/6] t6601: add helper for testing "
  ` [PATCH v2 4/6] path-walk: allow consumer to specify object types

[PATCH] pack-bitmap.c: typofix in `find_boundary_objects()`
 2024-11-21 22:50 UTC 

[PATCH] git: fix paginate handling for commands with DELAY_PAGER_CONFIG
 2024-11-21 21:50 UTC  (2+ messages)

[PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-11-21 21:35 UTC  (16+ messages)
` [PATCH 1/7] pack-objects: add --full-name-hash option
` [PATCH 2/7] repack: "
` [PATCH 3/7] pack-objects: add GIT_TEST_FULL_NAME_HASH
` [PATCH 4/7] git-repack: update usage to match docs
` [PATCH 5/7] p5313: add size comparison test
` [PATCH 6/7] pack-objects: disable --full-name-hash when shallow
` [PATCH 7/7] test-tool: add helper for name-hash values

[PATCH 0/5] propagate fsck message severity for bundle fetch
 2024-11-21 20:41 UTC  (6+ messages)
` [PATCH 1/5] bundle: add bundle verification options type
` [PATCH 2/5] bundle: support fsck message configuration
` [PATCH 3/5] fetch-pack: introduce `fetch_pack_options`
` [PATCH 4/5] fetch-pack: expose `fetch_pack_config_cb()`
` [PATCH 5/5] transport: propagate fsck configuration during bundle fetch

[PATCH] t/perf: use 'test_file_size' in more places
 2024-11-21 20:29 UTC 

Git problem in windows server
 2024-11-21 19:28 UTC  (4+ messages)

[PATCH 0/8] Change midx.c and midx-write.c to not use global variables
 2024-11-21 15:41 UTC  (30+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 02/10] midx-write: pass down repository to static functions
  ` [PATCH v2 03/10] midx-write: use `revs->repo` inside `read_refs_snapshot`
  ` [PATCH v2 05/10] midx-write: pass down repository to `write_midx_file[_only]`
  ` [PATCH v2 08/10] midx: pass down `hash_algo` to `get_midx_filename[_ext]`
  ` [PATCH v2 09/10] midx: pass down `hash_algo` to `get_split_midx_filename_ext`
  ` [PATCH v2 10/10] midx: inline the `MIDX_MIN_SIZE` definition

What's cooking in git.git (Nov 2024, #07; Wed, 20)
 2024-11-21 15:31 UTC  (10+ messages)

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-21 13:12 UTC  (16+ messages)
` [PATCH v7 0/9] "
  ` [PATCH v7 1/9] packfile: add repository to struct `packed_git`
  ` [PATCH v7 6/9] packfile: pass down repository to `for_each_packed_object`
      ` [PATCH] packfile.c: remove unnecessary prepare_packed_git() call
  ` [PATCH v7 7/9] config: make `delta_base_cache_limit` a non-global variable

[PATCH 00/26] Memory leak fixes (pt.10, final)
 2024-11-21 10:32 UTC  (30+ messages)
` [PATCH v3 00/27] "
  ` [PATCH v3 01/27] builtin/blame: fix leaking blame entries with `--incremental`
  ` [PATCH v3 02/27] bisect: fix leaking good/bad terms when reading multipe times
  ` [PATCH v3 03/27] bisect: fix leaking string in `handle_bad_merge_base()`
  ` [PATCH v3 04/27] bisect: fix leaking `current_bad_oid`
  ` [PATCH v3 05/27] bisect: fix multiple leaks in `bisect_next_all()`
  ` [PATCH v3 06/27] bisect: fix leaking commit list items in `check_merge_base()`
  ` [PATCH v3 07/27] bisect: fix various cases where we leak commit list items
  ` [PATCH v3 08/27] line-log: fix leak when rewriting commit parents
  ` [PATCH v3 09/27] strvec: introduce new `strvec_splice()` function
  ` [PATCH v3 10/27] git: refactor alias handling to use a `struct strvec`
  ` [PATCH v3 11/27] git: refactor builtin "
  ` [PATCH v3 12/27] split-index: fix memory leak in `move_cache_to_base_index()`
  ` [PATCH v3 13/27] builtin/sparse-checkout: fix leaking sanitized patterns
  ` [PATCH v3 14/27] help: refactor to not use globals for reading config
  ` [PATCH v3 15/27] help: fix leaking `struct cmdnames`
  ` [PATCH v3 16/27] help: fix leaking return value from `help_unknown_cmd()`
  ` [PATCH v3 17/27] builtin/help: fix leaks in `check_git_cmd()`
  ` [PATCH v3 18/27] builtin/init-db: fix leaking directory paths
  ` [PATCH v3 19/27] builtin/branch: fix leaking sorting options
  ` [PATCH v3 20/27] t/helper: fix leaking commit graph in "read-graph" subcommand
  ` [PATCH v3 21/27] global: drop `UNLEAK()` annotation
  ` [PATCH v3 22/27] git-compat-util: drop now-unused `UNLEAK()` macro
  ` [PATCH v3 23/27] t5601: work around leak sanitizer issue
  ` [PATCH v3 24/27] t: mark some tests as leak free
  ` [PATCH v3 25/27] t: remove unneeded !SANITIZE_LEAK prerequisites
  ` [PATCH v3 26/27] test-lib: unconditionally enable leak checking
  ` [PATCH v3 27/27] t: remove TEST_PASSES_SANITIZE_LEAK annotations

[PATCH v2 00/27] Memory leak fixes (pt.10, final)
 2024-11-21 10:32 UTC  (17+ messages)
` [PATCH v2 07/27] bisect: fix various cases where we leak commit list items
` [PATCH v2 09/27] strvec: introduce new `strvec_splice()` function
          ` Doxygen-styled comments [was: Re: [PATCH v2 09/27] strvec: introduce new `strvec_splice()` function]
` [PATCH v2 11/27] git: refactor builtin handling to use a `struct strvec`
` [PATCH v2 27/27] t: remove TEST_PASSES_SANITIZE_LEAK annotations

[PATCH 0/6] hash: introduce unsafe_hash_algo(), drop unsafe_ variants
 2024-11-21  9:41 UTC  (10+ messages)
` [PATCH 1/6] csum-file: store the hash algorithm as a struct field
` [PATCH 2/6] csum-file.c: extract algop from hashfile_checksum_valid()
` [PATCH 3/6] hash.h: introduce `unsafe_hash_algo()`
` [PATCH 4/6] csum-file.c: use unsafe_hash_algo()
` [PATCH 5/6] t/helper/test-hash.c: "
` [PATCH 6/6] hash.h: drop unsafe_ function variants

Unexpected effect of log.showSignature on tformat:%H
 2024-11-21  9:08 UTC  (3+ messages)

log --format existence of notes?
 2024-11-21  5:26 UTC  (6+ messages)
    ` [PATCH] ref-filter: add "notes" atom

git-blame extremely slow in partial clones due to serial object fetching
 2024-11-21  3:12 UTC  (5+ messages)
    ` [External] "

[RFC PATCH 00/21] Modernize the build system
 2024-11-21  0:03 UTC  (11+ messages)
` [PATCH v8 00/23] "
  ` [PATCH v8 02/23] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [PATCH v8 03/23] Makefile: refactor GIT-VERSION-GEN to be reusable

[RFC]: Test Were failing on Fedora Linux
 2024-11-20 23:26 UTC  (13+ messages)
            ` [PATCH] test-lib: check malloc debug LD_PRELOAD before using
                  ` [PATCH 2/1] test-lib: move malloc-debug setup after $PATH setup

[PATCH v8 0/9] add ref content check for files backend
 2024-11-20 23:21 UTC  (13+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/9] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v9 2/9] ref: check the full refname instead of basename
  ` [PATCH v9 3/9] ref: initialize ref name outside of check functions
  ` [PATCH v9 4/9] ref: support multiple worktrees check for refs
  ` [PATCH v9 5/9] ref: port git-fsck(1) regular refs check for files backend
  ` [PATCH v9 6/9] ref: add more strict checks for regular refs
  ` [PATCH v9 7/9] ref: add basic symref content check for files backend
  ` [PATCH v9 8/9] ref: check whether the target of the symref is a ref
  ` [PATCH v9 9/9] ref: add symlink ref content check for files backend

How do you undo an add
 2024-11-20 20:01 UTC  (6+ messages)

[PATCH 00/10] refs: optimize ref format migrations
 2024-11-20 10:42 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] refs: allow passing flags when setting up a transaction
  ` [PATCH v2 02/10] refs/files: move logic to commit initial transaction
  ` [PATCH v2 03/10] refs: introduce "initial" transaction flag
  ` [PATCH v2 04/10] refs/files: support symbolic and root refs in initial transaction
  ` [PATCH v2 05/10] refs: use "initial" transaction semantics to migrate refs
  ` [PATCH v2 06/10] refs: skip collision checks in initial transactions
  ` [PATCH v2 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
  ` [PATCH v2 08/10] reftable/writer: optimize allocations by using a scratch buffer
  ` [PATCH v2 09/10] reftable/block: rename `block_writer::buf` variable
  ` [PATCH v2 10/10] reftable/block: optimize allocations by using scratch buffer

git remote set-head automatically
 2024-11-20  8:58 UTC  (7+ messages)

[PATCH 00/13] midx: incremental multi-pack indexes, part two
 2024-11-20  8:49 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
  ` [PATCH v3 13/13] midx: implement writing incremental MIDX bitmaps

[PATCH v2 3/4] t5300: move --window clamp test next to unclamped
 2024-11-20  6:29 UTC  (6+ messages)
` [PATCH] index-pack: teach --promisor to require --stdin
` [PATCH v2] index-pack: teach --promisor to forbid pack name

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-20  5:20 UTC  (10+ messages)
` [PATCH v4 2/8] worktree: add `relativeWorktrees` extension
` [PATCH v4 3/8] worktree: refactor infer_backlink return
` [PATCH v4 5/8] worktree: add relative cli/config options to `add` command

rev-list --ancestry-path with arg - bug or undocumented requirement
 2024-11-20  3:22 UTC  (2+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-11-20  1:19 UTC  (9+ messages)
` [PATCH v6 "

[PATCH 0/3] Build improvements for clar
 2024-11-20  1:24 UTC  (4+ messages)
` [PATCH v3 0/4] "

[PATCH] diff: update conflict handling for whitespace to issue a warning
 2024-11-20  1:23 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/7] reftable: stop using Git subsystems
 2024-11-20  1:09 UTC  (4+ messages)
` [PATCH v3 "

[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible
 2024-11-19 23:34 UTC  (4+ messages)

Inquiry on Onboarding a z/OS Machine to Git Community CI/CD Pipeline
 2024-11-19 22:30 UTC  (2+ messages)


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