git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-08 11:31:14 to 2024-08-12 14:01:47 UTC [more...]

[PATCH 00/22] Memory leak fixes (pt.4)
 2024-08-12 14:01 UTC  (46+ messages)
` [PATCH 08/22] config: fix leaking comment character config
` [PATCH 09/22] builtin/rebase: fix leaking `commit.gpgsign` value
` [PATCH 15/22] sequencer: release todo list on error paths
` [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

[Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
 2024-08-12 13:41 UTC  (2+ messages)

[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
 2024-08-12 12:34 UTC  (4+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
    ` [External] "

SIGSEGV Error Occurs When Attempting to Unbundle Without Initializing Git Repository
 2024-08-12 11:47 UTC  (2+ messages)

[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
 2024-08-12  9:26 UTC  (62+ messages)
` [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 6/6] contrib/cgit-rs: add a subset of configset wrappers
` [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a
  ` [PATCH v2 1/5] common-main: split init and exit code into new files
  ` [PATCH v2 2/5] cgit-sys: introduce Rust wrapper for libgit.a
  ` [PATCH v2 3/5] cgit-sys: add repo initialization and config access
  ` [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free()
  ` [PATCH v2 5/5] cgit: add higher-level cgit crate

[PATCH v2 0/3] doc: introducing synopsis para
 2024-08-12  6:18 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] doc: introduce a synopsis custom paragraph attribute
  ` [PATCH v3 2/3] doc: update the guidelines to reflect the current formatting rules
  ` [PATCH v3 3/3] doc: apply synopsis simplification on git-clone and git-init

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

Feature request: `git rm -c` shortcut
 2024-08-12  6:19 UTC 

[PATCH 1/2] remerge-diff: lazily prpare temporary objdir on demand
 2024-08-12  5:17 UTC  (4+ messages)
` [PATCH 2/2] remerge-diff: clean up temporary objdir at a central place

[PATCH 0/3] git for-each-ref: is-base atom and base branches
 2024-08-11 17:34 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] commit-reach: add get_branch_base_for_tip
  ` [PATCH v2 2/3] for-each-ref: add 'is-base' token
  ` [PATCH v2 3/3] p1500: add is-base performance tests

git send-email with ancient SMTP server … dh key too small
 2024-08-10 10:27 UTC  (3+ messages)
` git send-email with ancient SMTP server … dh key too smalll

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

[PATCH 0/3] send-email: teach git send-email mode to translate aliases
 2024-08-10  0:29 UTC  (10+ 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

[PATCH 00/20] Stop using `the_repository` in "config.c"
 2024-08-09 21:14 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 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 14/20] config: pass repo to `git_config_get_expiry_in_days()`
` [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

What's cooking in git.git (Aug 2024, #03; Thu, 8)
 2024-08-09 21:12 UTC  (4+ messages)

[BUG REPORT] `--autostash` rebase + pre-rebase error ends in corrupt state
 2024-08-09 19:29 UTC 

[PATCH] doc: grammofix in git-diff-tree
 2024-08-09 17:14 UTC 

[PATCH] tutorial: grammofix
 2024-08-09 17:13 UTC 

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

[PATCH] diff-tree: fix crash when used with --remerge-diff
 2024-08-09 15:46 UTC  (7+ messages)
  `  "
` [PATCH v2] "

bundles discovery and clones
 2024-08-09 12:34 UTC  (4+ messages)

[PATCH] tests: drop use of 'tee' that hides exit status
 2024-08-09  1:25 UTC  (3+ messages)

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

2.46 submodule breakage
 2024-08-08 17:26 UTC  (13+ messages)
` [PATCH 0/6] Improvements for ref storage formats with submodules
  ` [PATCH 1/6] builtin/submodule: allow cloning with different ref storage format
` [PATCH v2 0/8] Improvements for ref storage formats with submodules
  ` [PATCH v2 3/8] builtin/clone: propagate ref storage format to submodules

[PATCH 0/8] reftable: improvements and fixes for compaction
 2024-08-08 16:52 UTC  (19+ messages)
` [PATCH v2 0/9] "
  ` [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  (5+ messages)
` [GSoC][PATCH v16 "
  ` [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  (2+ 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)


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