Git development
 help / color / mirror / Atom feed
 messages from 2024-11-20 13:40:01 to 2024-11-22 17:21:24 UTC [more...]

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

[PATCH 0/5] propagate fsck message severity for bundle fetch
 2024-11-22 16:45 UTC  (15+ 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 v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-22 16:44 UTC  (20+ 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
` [PATCH v4 6/8] worktree: add relative cli/config options to `move` command
` [PATCH v4 7/8] worktree: add relative cli/config options to `repair` command
` [PATCH v4 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`

[PATCH] pack-bitmap.c: typofix in `find_boundary_objects()`
 2024-11-22 15:44 UTC  (4+ messages)

[PATCH] builtin/gc: provide hint when maintenance hits a stale schedule lock
 2024-11-22 15:30 UTC  (2+ messages)

[PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated)
 2024-11-22 15:27 UTC  (31+ 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

What's cooking in git.git (Nov 2024, #08; Fri, 22)
 2024-11-22 14:31 UTC 

[PATCH v12 0/8] set-head/fetch remote/HEAD updates
 2024-11-22 12:28 UTC  (37+ messages)
` [PATCH v13 0/9] "
  ` [PATCH v13 5/9] remote set-head: better output for --auto
  ` [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 06/10] remote set-head: better output for --auto
    ` [PATCH v14 07/10] refs: add TRANSACTION_CREATE_EXISTS error
    ` [PATCH v14 08/10] refs: add create_only option to refs_update_symref_extended
    ` [PATCH v14 09/10] fetch: set remote/HEAD if it does not exist
    ` [PATCH v14 10/10] fetch set_head: handle mirrored bare repositories
    ` [PATCH v15 00/10] set-head/fetch remote/HEAD updates
      ` [PATCH v15 01/10] t/t5505-remote: set default branch to main
      ` [PATCH v15 02/10] t/t5505-remote: test failure of set-head
      ` [PATCH v15 03/10] refs: standardize output of refs_read_symbolic_ref
      ` [PATCH v15 04/10] refs: atomically record overwritten ref in update_symref
      ` [PATCH v15 05/10] remote set-head: refactor for readability
      ` [PATCH v15 06/10] remote set-head: better output for --auto
      ` [PATCH v15 07/10] refs: add TRANSACTION_CREATE_EXISTS error
      ` [PATCH v15 08/10] refs: add create_only option to refs_update_symref_extended
      ` [PATCH v15 09/10] fetch: set remote/HEAD if it does not exist
      ` [PATCH v15 10/10] fetch set_head: handle mirrored bare repositories

Long names for `git log -S` and `git log -G`
 2024-11-22 10:51 UTC  (5+ messages)

[PATCH 0/8] Change midx.c and midx-write.c to not use global variables
 2024-11-22 10:25 UTC  (31+ 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, #08; Fri, 22)
 2024-11-22 10:11 UTC 

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-22 10:08 UTC  (27+ 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 v8 00/10] packfile: avoid using the 'the_repository' global variable
  ` [PATCH v8 01/10] packfile: add repository to struct `packed_git`
  ` [PATCH v8 02/10] packfile: use `repository` from `packed_git` directly
  ` [PATCH v8 03/10] packfile: pass `repository` to static function in the file
  ` [PATCH v8 04/10] packfile: pass down repository to `odb_pack_name`
  ` [PATCH v8 05/10] packfile: pass down repository to `has_object[_kept]_pack`
  ` [PATCH v8 06/10] packfile: pass down repository to `for_each_packed_object`
  ` [PATCH v8 07/10] config: make `delta_base_cache_limit` a non-global variable
  ` [PATCH v8 08/10] config: make `packed_git_(limit|window_size)` non-global variables
  ` [PATCH v8 09/10] midx: add repository to `multi_pack_index` struct
  ` [PATCH v8 10/10] packfile.c: remove unnecessary prepare_packed_git() call

Git problem in windows server
 2024-11-22 10:03 UTC  (5+ messages)

[PATCH 0/2] pack-objects: more brown-paper-bag multi-pack reuse fixes
 2024-11-22  9:16 UTC  (9+ messages)
` [PATCH 2/2] pack-objects: only perform verbatim reuse on the preferred pack
` [PATCH v2 0/2] pack-objects: more brown-paper-bag multi-pack reuse fixes
  ` [PATCH v2 2/2] pack-objects: only perform verbatim reuse on the preferred pack

git-blame extremely slow in partial clones due to serial object fetching
 2024-11-22  8:51 UTC  (7+ messages)
    ` [External] "

[PATCH] t/perf: use 'test_file_size' in more places
 2024-11-22  8:28 UTC  (3+ messages)

[PATCH 0/6] hash: introduce unsafe_hash_algo(), drop unsafe_ variants
 2024-11-22  8:25 UTC  (12+ 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

What's cooking in git.git (Nov 2024, #07; Wed, 20)
 2024-11-22  4:34 UTC  (11+ messages)

[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 00/26] Memory leak fixes (pt.10, final)
 2024-11-21 10:32 UTC  (18+ messages)
` [PATCH v3 00/27] "
  ` [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  (9+ messages)
` [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]

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

[PATCH v8 00/23] Modernize the build system
 2024-11-21  0:03 UTC  (5+ messages)
` [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  (4+ messages)
` [PATCH v9 "

How do you undo an add
 2024-11-20 20:01 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