messages from 2024-11-08 08:17:26 to 2024-11-11 14:13:30 UTC [more...]
[RFC PATCH 00/21] Modernize the build system
2024-11-11 14:13 UTC (19+ messages)
` [RFC PATCH v4 00/19] "
` [RFC PATCH v4 04/19] Makefile: extract script to massage Perl scripts
` [RFC PATCH v4 05/19] Makefile: use "generate-perl.sh" to massage Perl library
` [RFC PATCH v4 06/19] Makefile: extract script to massage Shell scripts
[PATCH 0/6] PATH WALK I: The path-walk API
2024-11-11 13:20 UTC (18+ messages)
` [PATCH 3/6] t6601: add helper for testing "
` [PATCH v2 0/6] PATH WALK I: The "
` [PATCH v2 1/6] path-walk: introduce an object walk by path
` [PATCH v2 2/6] test-lib-functions: add test_cmp_sorted
` [PATCH v2 3/6] t6601: add helper for testing path-walk API
` [PATCH v2 4/6] path-walk: allow consumer to specify object types
` [PATCH v2 5/6] path-walk: visit tags and cached objects
` [PATCH v2 6/6] path-walk: mark trees and blobs as UNINTERESTING
[PATCH 00/10] refs: optimize ref format migrations
2024-11-11 12:53 UTC (19+ messages)
` [PATCH 01/10] refs: allow passing flags when setting up a transaction
` [PATCH 02/10] refs/files: move logic to commit initial transaction
` [PATCH 03/10] refs: introduce "initial" transaction flag
` [PATCH 04/10] refs/files: support symbolic and root refs in initial transaction
` [PATCH 05/10] refs: use "initial" transaction semantics to migrate refs
` [PATCH 06/10] refs: skip collision checks in initial transactions
` [PATCH 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
` [PATCH 08/10] reftable/writer: optimize allocations by using a scratch buffer
` [PATCH 09/10] reftable/block: rename `block_writer::buf` variable
` [PATCH 10/10] reftable/block: optimize allocations by using scratch buffer
[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
2024-11-11 11:14 UTC (17+ messages)
` [PATCH v6 0/9] "
` [PATCH v6 8/9] config: make `packed_git_(limit|window_size)` non-global variables
` [PATCH v7 0/9] packfile: avoid using the 'the_repository' global variable
` [PATCH v7 1/9] packfile: add repository to struct `packed_git`
` [PATCH v7 2/9] packfile: use `repository` from `packed_git` directly
` [PATCH v7 3/9] packfile: pass `repository` to static function in the file
` [PATCH v7 4/9] packfile: pass down repository to `odb_pack_name`
` [PATCH v7 5/9] packfile: pass down repository to `has_object[_kept]_pack`
` [PATCH v7 6/9] packfile: pass down repository to `for_each_packed_object`
` [PATCH v7 7/9] config: make `delta_base_cache_limit` a non-global variable
` [PATCH v7 8/9] config: make `packed_git_(limit|window_size)` non-global variables
` [PATCH v7 9/9] midx: add repository to `multi_pack_index` struct
[PATCH 00/26] Memory leak fixes (pt.10, final)
2024-11-11 10:38 UTC (48+ messages)
` [PATCH 09/26] strvec: introduce new `strvec_splice()` function
` [PATCH 10/26] git: refactor alias handling to use a `struct strvec`
` [PATCH 12/26] split-index: fix memory leak in `move_cache_to_base_index()`
` [PATCH 15/26] help: fix leaking `struct cmdnames`
` [PATCH 18/26] builtin/init-db: fix leaking directory paths
` [PATCH 19/26] builtin/branch: fix leaking sorting options
` [PATCH 21/26] git-compat-util: drop `UNLEAK()` annotation
` [PATCH v2 00/27] Memory leak fixes (pt.10, final)
` [PATCH v2 01/27] builtin/blame: fix leaking blame entries with `--incremental`
` [PATCH v2 02/27] bisect: fix leaking good/bad terms when reading multipe times
` [PATCH v2 03/27] bisect: fix leaking string in `handle_bad_merge_base()`
` [PATCH v2 04/27] bisect: fix leaking `current_bad_oid`
` [PATCH v2 05/27] bisect: fix multiple leaks in `bisect_next_all()`
` [PATCH v2 06/27] bisect: fix leaking commit list items in `check_merge_base()`
` [PATCH v2 07/27] bisect: fix various cases where we leak commit list items
` [PATCH v2 08/27] line-log: fix leak when rewriting commit parents
` [PATCH v2 09/27] strvec: introduce new `strvec_splice()` function
` [PATCH v2 10/27] git: refactor alias handling to use a `struct strvec`
` [PATCH v2 11/27] git: refactor builtin "
` [PATCH v2 12/27] split-index: fix memory leak in `move_cache_to_base_index()`
` [PATCH v2 13/27] builtin/sparse-checkout: fix leaking sanitized patterns
` [PATCH v2 14/27] help: refactor to not use globals for reading config
` [PATCH v2 15/27] help: fix leaking `struct cmdnames`
` [PATCH v2 16/27] help: fix leaking return value from `help_unknown_cmd()`
` [PATCH v2 17/27] builtin/help: fix leaks in `check_git_cmd()`
` [PATCH v2 18/27] builtin/init-db: fix leaking directory paths
` [PATCH v2 19/27] builtin/branch: fix leaking sorting options
` [PATCH v2 20/27] t/helper: fix leaking commit graph in "read-graph" subcommand
` [PATCH v2 21/27] global: drop `UNLEAK()` annotation
` [PATCH v2 22/27] git-compat-util: drop now-unused `UNLEAK()` macro
` [PATCH v2 23/27] t5601: work around leak sanitizer issue
` [PATCH v2 24/27] t: mark some tests as leak free
` [PATCH v2 25/27] t: remove unneeded !SANITIZE_LEAK prerequisites
` [PATCH v2 26/27] test-lib: unconditionally enable leak checking
` [PATCH v2 27/27] t: remove TEST_PASSES_SANITIZE_LEAK annotations
[PATCH 0/3] Build improvements for clar
2024-11-11 10:09 UTC (13+ messages)
` [PATCH 1/3] t/unit-tests: convert "clar-generate.awk" into a shell script
` [PATCH 2/3] cmake: use SH_EXE to execute clar scripts
` [PATCH 3/3] Makefile: let clar header targets depend on their scripts
` [PATCH v2 0/4] Build improvements for clar
` [PATCH v2 1/4] t/unit-tests: convert "clar-generate.awk" into a shell script
` [PATCH v2 2/4] cmake: use SH_EXE to execute clar scripts
` [PATCH v2 3/4] cmake: use verbatim arguments when invoking clar commands
` [PATCH v2 4/4] Makefile: let clar header targets depend on their scripts
[RFC PATCH 0/1] maintenance: separate parallelism safe and unsafe tasks
2024-11-11 9:14 UTC (6+ messages)
` [RFC PATCH 1/1] "
"git add -A" should respect "ignore = all" in ".gitmodules"
2024-11-11 9:13 UTC
[RFC]: Test Were failing on Fedora Linux
2024-11-11 7:01 UTC (13+ messages)
` [PATCH] test-lib: check malloc debug LD_PRELOAD before using
[GIT PULL] git-gui pull request
2024-11-11 5:54 UTC (2+ messages)
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-11-11 4:38 UTC (9+ messages)
` [PATCH v6 "
` [PATCH v6 1/6] cat-file: add declaration of variable i inside its for loop
` [PATCH v6 2/6] fetch-pack: refactor packet writing
` [PATCH v6 3/6] fetch-pack: move fetch initialization
` [PATCH v6 4/6] serve: advertise object-info feature
` [PATCH v6 5/6] transport: add client support for object-info
` [PATCH v6 6/6] cat-file: add remote-object-info to batch-command
[PATCH v5 2/2] t5300: add test for 'show-index --object-format'
2024-11-11 3:16 UTC (5+ messages)
` [PATCH v6 0/2] show-index: fix uninitialized hash function
` [PATCH v6 1/2] "
` [PATCH v6 2/2] t5300: add test for 'show-index --object-format'
Feature Request: Interactively pick fixup revision
2024-11-11 2:53 UTC (11+ messages)
[PATCH] log: --remerge-diff needs to keep around commit parents
2024-11-11 1:52 UTC (4+ messages)
[PATCH 0/7] reftable: stop using Git subsystems
2024-11-11 0:37 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 4/7] reftable/stack: stop using `fsync_component()` directly
` [PATCH v2 5/7] reftable/system: provide thin wrapper for tempfile subsystem
` [PATCH v2 6/7] reftable/stack: drop only use of `get_locked_file_path()`
` [PATCH v2 7/7] reftable/system: provide thin wrapper for lockfile subsystem
[PATCH] range-diff: optionally include merge commits' diffs in the analysis
2024-11-11 0:37 UTC (12+ messages)
` [PATCH v2] "
[PATCH v2 0/3] Documentation/git-bundle.txt: promote --all for full backup
2024-11-10 19:38 UTC (5+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] Documentation/git-bundle.txt: mention full backup example
[PATCH v6 0/9] add ref content check for files backend
2024-11-10 12:10 UTC (11+ messages)
` [PATCH v7 "
` [PATCH v7 1/9] ref: initialize "fsck_ref_report" with zero
` [PATCH v7 2/9] ref: check the full refname instead of basename
` [PATCH v7 3/9] ref: initialize ref name outside of check functions
` [PATCH v7 4/9] ref: support multiple worktrees check for refs
` [PATCH v7 5/9] ref: port git-fsck(1) regular refs check for files backend
` [PATCH v7 6/9] ref: add more strict checks for regular refs
` [PATCH v7 7/9] ref: add basic symref content check for files backend
` [PATCH v7 8/9] ref: check whether the target of the symref is a ref
` [PATCH v7 9/9] ref: add symlink ref content check for files backend
Extremely long subtree split duration
2024-11-09 21:10 UTC (4+ messages)
Debian packaging for git-credential-libsecret
2024-11-09 12:08 UTC (3+ messages)
Mergiraf: a generic syntax-aware merge driver
2024-11-09 11:35 UTC
What's cooking in git.git (Nov 2024, #02; Fri, 1)
2024-11-09 8:51 UTC (4+ messages)
[PATCH] t6300: values containing ')' are broken in ref formats
2024-11-08 18:12 UTC (9+ messages)
[PATCH v2 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper
2024-11-08 17:26 UTC (15+ messages)
` [PATCH v2 1/2] t/helper/test-sha1: prepare for an unsafe mode
[QUESTION] Performance comparison: full clone + sparse-checkout vs partial clone + sparse-checkout
2024-11-08 17:24 UTC (3+ messages)
[PATCH 3/6] t6601: add helper for testing path-walk API
2024-11-08 14:53 UTC (2+ messages)
git no longer builds on SunOS 5.10, a report
2024-11-08 12:59 UTC (6+ messages)
` [PATCH v2 0/5] t/unit-tests: improve clar platform compatibility
` [PATCH v2 5/5] cmake: set up proper dependencies for generated clar headers
Crash report: git maintenance start/stop
2024-11-08 12:10 UTC (3+ messages)
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).