git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-06 09:00:58 to 2024-08-08 04:52:36 UTC [more...]

[PATCH] transport: fix leak with transport helper URLs
 2024-08-08  4:52 UTC  (2+ messages)

[GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework
 2024-08-08  4:07 UTC  (17+ messages)
` [PATCH 1/6] t: move "
` [PATCH 2/6] t: harmonize t-reftable-stack.c with coding guidelines
` [PATCH 3/6] t-reftable-stack: use Git's tempfile API instead of mkstemp()
` [PATCH 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records
` [PATCH 5/6] t-reftable-stack: add test for non-default compaction factor
` [PATCH 6/6] t-reftable-stack: add test for stack iterators

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-08-08  2:21 UTC  (30+ messages)
` [RFC PATCH 1/6] common-main: split common_exit() into a new file
` [RFC PATCH 2/6] repository: add initialize_repo wrapper without pointer
` [RFC PATCH 3/6] contrib/cgit-rs: introduce Rust wrapper for libgit.a
` [RFC PATCH 4/6] contrib/cgit-rs: add repo initialization and config access
` [RFC PATCH 5/6] config: add git_configset_alloc
` [RFC PATCH 6/6] contrib/cgit-rs: add a subset of configset wrappers

[BUG REPORT] sparseIndexExpanded hint always shows on sparse worktree move
 2024-08-08  2:07 UTC 

Documentation bug (?) when describing `zdiff3` merge format
 2024-08-08  1:22 UTC 

2.46 submodule breakage
 2024-08-08  1:09 UTC  (18+ messages)
` [PATCH 0/6] Improvements for ref storage formats with submodules
  ` [PATCH 1/6] builtin/submodule: allow cloning with different ref storage format
  ` [PATCH 2/6] builtin/clone: propagate ref storage format to submodules
  ` [PATCH 3/6] refs: fix ref storage format for submodule ref stores
  ` [PATCH 4/6] submodule: fix leaking fetch tasks
  ` [PATCH 5/6] submodule: fix leaking seen submodule names
  ` [PATCH 6/6] object: fix leaking packfiles when closing object store

[PATCH 00/22] Memory leak fixes (pt.4)
 2024-08-08  0:32 UTC  (23+ messages)
` [PATCH 06/22] read-cache: fix leaking hashfile when writing index fails
` [PATCH 08/22] config: fix leaking comment character config
` [PATCH 09/22] builtin/rebase: fix leaking `commit.gpgsign` value
` [PATCH 13/22] builtin/fast-export: plug leaking tag names
` [PATCH 17/22] diff: fix leak when parsing invalid ignore regex option
` [PATCH 18/22] builtin/format-patch: fix various trivial memory leaks
` [PATCH 19/22] userdiff: fix leaking memory for configured diff drivers
` [PATCH 20/22] builtin/log: fix leak when showing converted blob contents
` [PATCH 21/22] diff: free state populated via options
` [PATCH 22/22] builtin/diff: free symmetric diff members
  ` [PATCH 02/22] git: fix leaking system paths

[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
 2024-08-07 21:40 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] ref-filter: populate symref from iterator
  ` [PATCH v3 0/3] keep track of unresolved value of symbolic-ref in ref iterators
    ` [PATCH v3 1/3] refs: keep track of unresolved reference value in iterators
    ` [PATCH v3 2/3] refs: add referent to each_ref_fn
    ` [PATCH v3 3/3] ref-filter: populate symref from iterator

[PATCH 0/5] doc: git diff reformatting
 2024-08-07 20:43 UTC  (4+ messages)
` [PATCH 4/5] doc: git-diff: apply format changes to diff-generate-patch
    ` [RFC] formatting macro

[PATCH 0/8] reftable: improvements and fixes for compaction
 2024-08-07 19:12 UTC  (6+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 9/9] reftable/stack: handle locked tables during auto-compaction

[BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly
 2024-08-07 18:19 UTC  (10+ messages)

[PATCH v4] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
 2024-08-07 16:20 UTC  (5+ messages)
` [GSoC][PATCH v5] "

[GSoC][PATCH v14 00/11] ref consistency check infra setup
 2024-08-07 15:55 UTC  (23+ messages)
` [GSoC][PATCH v14 09/11] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v15 0/9] ref consistency check infra setup
  ` [GSoC][PATCH v15 3/9] fsck: make "fsck_error" callback generic
  ` [GSoC][PATCH v15 4/9] fsck: add a unified interface for reporting fsck messages
  ` [GSoC][PATCH v15 7/9] builtin/refs: add verify subcommand

[GSoC][PATCH 0/5] t: port reftable/readwrite_test.c to the unit testing framework
 2024-08-07 14:12 UTC  (6+ messages)
` [PATCH 1/5] t: move "
` [PATCH 2/5] t-reftable-readwrite: use free_names() instead of a for loop
` [PATCH 3/5] t-reftable-readwrite: use 'for' in place of infinite 'while' loops
` [PATCH 4/5] t-reftable-readwrite: add test for known error
` [PATCH 5/5] t-reftable-readwrite: add tests for print functions

[PATCH 00/20] Stop using `the_repository` in "config.c"
 2024-08-07 13:11 UTC  (23+ messages)
` [PATCH 01/20] path: expose `do_git_path()` as `repo_git_pathv()`
` [PATCH 02/20] path: expose `do_git_common_path()` as `strbuf_git_common_pathv()`
` [PATCH 03/20] editor: do not rely on `the_repository` for interactive edits
` [PATCH 04/20] hooks: remove implicit dependency on `the_repository`
` [PATCH 05/20] path: stop relying on `the_repository` when reporting garbage
` [PATCH 06/20] path: stop relying on `the_repository` in `worktree_git_path()`
` [PATCH 07/20] path: hide functions using `the_repository` by default
` [PATCH 08/20] config: introduce missing setters that take repo as parameter
` [PATCH 09/20] config: expose `repo_config_clear()`
` [PATCH 10/20] config: pass repo to `git_config_get_index_threads()`
` [PATCH 11/20] config: pass repo to `git_config_get_split_index()`
` [PATCH 12/20] config: pass repo to `git_config_get_max_percent_split_change()`
` [PATCH 13/20] config: pass repo to `git_config_get_expiry()`
` [PATCH 14/20] config: pass repo to `git_config_get_expiry_in_days()`
` [PATCH 15/20] config: pass repo to `git_die_config()`
` [PATCH 16/20] config: pass repo to functions that rename or copy sections
` [PATCH 17/20] config: don't have setters depend on `the_repository`
` [PATCH 18/20] config: don't depend on `the_repository` with branch conditions
` [PATCH 19/20] global: prepare for hiding away repo-less config functions
` [PATCH 20/20] config: hide functions using `the_repository` by default

[PATCH v5 0/8] [Newcomer] t7004: modernize the style
 2024-08-07 12:58 UTC  (9+ messages)
` [PATCH v5 1/8] t7004: remove space after redirect operators
` [PATCH v5 2/8] t7004: one command per line
` [PATCH v5 3/8] t7004: do not prepare things outside test_expect_success
` [PATCH v5 4/8] t7004: use indented here-doc
` [PATCH v5 5/8] t7004: description on the same line as test_expect_success
` [PATCH v5 6/8] t7004: test description and test body seperated with backslash
` [PATCH v5 7/8] t7004: use single quotes instead of double quotes
` [PATCH v5 8/8] t7004: make use of write_script

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-07  5:52 UTC  (13+ messages)
` [RFC PATCH v2 0/7] "
  ` [RFC PATCH v2 1/7] t: do not pass GIT_TEST_OPTS to unit tests with prove
  ` [RFC PATCH v2 2/7] t: import the clar unit testing framework
  ` [RFC PATCH v2 3/7] t/clar: fix whitespace errors
  ` [RFC PATCH v2 4/7] t/clar: fix compatibility with NonStop
  ` [RFC PATCH v2 5/7] Makefile: wire up the clar unit testing framework
  ` [RFC PATCH v2 6/7] t/unit-tests: convert strvec tests to use clar
  ` [RFC PATCH v2 7/7] t/unit-tests: convert ctype "

[PATCH v1 0/4] make "too many arguments" a bit more useful
 2024-08-07  5:01 UTC  (14+ messages)
` [PATCH v1 1/4] refs: avoid "too many arguments"
      ` [RFC] usage_msg_opt() and _optf() must die
  ` [PATCH v2] refs: avoid "too many arguments"
` [PATCH v1 4/4] miscellaneous: "

[Question] git-commit: --template from cmd output
 2024-08-07  1:34 UTC 

%complete indicator needed on git submodule command
 2024-08-07  1:05 UTC 

[PATCH v4 0/8] t7004: Modernize the style
 2024-08-06 18:05 UTC  (11+ messages)
` [PATCH v4 2/8] [Newcomer] t7004: Do not lose exit status to pipe
` [PATCH v4 8/8] [Newcomer] t7004: Use single quotes instead of double quotes

[PATCH] t3206: test_when_finished before dirtying operations, not after
 2024-08-06 17:04 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] repository: prevent memory leak when releasing ref stores
 2024-08-06 15:44 UTC  (5+ messages)

[PATCH 00/19] midx: incremental multi-pack indexes, part one
 2024-08-06 15:38 UTC  (21+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/19] Documentation: describe incremental MIDX format
  ` [PATCH v3 02/19] midx: add new fields for incremental MIDX chains
  ` [PATCH v3 03/19] midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
  ` [PATCH v3 04/19] midx: teach `prepare_midx_pack()` "
  ` [PATCH v3 05/19] midx: teach `nth_midxed_object_oid()` "
  ` [PATCH v3 06/19] midx: teach `nth_bitmapped_pack()` "
  ` [PATCH v3 07/19] midx: introduce `bsearch_one_midx()`
  ` [PATCH v3 08/19] midx: teach `bsearch_midx()` about incremental MIDXs
  ` [PATCH v3 09/19] midx: teach `nth_midxed_offset()` "
  ` [PATCH v3 10/19] midx: teach `fill_midx_entry()` "
  ` [PATCH v3 11/19] midx: remove unused `midx_locate_pack()`
  ` [PATCH v3 12/19] midx: teach `midx_contains_pack()` about incremental MIDXs
  ` [PATCH v3 13/19] midx: teach `midx_preferred_pack()` "
  ` [PATCH v3 14/19] midx: teach `midx_fanout_add_midx_fanout()` "
  ` [PATCH v3 15/19] midx: support reading incremental MIDX chains
  ` [PATCH v3 16/19] midx: implement verification support for incremental MIDXs
  ` [PATCH v3 17/19] t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'
  ` [PATCH v3 18/19] t/t5313-pack-bounds-checks.sh: prepare for sub-directories
  ` [PATCH v3 19/19] midx: implement support for writing incremental MIDX chains

[GSoC][PATCH v6 0/5] t: port reftable/tree_test.c to the unit testing framework
 2024-08-06 15:35 UTC  (6+ messages)
` [GSoC][PATCH v7 "

Git and gettext
 2024-08-06  9:52 UTC  (7+ 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).