messages from 2024-06-08 19:01:30 to 2024-06-11 13:14:48 UTC [more...]
[PATCH v3 0/4] object checking related additions and fixes for bundles in fetches
2024-06-11 13:14 UTC (20+ messages)
` [PATCH v4 "
` [PATCH v4 2/4] unbundle: extend verify_bundle_flags to support fsck-objects
` "
` [PATCH v4 4/4] unbundle: introduce option VERIFY_BUNDLE_FSCK_FOLLOW_FETCH
` "
` [PATCH v5 0/4] object checking related additions and fixes for bundles in fetches
` [PATCH v5 1/4] bundle-uri: verify oid before writing refs
` [PATCH v5 2/4] fetch-pack: expose fsckObjects configuration logic
` [PATCH v5 3/4] unbundle: extend options to support object verification
` "
` [PATCH v5 4/4] unbundle: use VERIFY_BUNDLE_FSCK_FOLLOW_FETCH for fetches
` [PATCH v6 0/3] object checking related additions and fixes for bundles in fetches
` [PATCH v6 1/3] bundle-uri: verify oid before writing refs
` [PATCH v6 2/3] fetch-pack: expose fsckObjects configuration logic
` [PATCH v6 3/3] unbundle: support object verification for fetches
[PATCH 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
2024-06-11 12:57 UTC (23+ messages)
` [PATCH 01/21] hash: drop (mostly) unused `is_empty_{blob,tree}_sha1()` functions
` [PATCH 02/21] hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
` [PATCH 03/21] hash: require hash algorithm in `oidread()` and `oidclr()`
` [PATCH 04/21] global: ensure that object IDs are always padded
` [PATCH 05/21] hash: convert `oidcmp()` and `oideq()` to compare whole hash
` [PATCH 06/21] hash: make `is_null_oid()` independent of `the_repository`
` [PATCH 07/21] hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
` [PATCH 08/21] hash: require hash algorithm in `empty_tree_oid_hex()`
` [PATCH 09/21] global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
` [PATCH 10/21] refs: avoid include cycle with "repository.h"
` [PATCH 11/21] hash-ll: merge with "hash.h"
` [PATCH 12/21] http-fetch: don't crash when parsing packfile without a repo
` [PATCH 13/21] oidset: pass hash algorithm when parsing file
` [PATCH 14/21] protocol-caps: use hash algorithm from passed-in repository
` [PATCH 15/21] replace-object: "
` [PATCH 16/21] compat/fsmonitor: remove dependency on `the_repository` in Darwin IPC
` [PATCH 17/21] t/helper: use correct object hash in partial-clone helper
` [PATCH 18/21] t/helper: fix segfault in "oid-array" command without repository
` [PATCH 19/21] t/helper: remove dependency on `the_repository` in "oidtree"
` [PATCH 20/21] t/helper: remove dependency on `the_repository` in "proc-receive"
` [PATCH 21/21] hex: guard declarations with `USE_THE_REPOSITORY_VARIABLE`
[GSoC] Blog: Move existing tests to a unit testing framework
2024-06-11 12:36 UTC
[PATCH 0/2] ci: detect more warnings via `-Og`
2024-06-11 12:09 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] Makefile: add ability to append to CFLAGS and LDFLAGS
` [PATCH v4 2/2] ci: compile "linux-gcc-default" job with -Og
` [PATCH 1/2] DONTAPPLY: -Og fallout workaround
` [PATCH 2/2] DONTAPPLY: -Os "
bundles discovery and clones
2024-06-11 11:14 UTC (3+ messages)
Question about Git protocol v2 status
2024-06-11 9:26 UTC (2+ messages)
[PATCH 00/29] Memory leak fixes (pt.2)
2024-06-11 9:21 UTC (31+ messages)
` [PATCH v2 "
` [PATCH v2 01/29] revision: fix memory leak when reversing revisions
` [PATCH v2 02/29] parse-options: fix leaks for users of OPT_FILENAME
` [PATCH v2 03/29] notes-utils: free note trees when releasing copied notes
` [PATCH v2 04/29] bundle: plug leaks in `create_bundle()`
` [PATCH v2 05/29] biultin/rev-parse: fix memory leaks in `--parseopt` mode
` [PATCH v2 06/29] merge-recursive: fix leaking rename conflict info
` [PATCH v2 07/29] revision: fix leaking display notes
` [PATCH v2 08/29] notes: fix memory leak when pruning notes
` [PATCH v2 09/29] builtin/rev-list: fix leaking bitmap index when calculating disk usage
` [PATCH v2 10/29] object-name: free leaking object contexts
` [PATCH v2 11/29] builtin/difftool: plug memory leaks in `run_dir_diff()`
` [PATCH v2 12/29] builtin/merge-recursive: fix leaking object ID bases
` [PATCH v2 13/29] merge-recursive: fix memory leak when finalizing merge
` [PATCH v2 14/29] builtin/log: fix leaking commit list in git-cherry(1)
` [PATCH v2 15/29] revision: free diff options
` [PATCH v2 16/29] builtin/stash: fix leak in `show_stash()`
` [PATCH v2 17/29] rerere: fix various trivial leaks
` [PATCH v2 18/29] config: fix leaking "core.notesref" variable
` [PATCH v2 19/29] commit: fix leaking parents when calling `commit_tree_extended()`
` [PATCH v2 20/29] sequencer: fix leaking string buffer in `commit_staged_changes()`
` [PATCH v2 21/29] apply: fix leaking string in `match_fragment()`
` [PATCH v2 22/29] builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
` [PATCH v2 23/29] sequencer: fix memory leaks in `make_script_with_merges()`
` [PATCH v2 24/29] builtin/merge: fix leaking `struct cmdnames` in `get_strategy()`
` [PATCH v2 25/29] merge: fix leaking merge bases
` [PATCH v2 26/29] line-range: plug leaking find functions
` [PATCH v2 27/29] blame: fix leaking data for blame scoreboards
` [PATCH v2 28/29] builtin/blame: fix leaking prefixed paths
` [PATCH v2 29/29] builtin/blame: fix leaking ignore revs files
MSan failures in pack-bitmap
2024-06-11 9:12 UTC (10+ messages)
[PATCH] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
2024-06-11 9:11 UTC (9+ messages)
` [PATCH v2 0/3] midx: various brown paper bag fixes
` [PATCH v2 1/3] midx-write.c: do not read existing MIDX with `packs_to_include`
` [PATCH v2 2/3] pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
` [PATCH v2 3/3] pack-revindex.c: guard against out-of-bounds pack lookups
[GSoC][PATCH 0/6] t: port reftable/pq_test.c to the unit testing
2024-06-11 9:02 UTC (13+ messages)
` [GSoC][PATCH v2 "
` [GSoC][PATCH v2 1/6] reftable: clean up reftable/pq.c
` [GSoC][PATCH v3 0/7] t: port reftable/pq_test.c to the unit testing framework
` [PATCH v3 1/7] reftable: remove unncessary curly braces in reftable/pq.c
` [PATCH v3 2/7] reftable: change the type of array indices to 'size_t' "
` [PATCH v3 3/7] t: move reftable/pq_test.c to the unit testing framework
` [PATCH v3 4/7] t-reftable-pq: make merged_iter_pqueue_check() static
` [PATCH v3 5/7] t-reftable-pq: make merged_iter_pqueue_check() callable by reference
` [PATCH v3 6/7] t-reftable-pq: add test for index based comparison
` [PATCH v3 7/7] t-reftable-pq: add tests for merged_iter_pqueue_top()
[PATCH 0/4] keep track of unresolved value of symbolic-ref in ref iterators
2024-06-11 9:01 UTC (9+ messages)
` [PATCH 1/4] refs: add referent parameter to refs_resolve_ref_unsafe
` [PATCH 2/4] refs: keep track of unresolved reference value in iterators
SEGV (detected by Address Sanitizer) when using `core.abbrev` option
2024-06-11 8:42 UTC (6+ messages)
` [PATCH 1/2] config: fix segfault when parsing "core.abbrev" without repo
` [PATCH 2/2] object-name: don't try to abbreviate to lengths greater than hexsz
[PATCH 0/4] varargs functions with __attributes__(())
2024-06-11 8:17 UTC (5+ messages)
` [PATCH 1/4] __attribute__: trace2_region_enter_printf() is like "printf"
Git 2.45.2 - memory leaks reports by address sanitizer (asan)
2024-06-11 8:14 UTC (2+ messages)
Cannot override `remote.origin.url` with `-c` option
2024-06-11 7:51 UTC (2+ messages)
[BUG] "git clean -df ." silently doesn't delete folders with stale .nfs* files
2024-06-11 7:43 UTC (13+ messages)
git fetch --prune fails with "fatal: bad object"
2024-06-11 7:31 UTC (13+ messages)
[GSoC][PATCH 0/4] t: port reftable/tree_test.c to the unit testing framework
2024-06-11 6:44 UTC (7+ messages)
` [PATCH 1/4] reftable: remove unnecessary curly braces in reftable/tree.c
` [PATCH 2/4] t: move reftable/tree_test.c to the unit testing framework
` [PATCH 3/4] t-reftable-tree: split test_tree() into two sub-test functions
` [PATCH 4/4] t-reftable-tree: add test for non-existent key
With big repos and slower connections, git clone can be hard to work with
2024-06-11 6:31 UTC (14+ messages)
[GSoC][PATCH] t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
2024-06-10 23:36 UTC (8+ messages)
` [GSoC][PATCH v2] "
[ISSUE] `git submodule update --init --recursive` does ignore `fetchRecurseSubmodules` flag in `.gitmodules` and in `.git/config`
2024-06-10 22:02 UTC (2+ messages)
[Wishlist Bug] git-shell: Support libreadline
2024-06-10 21:52 UTC (2+ messages)
[PATCH 0/5] use the pager in 'add -p'
2024-06-10 21:16 UTC (30+ messages)
` [PATCH v2 "
` [PATCH v3 0/6] "
` [PATCH v4 "
` [PATCH v4 5/6] test-terminal: introduce --no-stdin-pty
Possible git-diff bug when using exit-code with diff filters
2024-06-10 16:33 UTC (9+ messages)
` [PATCH 2/2] diff: fix --exit-code with external diff
` [PATCH v3 0/3] "
` [PATCH v3 1/3] t4020: test exit code with external diffs
` [PATCH v3 2/3] userdiff: add and use struct external_diff
` [PATCH v3 3/3] diff: let external diffs report that changes are uninteresting
Issue : Writing commits into the git repository takes longer than expected
2024-06-10 12:58 UTC (2+ messages)
[PATCH] git-send-email: Use sanitized address when reading mbox body
2024-06-10 12:20 UTC
[PATCH 0/2] dropping stdin support from test-terminal
2024-06-10 8:36 UTC (6+ messages)
` [PATCH 1/2] am: add explicit "--retry" option
[PATCH v4 0/7] update-ref: add symref support for --stdin
2024-06-10 8:26 UTC (5+ messages)
` [PATCH v5 "
` [PATCH v5 2/7] refs: specify error for regular refs with `old_target`
[PATCH 2/2] ci: let pedantic job compile with -Og
2024-06-10 7:01 UTC (10+ messages)
` [PATCH v3 0/4] ci: detect more warnings via `-Og`
` [PATCH v3 2/4] Makefile: add ability to append to CFLAGS and LDFLAGS
[GSoC]: Implement consistency check for refs blog
2024-06-10 6:04 UTC (2+ messages)
[GSoC] Blog: move and improve reftable tests in the unit testing framework
2024-06-10 6:01 UTC (2+ messages)
[PATCH 0/9] refs: ref storage format migrations
2024-06-08 19:06 UTC (10+ messages)
` [PATCH v4 00/12] refs: ref storage migrations
` [PATCH v4 11/12] refs: implement logic to migrate between ref storage formats
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 read-only IMAP folder(s) and NNTP newsgroup(s).