messages from 2024-08-15 06:40:55 to 2024-08-16 17:55:14 UTC [more...]
[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
2024-08-16 17:25 UTC (28+ messages)
` [PATCH 02/10] t-reftable-block: release used block reader
` [PATCH 03/10] t-reftable-block: use reftable_record_equal() instead of check_str()
` [PATCH 04/10] t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
` [PATCH 05/10] t-reftable-block: use block_iter_reset() instead of block_iter_close()
` [PATCH 08/10] t-reftable-block: add tests for log blocks
` [PATCH 09/10] t-reftable-block: add tests for obj blocks
` [PATCH 10/10] t-reftable-block: add tests for index blocks
` [GSoC][PATCH v2 00/11] t: port reftable/block_test.c to the unit testing framework
` [PATCH v2 01/11] t: move "
` [PATCH v2 02/11] t: harmonize t-reftable-block.c with coding guidelines
` [PATCH v2 03/11] t-reftable-block: release used block reader
` [PATCH v2 04/11] t-reftable-block: use reftable_record_equal() instead of check_str()
` [PATCH v2 05/11] t-reftable-block: use reftable_record_key() instead of strbuf_addstr()
` [PATCH v2 06/11] t-reftable-block: use block_iter_reset() instead of block_iter_close()
` [PATCH v2 07/11] t-reftable-block: use xstrfmt() instead of xstrdup()
[PATCH] rebase -x: don't print "Executing:" msgs with --quiet
2024-08-16 17:34 UTC (4+ messages)
[PATCH 0/5] Introduce configs for default repo format
2024-08-16 17:13 UTC (24+ messages)
` [PATCH 1/5] t0001: exercise initialization with ref formats more thoroughly
` [PATCH 2/5] t0001: delete repositories when object format tests finish
` [PATCH 3/5] setup: merge configuration of repository formats
` [PATCH 4/5] setup: make object format configurable via config
` [PATCH 5/5] setup: make ref storage "
` [PATCH v2 0/5] Introduce configs for default repo format
` [PATCH v2 1/5] t0001: exercise initialization with ref formats more thoroughly
` [PATCH v2 2/5] t0001: delete repositories when object format tests finish
` [PATCH v2 3/5] setup: merge configuration of repository formats
` [PATCH v2 4/5] setup: make object format configurable via config
` [PATCH v2 5/5] setup: make ref storage "
[PATCH 0/8] git-prompt: support more shells
2024-08-16 16:42 UTC (35+ messages)
` [PATCH 6/8] git-prompt: add fallback for shells without $'...'
` [PATCH v2 0/8] git-prompt: support more shells v2
` [PATCH v2 1/8] git-prompt: use here-doc instead of here-string
` [PATCH v2 2/8] git-prompt: fix uninitialized variable
` [PATCH v2 3/8] git-prompt: don't use shell arrays
` [PATCH v2 4/8] git-prompt: replace [[...]] with standard code
` [PATCH v2 5/8] git-prompt: add some missing quotes
` [PATCH v2 6/8] git-prompt: don't use shell $'...'
` [PATCH v2 7/8] git-prompt: ta-da! document usage in other shells
` [PATCH v2 8/8] git-prompt: support custom 0-width PS1 markers
[RFC] Implement ref content consistency check
2024-08-16 16:39 UTC (5+ messages)
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-16 16:11 UTC (26+ messages)
` [PATCH v4 0/7] "
` [PATCH v4 1/7] t: do not pass GIT_TEST_OPTS to unit tests with prove
` [PATCH v4 2/7] t: import the clar unit testing framework
` [PATCH v4 3/7] t/clar: fix whitespace errors
` [PATCH v4 4/7] t/clar: fix compatibility with NonStop
` [PATCH v4 5/7] Makefile: wire up the clar unit testing framework
` [PATCH v4 6/7] t/unit-tests: convert strvec tests to use clar
` [PATCH v4 7/7] t/unit-tests: convert ctype "
` [PATCH v5 0/9] Introduce clar testing framework
` [PATCH v5 1/9] t: do not pass GIT_TEST_OPTS to unit tests with prove
` [PATCH v5 2/9] t: import the clar unit testing framework
` [PATCH v5 3/9] t/clar: fix compatibility with NonStop
` [PATCH v5 4/9] Makefile: fix sparse dependency on GENERATED_H
` [PATCH v5 5/9] Makefile: make hdr-check depend on generated headers
` [PATCH v5 6/9] Makefile: do not use sparse on third-party sources
` [PATCH v5 7/9] Makefile: wire up the clar unit testing framework
` [PATCH v5 8/9] t/unit-tests: convert strvec tests to use clar
` [PATCH v5 9/9] t/unit-tests: convert ctype "
feature request: set remote/HEAD with fetch
2024-08-16 11:53 UTC
[RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a
2024-08-16 11:39 UTC (12+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free()
[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
2024-08-16 10:45 UTC (38+ messages)
` [PATCH 2/7] builtin/gc: refactor to read config into structure
` [PATCH 3/7] builtin/gc: fix leaking config values
` [PATCH 7/7] builtin/maintenance: fix auto-detach with non-standard tasks
` [PATCH v2 0/7] "
` [PATCH v2 1/7] config: fix constness of out parameter for `git_config_get_expiry()`
` [PATCH v2 2/7] builtin/gc: refactor to read config into structure
` [PATCH v2 3/7] builtin/gc: fix leaking config values
` [PATCH v2 4/7] builtin/gc: stop processing log file on signal
` [PATCH v2 5/7] builtin/gc: add a `--detach` flag
` [PATCH v2 6/7] builtin/maintenance: "
` [PATCH v2 7/7] run-command: fix detaching when running auto maintenance
` [PATCH v3 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
` [PATCH v3 1/7] config: fix constness of out parameter for `git_config_get_expiry()`
` [PATCH v3 2/7] builtin/gc: refactor to read config into structure
` [PATCH v3 3/7] builtin/gc: fix leaking config values
` [PATCH v3 4/7] builtin/gc: stop processing log file on signal
` [PATCH v3 5/7] builtin/gc: add a `--detach` flag
` [PATCH v3 6/7] builtin/maintenance: "
` [PATCH v3 7/7] run-command: fix detaching when running auto maintenance
"git-stash --keep-index" crashes when there are no tracked files
2024-08-16 10:42 UTC (3+ messages)
` [PATCH] builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
[PATCH 1/2] remerge-diff: lazily prpare temporary objdir on demand
2024-08-16 6:19 UTC (4+ messages)
` [PATCH 2/2] remerge-diff: clean up temporary objdir at a central place
[PATCH 3/3] fixup! send-email: teach git send-email option to translate aliases
2024-08-15 23:49 UTC
[PATCH v2 0/3] send-email: teach git send-email mode to translate aliases
2024-08-15 23:46 UTC (4+ messages)
[PATCH 00/13] midx: incremental multi-pack indexes, part two
2024-08-15 22:29 UTC (28+ messages)
` [PATCH 01/13] Documentation: describe incremental MIDX bitmaps
` [PATCH 02/13] pack-revindex: prepare for "
` [PATCH 03/13] pack-bitmap.c: open and store incremental bitmap layers
` [PATCH 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
` [PATCH 05/13] pack-bitmap.c: teach `show_objects_for_type()` "
` [PATCH 06/13] pack-bitmap.c: support bitmap pack-reuse with "
` [PATCH 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
` [PATCH 08/13] pack-bitmap.c: compute disk-usage with "
` [PATCH 09/13] pack-bitmap.c: apply pseudo-merge commits "
` [PATCH 10/13] ewah: implement `struct ewah_or_iterator`
` [PATCH 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
` [PATCH 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
` [PATCH 13/13] midx: implement writing incremental MIDX bitmaps
` [PATCH v2 00/13] midx: incremental multi-pack indexes, part two
` [PATCH v2 01/13] Documentation: describe incremental MIDX bitmaps
` [PATCH v2 02/13] pack-revindex: prepare for "
` [PATCH v2 03/13] pack-bitmap.c: open and store incremental bitmap layers
` [PATCH v2 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
` [PATCH v2 05/13] pack-bitmap.c: teach `show_objects_for_type()` "
` [PATCH v2 06/13] pack-bitmap.c: support bitmap pack-reuse with "
` [PATCH v2 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
` [PATCH v2 08/13] pack-bitmap.c: compute disk-usage with "
` [PATCH v2 09/13] pack-bitmap.c: apply pseudo-merge commits "
` [PATCH v2 10/13] ewah: implement `struct ewah_or_iterator`
` [PATCH v2 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
` [PATCH v2 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
` [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps
[PATCH 0/2] Add additional trace2 regions for fetch and push
2024-08-15 20:06 UTC (5+ messages)
` [PATCH 1/2] fetch: add top-level trace2 regions
` [PATCH 2/2] send-pack: add new tracing regions for push
[PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
2024-08-15 17:31 UTC (9+ messages)
` [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
` [PATCH 2/8] pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`
` [PATCH 3/8] pack-bitmap: drop redundant args from `bitmap_writer_build()`
` [PATCH 4/8] pack-bitmap: drop redundant args from `bitmap_writer_finish()`
` [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
` [PATCH 6/8] t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groups
` [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits
` [PATCH 8/8] pseudo-merge.c: ensure pseudo-merge groups are closed
quiltimport mode detection oddity
2024-08-15 16:41 UTC (9+ messages)
` [PATCH] apply: canonicalize modes read from patches
` [PATCH] t4129: fix racy index when calling chmod after git-add
[PATCH 0/2] safe.directory clean-up
2024-08-15 14:43 UTC (9+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 2/3] safe.directory: normalize the configured path
[PATCH 0/2] Re: [BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly
2024-08-15 14:36 UTC (3+ messages)
` [PATCH 1/2] git-gui: strip comments and consecutive empty lines from commit messages
[BUG REPORT] sparseIndexExpanded hint always shows on sparse worktree move
2024-08-15 14:25 UTC (2+ messages)
What's cooking in git.git (Aug 2024, #05; Wed, 14)
2024-08-15 8:44 UTC (2+ messages)
[PATCH 00/10] reftable: drop generic `reftable_table` interface
2024-08-15 11:04 UTC (5+ messages)
` [PATCH 06/10] reftable/generic: move generic iterator code into iterator interface
[PATCH] rebase: apply and cleanup autostash when rebase fails to start
2024-08-15 9:47 UTC (5+ 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).