messages from 2024-10-09 16:13:36 to 2024-10-11 05:33:13 UTC [more...]
[PATCH 00/21] Memory leak fixes (pt.9)
2024-10-11 5:33 UTC (21+ messages)
` [PATCH 01/21] builtin/ls-remote: plug leaking server options
` [PATCH 02/21] t/helper: fix leaks in "reach" test tool
` [PATCH 03/21] grep: fix leak in `grep_splice_or()`
` [PATCH 04/21] builtin/grep: fix leak with `--max-count=0`
` [PATCH 05/21] revision: fix leaking bloom filters
` [PATCH 06/21] diff-lib: fix leaking diffopts in `do_diff_cache()`
` [PATCH 07/21] pretty: clear signature check
` [PATCH 08/21] upload-pack: fix leaking URI protocols
` [PATCH 09/21] builtin/commit: fix leaking change data contents
` [PATCH 10/21] trailer: fix leaking trailer values
` [PATCH 11/21] builtin/commit: fix leaking cleanup config
` [PATCH 12/21] transport-helper: fix leaking import/export marks
` [PATCH 13/21] builtin/tag: fix leaking key ID on failure to sign
` [PATCH 14/21] combine-diff: fix leaking lost lines
` [PATCH 15/21] dir: release untracked cache data
` [PATCH 16/21] sparse-index: correctly free EWAH contents
` [PATCH 17/21] t/helper: stop re-initialization of `the_repository`
` [PATCH 18/21] t/helper: fix leaking buffer in "dump-untracked-cache"
` [PATCH 19/21] dir: fix leak when parsing "status.showUntrackedFiles"
` [PATCH 20/21] builtin/merge: release outbut buffer after performing merge
`git worktree list` when bare repository is named `.git`
2024-10-11 4:59 UTC (2+ messages)
Verbose Commit Ignore Line Fails via CRLF Line Endings
2024-10-11 4:45 UTC (6+ messages)
[PATCH v3 0/3] Link worktrees with relative paths
2024-10-11 4:03 UTC (19+ messages)
` [PATCH v3 1/3] worktree: refactor infer_backlink() to use *strbuf
` [PATCH v3 2/3] worktree: link worktrees with relative paths
`git worktree list` when bare repository is named `.git`
2024-10-11 1:12 UTC
Unsubscribe
2024-10-11 0:02 UTC
[PATCH 00/13] Update versions of libcurl and Perl
2024-10-10 23:56 UTC (14+ messages)
` [PATCH 01/13] git-curl-compat: remove check for curl 7.21.5
` [PATCH 02/13] git-curl-compat: remove check for curl 7.25.0
` [PATCH 03/13] git-curl-compat: remove check for curl 7.34.0
` [PATCH 04/13] git-curl-compat: remove check for curl 7.39.0
` [PATCH 05/13] git-curl-compat: remove check for curl 7.43.0
` [PATCH 06/13] git-curl-compat: remove check for curl 7.44.0
` [PATCH 07/13] git-curl-compat: remove check for curl 7.52.0
` [PATCH 08/13] git-curl-compat: remove check for curl 7.53.0
` [PATCH 09/13] git-curl-compat: remove check for curl 7.56.0
` [PATCH 10/13] INSTALL: document requirement for libcurl 7.61.0
` [PATCH 11/13] Require Perl 5.26.0
` [PATCH 12/13] INSTALL: require "
` [PATCH 13/13] gitweb: make use of s///r
What's cooking in git.git (Oct 2024, #06; Thu, 10)
2024-10-10 23:52 UTC
minimum curl version effectively changed
2024-10-10 21:52 UTC (4+ messages)
[PATCH 0/3] fuzz: port OSS-Fuzz tests back to Git
2024-10-10 21:34 UTC (5+ messages)
` [PATCH 1/3] fuzz: port fuzz-credential-from-url-gently from OSS-Fuzz
` [PATCH 2/3] fuzz: port fuzz-parse-attr-line "
` [PATCH 3/3] fuzz: port fuzz-url-decode-mem "
[PATCH v2 0/4] Remove the_repository global for am, annotate, apply, archive builtins
2024-10-10 21:13 UTC (9+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 3/3] archive: remove the_repository global variable
` [PATCH v4 0/3] Remove the_repository global for am, annotate, apply, archive builtins
` [PATCH v4 1/3] git: pass in repo to builtin based on setup_git_directory_gently
` [PATCH v4 2/3] annotate: remove usage of the_repository global
` [PATCH v4 3/3] archive: remove the_repository global variable
[PATCH v4 0/5] improve handling of remote/HEAD
2024-10-10 21:12 UTC (24+ messages)
` [PATCH v5 1/6] refs_update_symref: atomically record overwritten ref
` [PATCH v5 2/6] set-head: add new variable for readability
` [PATCH v5 3/6] set-head: better output for --auto
` [PATCH v5 4/6] transaction: add TRANSACTION_CREATE_EXISTS error
` [PATCH v5 5/6] refs_update_symref: add create_only option
` [PATCH v5 6/6] fetch: set remote/HEAD if it does not exist
` [PATCH v6 1/6] refs_update_symref: atomically record overwritten ref
` [PATCH v6 2/6] set-head: add new variable for readability
` [PATCH v6 3/6] set-head: better output for --auto
` [PATCH v6 4/6] transaction: add TRANSACTION_CREATE_EXISTS error
` [PATCH v6 5/6] refs_update_symref: add create_only option
` [PATCH v6 6/6] fetch: set remote/HEAD if it does not exist
[PATCH 00/11] pack-bitmap: convert offset to ref deltas where possible
2024-10-10 20:32 UTC (16+ messages)
` [PATCH 01/11] pack-bitmap.c: do not pass `pack_pos` to `try_partial_reuse()`
` [PATCH 02/11] pack-bitmap.c: avoid unnecessary `offset_to_pack_pos()`
` [PATCH 03/11] pack-bitmap.c: delay calling 'offset_to_pack_pos()'
` [PATCH 04/11] pack-bitmap.c: compare `base_offset` to `delta_obj_offset`
` [PATCH 05/11] pack-bitmap.c: extract `find_base_bitmap_pos()`
` [PATCH 06/11] pack-bitmap: drop `from_midx` field from `bitmapped_pack`
` [PATCH 07/11] write_reused_pack_one(): translate bit positions directly
` [PATCH 08/11] t5332: enable OFS_DELTAs via test_pack_objects_reused
` [PATCH 09/11] pack-bitmap: enable cross-pack delta reuse
` [PATCH 10/11] pack-bitmap.c: record whether the result was filtered
` [PATCH 11/11] pack-bitmap: enable reusing deltas with base objects in 'haves' bitmap
[PATCH 0/3] clang-format: fix rules to make the CI job cleaner
2024-10-10 20:09 UTC (14+ messages)
` [PATCH 1/3] clang-format: don't enforce the column limit
` [PATCH 3/3] clang-format: align consecutive macro definitions
` [PATCH v2 0/3] clang-format: fix rules to make the CI job cleaner
` [PATCH v2 1/3] clang-format: change column limit to 96 characters
` [PATCH v2 2/3] clang-format: don't align expressions after linebreaks
` [PATCH v2 3/3] clang-format: align consecutive macro definitions
[PATCH] mimgw: remove Compiler Warnings
2024-10-10 19:19 UTC (9+ messages)
` [PATCH v2 1/1] "
` [PATCH] [PATCH] mimgw: Remove "
[PATCH] Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format
2024-10-10 18:52 UTC (3+ messages)
[Outreachy][PATCH] t6050: avoid pipes in git related commands
2024-10-10 18:51 UTC (6+ messages)
` [Outreachy][PATCH v2] t6050: avoid pipes with downstream Git commands
[PATCH] Makefile: fix dependency for $(UNIT_TEST_DIR)/clar/clar.o
2024-10-10 18:50 UTC (3+ messages)
[PATCH] bundle-uri: plug leak in unbundle_from_file()
2024-10-10 18:47 UTC (7+ messages)
` [PATCH v2] "
[PATCH] checkout: refer to other-worktree branch, not ref
2024-10-10 18:39 UTC (5+ messages)
` [PATCH v2] "
Bug: `git maintenance start` is likely broken in 2.47
2024-10-10 17:09 UTC (12+ messages)
` [PATCH] builtin/gc: fix crash when running `git maintenance start`
` [PATCH v2] "
` [PATCH v3] "
[OutReachy] Introduction and Contribution Phase
2024-10-10 17:03 UTC (4+ messages)
[PATCH v5 0/9] add ref content check for files backend
2024-10-10 16:00 UTC (9+ messages)
` [PATCH v5 3/9] ref: port git-fsck(1) regular refs "
[PATCH 0/7] Fix typos
2024-10-10 15:14 UTC (4+ messages)
` [PATCH 1/7] compat: fix typos
[PATCH v2 0/7] Fix typos
2024-10-10 15:11 UTC (8+ messages)
` [PATCH v2 1/7] compat: fix typos
` [PATCH v2 2/7] contrib: "
` [PATCH v2 3/7] git-gui: Fix typos
` [PATCH v2 4/7] t: fix typos
` [PATCH v2 5/7] t/perf: "
` [PATCH v2 6/7] t/unit-tests: "
` [PATCH v2 7/7] t/helper: fix a typo
Interest in a Git meetup in Bay Area, California?
2024-10-10 6:53 UTC (3+ messages)
[PATCH] loose: don't rely on repository global state
2024-10-10 6:45 UTC (4+ messages)
[PATCH 0/5] Wire up Windows-based jobs in GitLab CI
2024-10-10 5:56 UTC (4+ messages)
` [PATCH 1/5] t7300: work around platform-specific behaviour with long paths on MinGW
[RFC PATCH 00/21] Modernize the build system
2024-10-10 5:49 UTC (5+ messages)
` [RFC PATCH v2 00/24] Modernize our "
[Outreachy] Indication Of Interest To Intern At Git
2024-10-10 4:35 UTC (5+ messages)
[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
2024-10-10 0:52 UTC (12+ messages)
` [PATCH v4 0/5] Introduce libgit-rs, "
` [PATCH v4 4/5] libgit: add higher-level libgit crate
` [PATCH v4 5/5] Makefile: add option to build and test libgit-rs and libgit-rs-sys
[PATCH 0/3] doc: merge-tree: improve the script example
2024-10-10 0:01 UTC (11+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] doc: merge-tree: provide a commit message
` [PATCH v3 0/1] doc: merge-tree: improve the script example
` [PATCH v3 1/1] doc: merge-tree: improve example script
Fwd: Git bug
2024-10-09 20:20 UTC (2+ messages)
[PATCH] documentation: add missing word "ref"
2024-10-09 19:38 UTC (2+ messages)
Missing Promisor Objects in Partial Repo Design Doc
2024-10-09 18:53 UTC (2+ messages)
nasamuffin unavailable 2024-10-28 - 2024-12-23
2024-10-09 18:35 UTC
[External] Re: Missing Promisor Objects in Partial Repo Design Doc
2024-10-09 18:34 UTC (2+ messages)
[PATCH v2] t7300-clean.sh: use test_path_* helper functions for error logging
2024-10-09 18:24 UTC (5+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v2 0/3] rebase-merges: try and use branch names for labels
2024-10-09 17:57 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 3/3] rebase-merges: try and use branch names as labels
[RFC PATCH v2] submodule: correct remote name with fetch
2024-10-09 17:51 UTC (3+ messages)
` [PATCH v3] "
git-scm.com is now a static website
2024-10-09 17:33 UTC (5+ messages)
Bug: `git init` with hook `reference-transaction` running `git rev-parse --git-dir` fails
2024-10-09 17:31 UTC (9+ messages)
[PATCH] t7300-clean.sh: use test_path_* helper functions
2024-10-09 17:31 UTC (7+ 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).