git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-07 14:17:04 to 2024-08-08 21:44:29 UTC [more...]

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-08-08 21:44 UTC  (46+ 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

[PATCH] tests: drop use of 'tee' that hides exit status
 2024-08-08 21:19 UTC 

[PATCH 0/3] send-email: teach git send-email mode to translate aliases
 2024-08-08 21:10 UTC  (4+ messages)
` [PATCH 1/3] t90001-send-email.sh: fix quoting for mailrc --dump-aliases test
` [PATCH 2/3] t9001-send-email.sh: update alias list used for pine test
` [PATCH 3/3] send-email: teach git send-email option to translate aliases

Documentation bug (?) when describing `zdiff3` merge format
 2024-08-08 20:25 UTC  (5+ messages)

[PATCH v2 0/3] keep track of unresolved value of symbolic-ref in ref iterators
 2024-08-08 18:09 UTC  (7+ messages)
` [PATCH v3 "
  ` [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

2.46 submodule breakage
 2024-08-08 17:26 UTC  (30+ 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 v2 0/8] Improvements for ref storage formats with submodules
  ` [PATCH v2 1/8] git-submodule.sh: break overly long command lines
  ` [PATCH v2 2/8] builtin/submodule: allow cloning with different ref storage format
  ` [PATCH v2 3/8] builtin/clone: propagate ref storage format to submodules
  ` [PATCH v2 4/8] refs: fix ref storage format for submodule ref stores
  ` [PATCH v2 5/8] builtin/submodule: allow "add" to use different ref storage format
  ` [PATCH v2 6/8] submodule: fix leaking fetch tasks
  ` [PATCH v2 7/8] submodule: fix leaking seen submodule names
  ` [PATCH v2 8/8] object: fix leaking packfiles when closing object store

[PATCH] diff-tree: fix crash when used with --remerge-diff
 2024-08-08 17:24 UTC  (3+ messages)

[PATCH 00/22] Memory leak fixes (pt.4)
 2024-08-08 17:12 UTC  (56+ 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 15/22] sequencer: release todo list on error paths
` [PATCH 18/22] builtin/format-patch: fix various trivial memory leaks
` [PATCH 19/22] userdiff: fix leaking memory for configured diff drivers
` [PATCH v2 00/22] Memory leak fixes (pt.4)
  ` [PATCH v2 01/22] remote: plug memory leak when aliasing URLs
  ` [PATCH v2 02/22] git: fix leaking system paths
  ` [PATCH v2 03/22] object-file: fix memory leak when reading corrupted headers
  ` [PATCH v2 04/22] object-name: fix leaking symlink paths in object context
  ` [PATCH v2 05/22] bulk-checkin: fix leaking state TODO
  ` [PATCH v2 06/22] read-cache: fix leaking hashfile when writing index fails
  ` [PATCH v2 07/22] submodule-config: fix leaking name enrty when traversing submodules
  ` [PATCH v2 08/22] config: fix leaking comment character config
  ` [PATCH v2 09/22] builtin/rebase: fix leaking `commit.gpgsign` value
  ` [PATCH v2 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes
  ` [PATCH v2 11/22] builtin/fast-import: plug trivial memory leaks
  ` [PATCH v2 12/22] builtin/fast-export: fix leaking diff options
  ` [PATCH v2 13/22] builtin/fast-export: plug leaking tag names
  ` [PATCH v2 14/22] merge-ort: unconditionally release attributes index
  ` [PATCH v2 15/22] sequencer: release todo list on error paths
  ` [PATCH v2 16/22] unpack-trees: clear index when not propagating it
  ` [PATCH v2 17/22] diff: fix leak when parsing invalid ignore regex option
  ` [PATCH v2 18/22] builtin/format-patch: fix various trivial memory leaks
  ` [PATCH v2 19/22] userdiff: fix leaking memory for configured diff drivers
  ` [PATCH v2 20/22] builtin/log: fix leak when showing converted blob contents
  ` [PATCH v2 21/22] diff: free state populated via options
  ` [PATCH v2 22/22] builtin/diff: free symmetric diff members

[PATCH 0/8] reftable: improvements and fixes for compaction
 2024-08-08 16:52 UTC  (24+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 3/9] reftable/stack: test compaction with already-locked tables
  ` [PATCH v2 8/9] reftable/stack: fix corruption on concurrent compaction
  ` [PATCH v2 9/9] reftable/stack: handle locked tables during auto-compaction
` [PATCH v3 0/9] reftable: improvements and fixes for compaction
  ` [PATCH v3 1/9] reftable/stack: refactor function to gather table sizes
  ` [PATCH v3 2/9] reftable/stack: extract function to setup stack with N tables
  ` [PATCH v3 3/9] reftable/stack: test compaction with already-locked tables
  ` [PATCH v3 4/9] reftable/stack: update stats on failed full compaction
  ` [PATCH v3 5/9] reftable/stack: simplify tracking of table locks
  ` [PATCH v3 6/9] reftable/stack: do not die when fsyncing lock file files
  ` [PATCH v3 7/9] reftable/stack: use lock_file when adding table to "tables.list"
  ` [PATCH v3 8/9] reftable/stack: fix corruption on concurrent compaction
  ` [PATCH v3 9/9] reftable/stack: handle locked tables during auto-compaction

[GSoC][PATCH v15 0/9] ref consistency check infra setup
 2024-08-08 16:37 UTC  (20+ messages)
` [GSoC][PATCH v15 7/9] builtin/refs: add verify subcommand
` [GSoC][PATCH v16 0/9] ref consistency check infra setup
  ` [GSoC][PATCH v16 1/9] fsck: rename "skiplist" to "skip_oids"
  ` [GSoC][PATCH v16 2/9] fsck: rename objects-related fsck error functions
  ` [GSoC][PATCH v16 3/9] fsck: make "fsck_error" callback generic
  ` [GSoC][PATCH v16 4/9] fsck: add a unified interface for reporting fsck messages
  ` [GSoC][PATCH v16 5/9] fsck: add refs report function
  ` [GSoC][PATCH v16 6/9] refs: set up ref consistency check infrastructure
  ` [GSoC][PATCH v16 7/9] builtin/refs: add verify subcommand
  ` [GSoC][PATCH v16 8/9] files-backend: add unified interface for refs scanning
  ` [GSoC][PATCH v16 9/9] fsck: add ref name check for files backend

Adding nested repository with slash adds files instead of gitlink
 2024-08-08 16:35 UTC  (3+ messages)

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

[PATCH v5 0/8] [Newcomer] t7004: modernize the style
 2024-08-08 16:18 UTC  (5+ messages)
` [PATCH v5 7/8] t7004: use single quotes instead of double quotes

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

[GSoC][PATCH 0/5] t: port reftable/readwrite_test.c to the unit testing framework
 2024-08-08 14:25 UTC  (6+ messages)
` [PATCH 4/5] t-reftable-readwrite: add test for known error
` [PATCH 5/5] t-reftable-readwrite: add tests for print functions

[PATCH] doc: pack-objects: clarify --missing option
 2024-08-08  7:48 UTC  (2+ messages)

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

[GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework
 2024-08-08  4:07 UTC  (5+ messages)
` [PATCH 4/6] t-reftable-stack: use reftable_ref_record_equal() to compare ref records

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

[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

[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] "


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