messages from 2024-03-20 09:17:50 to 2024-03-22 01:25:16 UTC [more...]
[PATCH] reftable/stack: use geometric table compaction
2024-03-22 1:25 UTC (9+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] reftable/stack: add env to disable autocompaction
` [PATCH v2 2/3] reftable/stack: use geometric table compaction
` [PATCH v2 3/3] reftable/segment: make segment end inclusive
What's cooking in git.git (Mar 2024, #05; Tue, 19)
2024-03-22 1:22 UTC (8+ messages)
A note from the maintainer
2024-03-22 1:14 UTC (6+ messages)
Git mirror at gitlab
2024-03-22 0:44 UTC (7+ messages)
[PATCH 0/6] fast-import: tighten parsing of paths
2024-03-22 0:11 UTC (8+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] fast-import: directly use strbufs for paths
` [PATCH 3/6] fast-import: release unfreed strbufs
` [PATCH 4/6] fast-import: remove dead strbuf
` [PATCH 5/6] fast-import: document C-style escapes for paths
` [PATCH 6/6] fast-import: forbid escaped NUL in paths
[PATCH 0/2] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions
2024-03-21 23:25 UTC (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] t9803: update commit messages and description
` [PATCH v2 0/2] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions
` [PATCH v2 1/2] "
` [PATCH v2 2/2] t9803: update commit messages and description
[PATCH v5 0/4] Fix a bug in configuration parsing, and improve tests and documentation
2024-03-21 22:58 UTC (8+ messages)
` [PATCH v5 1/4] config: minor addition of whitespace
` [PATCH v5 2/4] config: really keep value-internal whitespace verbatim
` [PATCH v5 3/4] t1300: add more tests for whitespace and inline comments
` [PATCH v5 4/4] config.txt: describe handling of whitespace further
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-03-21 22:22 UTC (29+ messages)
` [PATCH 01/24] Documentation/technical: describe pseudo-merge bitmaps format
` [PATCH 02/24] config: repo_config_get_expiry()
` [PATCH 03/24] ewah: implement `ewah_bitmap_is_subset()`
` [PATCH 04/24] pack-bitmap: drop unused `max_bitmaps` parameter
` [PATCH 05/24] pack-bitmap: move some initialization to `bitmap_writer_init()`
` [PATCH 06/24] pseudo-merge.ch: initial commit
` [PATCH 07/24] pack-bitmap-write: support storing pseudo-merge commits
` [PATCH 08/24] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()`
` [PATCH 09/24] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
` [PATCH 10/24] pseudo-merge: implement support for selecting pseudo-merge commits
` [PATCH 11/24] pack-bitmap-write.c: select "
` [PATCH 12/24] pack-bitmap-write.c: write pseudo-merge table
` [PATCH 13/24] pack-bitmap: extract `read_bitmap()` function
` [PATCH 14/24] pseudo-merge: scaffolding for reads
` [PATCH 15/24] pack-bitmap.c: read pseudo-merge extension
` [PATCH 16/24] pseudo-merge: implement support for reading pseudo-merge commits
` [PATCH 17/24] ewah: implement `ewah_bitmap_popcount()`
` [PATCH 18/24] pack-bitmap: implement test helpers for pseudo-merge
` [PATCH 19/24] t/test-lib-functions.sh: support `--date` in `test_commit_bulk()`
` [PATCH 20/24] pack-bitmap.c: use pseudo-merges during traversal
` [PATCH 21/24] pack-bitmap: extra trace2 information
` [PATCH 22/24] ewah: `bitmap_equals_ewah()`
` [PATCH 23/24] pseudo-merge: implement support for finding existing merges
` [PATCH 24/24] t/perf: implement performace tests for pseudo-merge bitmaps
[GSoC][RFC][Proposal] Move existing tests to a unit testing framework
2024-03-21 20:21 UTC (3+ messages)
` [GSoC][RFC][Proposal v2] "
[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
2024-03-21 19:45 UTC (17+ messages)
` [PATCH v3 7/7] cherry-pick: add `--empty` for more robust redundant commit handling
` [PATCH v4 0/7] "
` [PATCH v4 1/7] docs: address inaccurate `--empty` default with `--exec`
` [PATCH v4 2/7] docs: clean up `--empty` formatting in git-rebase(1) and git-am(1)
` [PATCH v4 3/7] rebase: update `--empty=ask` to `--empty=stop`
` [PATCH v4 4/7] sequencer: handle unborn branch with `--allow-empty`
` [PATCH v4 5/7] sequencer: do not require `allow_empty` for redundant commit options
` [PATCH v4 6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility
` [PATCH v4 7/7] cherry-pick: add `--empty` for more robust redundant commit handling
Feature request: status could list ref names after "HEAD detached"
2024-03-21 19:20 UTC (2+ messages)
Merge selected files or folders
2024-03-21 17:50 UTC (2+ messages)
t0032 fails on NFS mounts
2024-03-21 17:35 UTC (7+ messages)
` [PATCH] reftable: fix tests being broken by NFS' delete-after-close semantics
[PATCH 0/3] t7800: fix quoting of looped test bodies
2024-03-21 17:12 UTC (6+ messages)
` [PATCH 1/3] t7800: improve test descriptions with empty arguments
` [PATCH 2/3] t7800: use single quotes for test bodies
` [PATCH 3/3] t/README: document how to loop around test cases
[GSoC] Discuss: Implement support for reftables in ‘dumb’ HTTP transport
2024-03-21 16:59 UTC (4+ messages)
[PATCH] doc/gitremote-helpers: fix more missing single-quotes
2024-03-21 16:25 UTC (4+ messages)
[PATCH 1/2] docs: clarify file options in git-config `--edit`
2024-03-21 16:23 UTC (3+ messages)
why does git set X in LESS env var?
2024-03-21 15:53 UTC (12+ messages)
[PATCH] gitk: add "Hightlight commit name" menu entry
2024-03-21 15:51 UTC (2+ messages)
[RFC PATCH 0/5] maintenance: use packaged systemd units
2024-03-21 14:49 UTC (17+ messages)
` [RFC PATCH 1/5] maintenance: package "
` [RFC PATCH 2/5] maintenance: add fixed random delay to systemd timers
` [RFC PATCH 3/5] maintenance: use packaged systemd units
` [RFC PATCH 4/5] maintenance: update systemd scheduler docs
[GSoC][PROPOSAL v1] Refactor git-bisect(1) to make its state self-contained
2024-03-21 14:39 UTC (6+ messages)
Git difftool: interaction between --dir-diff and --trust-exit-code
2024-03-21 13:50 UTC (5+ messages)
` [PATCH v2] git-difftool--helper: honor `--trust-exit-code` with `--dir-diff`
[PATCH 0/7] reftable: memory optimizations for reflog iteration
2024-03-21 13:10 UTC (4+ messages)
` [PATCH 3/7] reftable/record: avoid copying author info
[PATCH 2/5] refs: make `is_pseudoref_syntax()` stricter
2024-03-21 13:09 UTC (2+ messages)
Feature request: highlight local worktree in `worktree list`
2024-03-21 13:00 UTC (7+ messages)
[RFC][GSoC] Proposal: Move reftable and other tests to the unit testing framework
2024-03-21 12:27 UTC (4+ messages)
[GSoC][PATCH] userdiff: add funcname regex and wordregex for typescript language
2024-03-21 12:21 UTC (2+ messages)
[GSoC] microproject: builtin patterns for userdiff
2024-03-21 12:12 UTC (2+ messages)
[PATCH 0/2] utf8: change return type of some helpers from int to size_t
2024-03-21 10:30 UTC (4+ messages)
` [PATCH 1/2] utf8: change type "
repositoryformatversion and extensions
2024-03-21 9:32 UTC (2+ messages)
[PATCH v4 0/4] Fix a bug in configuration parsing, and improve tests and documentation
2024-03-21 7:32 UTC (14+ messages)
` [PATCH v4 1/4] config: minor addition of whitespace
` [PATCH v4 2/4] config: really keep value-internal whitespace verbatim
` [PATCH v4 3/4] t1300: add more tests for whitespace and inline comments
` [PATCH v4 4/4] config.txt: describe handling of whitespace further
[PATCH v2 0/1] Add hostname condition to includeIf
2024-03-21 0:11 UTC (19+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] t: add a test helper for getting hostname
[PATCH 00/15] refs: introduce `--auto` to pack refs as needed
2024-03-20 23:59 UTC (14+ messages)
` [PATCH 01/15] reftable/stack: fix error handling in `reftable_stack_init_addition()`
` [PATCH 03/15] reftable/stack: use error codes when locking fails during compaction
` [PATCH 04/15] reftable/stack: gracefully handle failed auto-compaction due to locks
` [PATCH 10/15] builtin/pack-refs: release allocated memory
` [PATCH 14/15] builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs
` [PATCH 15/15] builtin/gc: pack refs when using `git maintenance run --auto`
Git Bug - while working with different remotes and different branch name on local and remote
2024-03-20 22:30 UTC
[PATCH 0/3] Assorted improvements salvaged from an earlier series
2024-03-20 21:08 UTC (4+ messages)
` [PATCH 1/3] grep: perform some minor code and comment cleanups
` [PATCH 2/3] grep docs: describe --recurse-submodules further and improve formatting a bit
` [PATCH 3/3] grep docs: describe --no-index "
[PATCH] t9803-git-p4-shell-metachars.sh: update to use test_path_* functions
2024-03-20 21:06 UTC (4+ messages)
Fwd: [GSOC] Microproject: Use `test_path_is_*` functions in test scripts
2024-03-20 19:22 UTC (4+ messages)
` "
[RFC/PATCH 0/2] some transport-helper "option object-format" confusion
2024-03-20 17:23 UTC (7+ messages)
` [PATCH 0/3] "
` [PATCH 1/3] transport-helper: use write helpers more consistently
` [PATCH 2/3] transport-helper: drop "object-format <algo>" option
` [PATCH 3/3] transport-helper: send "true" value for object-format option
[PATCH v3 0/4] Fix a bug in configuration parsing, and improve tests and documentation
2024-03-20 16:17 UTC (12+ messages)
` [PATCH v3 3/4] t1300: add more tests for whitespace and inline comments
` [PATCH v3 4/4] config.txt: describe handling of whitespace further
[PATCH] contrib: drop hg-to-git script
2024-03-20 14:39 UTC (2+ messages)
git push error
2024-03-20 11:52 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 read-only IMAP folder(s) and NNTP newsgroup(s).