messages from 2024-08-14 16:56:19 to 2024-08-16 10:36:38 UTC [more...]
[PATCH 0/8] git-prompt: support more shells
2024-08-16 10:36 UTC (30+ 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 9:06 UTC (4+ messages)
[PATCH 0/5] Introduce configs for default repo format
2024-08-16 8:57 UTC (22+ 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] rebase -x: don't print "Executing:" msgs with --quiet
2024-08-16 8:26 UTC (3+ messages)
[PATCH 0/7] builtin/maintenance: fix auto-detach with non-standard tasks
2024-08-16 8:06 UTC (38+ messages)
` [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 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
[GSoC][PATCH 00/10] t: port reftable/block_test.c to the unit testing framework
2024-08-16 7:44 UTC (20+ 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
[RFC PATCH 0/3] Introduce clar testing framework
2024-08-16 7:05 UTC (21+ 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 "
[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 (12+ messages)
` [PATCH v2 1/3] t90001-send-email.sh: fix quoting for mailrc --dump-aliases test
` [PATCH v2 2/3] t9001-send-email.sh: update alias list used for pine test
[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)
[PATCH v2 00/15] reftable: drop generic `reftable_table` interface
2024-08-15 5:29 UTC (4+ messages)
[PATCH v2 05/20] path: stop relying on `the_repository` when reporting garbage
2024-08-15 5:26 UTC (3+ messages)
[PATCH 00/20] Stop using `the_repository` in "config.c"
2024-08-15 5:13 UTC (5+ messages)
` [PATCH v2 "
[PATCH 1/1] git jump: support show
2024-08-15 0:42 UTC (3+ messages)
[PATCH] howto-maintain: mention preformatted docs
2024-08-14 23:03 UTC
A note from the maintainer
2024-08-14 22:44 UTC
[PATCH] git-svn: mention `svn:globalignores` in help+docs
2024-08-14 22:12 UTC (7+ messages)
` [PATCH v2] git-svn: mention `svn:global-ignores` "
` [PATCH v3] "
[PATCH] format-patch: add support for mailmap file
2024-08-14 21:53 UTC (7+ messages)
[PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo
2024-08-14 19:30 UTC (2+ 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).