messages from 2024-08-09 16:56:41 to 2024-08-13 09:31:42 UTC [more...]
[PATCH 00/22] Memory leak fixes (pt.4)
2024-08-13 9:31 UTC (38+ messages)
` [PATCH v2 "
` [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 08/22] config: fix leaking comment character config
` [PATCH v2 12/22] builtin/fast-export: fix leaking diff options
` [PATCH v2 22/22] builtin/diff: free symmetric diff members
` [PATCH v3 00/22] Memory leak fixes (pt.4)
` [PATCH v3 01/22] remote: plug memory leak when aliasing URLs
` [PATCH v3 02/22] git: fix leaking system paths
` [PATCH v3 03/22] object-file: fix memory leak when reading corrupted headers
` [PATCH v3 04/22] object-name: fix leaking symlink paths in object context
` [PATCH v3 05/22] bulk-checkin: fix leaking state TODO
` [PATCH v3 06/22] read-cache: fix leaking hashfile when writing index fails
` [PATCH v3 07/22] submodule-config: fix leaking name entry when traversing submodules
` [PATCH v3 08/22] config: fix leaking comment character config
` [PATCH v3 09/22] builtin/rebase: fix leaking `commit.gpgsign` value
` [PATCH v3 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes
` [PATCH v3 11/22] builtin/fast-import: plug trivial memory leaks
[PATCH 00/20] Stop using `the_repository` in "config.c"
2024-08-13 9:25 UTC (50+ 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
` [PATCH v2 00/20] Stop using `the_repository` in "config.c"
` [PATCH v2 01/20] path: expose `do_git_path()` as `repo_git_pathv()`
` [PATCH v2 02/20] path: expose `do_git_common_path()` as `repo_common_pathv()`
` [PATCH v2 03/20] editor: do not rely on `the_repository` for interactive edits
` [PATCH v2 04/20] hooks: remove implicit dependency on `the_repository`
` [PATCH v2 05/20] path: stop relying on `the_repository` when reporting garbage
` [PATCH v2 06/20] path: stop relying on `the_repository` in `worktree_git_path()`
` [PATCH v2 07/20] path: hide functions using `the_repository` by default
` [PATCH v2 08/20] config: introduce missing setters that take repo as parameter
` [PATCH v2 09/20] config: expose `repo_config_clear()`
` [PATCH v2 10/20] config: pass repo to `git_config_get_index_threads()`
` [PATCH v2 11/20] config: pass repo to `git_config_get_split_index()`
` [PATCH v2 12/20] config: pass repo to `git_config_get_max_percent_split_change()`
` [PATCH v2 13/20] config: pass repo to `git_config_get_expiry()`
` [PATCH v2 14/20] config: pass repo to `git_config_get_expiry_in_days()`
` [PATCH v2 15/20] config: pass repo to `git_die_config()`
` [PATCH v2 16/20] config: pass repo to functions that rename or copy sections
` [PATCH v2 17/20] config: don't have setters depend on `the_repository`
` [PATCH v2 18/20] config: don't depend on `the_repository` with branch conditions
` [PATCH v2 19/20] global: prepare for hiding away repo-less config functions
` [PATCH v2 20/20] config: hide functions using `the_repository` by default
SIGSEGV Error Occurs When Attempting to Unbundle Without Initializing Git Repository
2024-08-13 9:21 UTC (8+ messages)
` [PATCH 0/2] bundle: fix handling of object format
` [PATCH 1/2] builtin/bundle: have unbundle check for repo before opening its bundle
` [PATCH 2/2] bundle: default to SHA1 when reading bundle headers
[PATCH 0/2] Re: [BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly
2024-08-13 9:06 UTC (3+ messages)
` [PATCH 1/2] git-gui: strip comments and consecutive empty lines from commit messages
` [PATCH 2/2] git-gui: strip commit messages less aggressively
Subscribe
2024-08-13 7:40 UTC
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-13 7:23 UTC (8+ messages)
` [RFC PATCH v3 0/7] "
[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
2024-08-13 7:18 UTC (8+ messages)
` [PATCH 1/7] config: fix constness of out parameter for `git_config_get_expiry()`
` [PATCH 2/7] builtin/gc: refactor to read config into structure
` [PATCH 3/7] builtin/gc: fix leaking config values
` [PATCH 4/7] builtin/gc: stop processing log file on signal
` [PATCH 5/7] builtin/gc: add a `--detach` flag
` [PATCH 6/7] builtin/maintenance: "
` [PATCH 7/7] builtin/maintenance: fix auto-detach with non-standard tasks
[PATCH 00/10] reftable: drop generic `reftable_table` interface
2024-08-13 6:57 UTC (12+ messages)
` [PATCH 01/10] reftable/merged: expose functions to initialize iterators
` [PATCH 02/10] reftable/merged: rename `reftable_new_merged_table()`
` [PATCH 03/10] reftable/merged: stop using generic tables in the merged table
` [PATCH 04/10] reftable/stack: open-code reading refs
` [PATCH 05/10] reftable/iter: drop double-checking logic
` [PATCH 06/10] reftable/generic: move generic iterator code into iterator interface
` [PATCH 07/10] reftable/dump: drop unused `compact_stack()`
` [PATCH 08/10] reftable/dump: drop unused printing functionality
` [PATCH 09/10] reftable/dump: move code into "t/helper/test-reftable.c"
` [PATCH 10/10] reftable/generic: drop interface
[PATCH] midx: drop unused parameters from add_midx_to_chain()
2024-08-13 5:02 UTC
[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
2024-08-13 0:45 UTC (6+ messages)
` [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects
` [External] "
What's cooking in git.git (Aug 2024, #04; Mon, 12)
2024-08-13 0:41 UTC
[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
2024-08-12 22:14 UTC (42+ messages)
` [RFC PATCH 3/6] contrib/cgit-rs: introduce Rust wrapper for libgit.a
` [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] git-svn: mention `svn:globalignores` in help+docs
2024-08-12 22:06 UTC
Heads up: GMail regularly marking list messages as spam
2024-08-12 21:16 UTC (4+ messages)
[PATCH 0/3] git for-each-ref: is-base atom and base branches
2024-08-12 21:05 UTC (7+ 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
[PATCH v2 0/2] git-svn: use svn:global-ignores when creating .gitignores
2024-08-12 20:39 UTC (6+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] git-svn: add public property `svn:global-ignores`
` [PATCH v3 2/3] git-svn: use `svn:global-ignores` to create .gitignore
` [PATCH v3 3/3] git-svn: mention `svn:globalignores` in help
[PATCH 0/5] doc: git diff reformatting
2024-08-12 15:22 UTC (6+ messages)
` [PATCH 4/5] doc: git-diff: apply format changes to diff-generate-patch
` [RFC] formatting macro
[GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-08-12 14:58 UTC (10+ messages)
[GSoC][PATCH 0/5] t: port reftable/readwrite_test.c to the unit testing framework
2024-08-12 14:50 UTC (14+ 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
Git and gettext
2024-08-12 14:48 UTC (8+ messages)
[Newcomer] Introducing myself and expressing interest in `Implement support for reftables in “dumb” HTTP transport` project
2024-08-12 14:33 UTC (3+ messages)
[PATCH 00/19] midx: incremental multi-pack indexes, part one
2024-08-12 14:27 UTC (3+ messages)
` [PATCH v3 "
[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
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
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
[PATCH 0/3] send-email: teach git send-email mode to translate aliases
2024-08-10 0:29 UTC (8+ messages)
` [PATCH 3/3] send-email: teach git send-email option "
What's cooking in git.git (Aug 2024, #03; Thu, 8)
2024-08-09 21:12 UTC (3+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).