messages from 2024-04-30 05:04:57 to 2024-05-02 17:15:47 UTC [more...]
[PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup)
2024-05-02 17:15 UTC (14+ messages)
` [PATCH v4 "
` [PATCH v4 01/10] Makefile: sort UNIT_TEST_PROGRAMS
` [PATCH v4 02/10] trailer: add unit tests for trailer iterator
` [PATCH v4 03/10] trailer: teach iterator about non-trailer lines
` [PATCH v4 04/10] sequencer: use the trailer iterator
` [PATCH v4 05/10] interpret-trailers: access trailer_info with new helpers
` [PATCH v4 06/10] trailer: make parse_trailers() return trailer_info pointer
` [PATCH v4 07/10] trailer: make trailer_info struct private
` [PATCH v4 08/10] trailer: retire trailer_info_get() from API
` [PATCH v4 09/10] trailer: document parse_trailers() usage
` [PATCH v4 10/10] trailer unit tests: inspect iterator contents
[PATCH v3 0/8] refs: add symref support to 'git-update-ref'
2024-05-02 16:53 UTC (37+ messages)
` [PATCH v4 0/7] add symref-* commands to 'git-update-ref --stdin'
` [PATCH v4 1/7] refs: accept symref values in `ref_transaction[_add]_update`
` [PATCH v5 0/7] refs: add support for transactional symref updates
` [PATCH v5 1/7] refs: accept symref values in `ref_transaction_update()`
` [PATCH v5 2/7] files-backend: extract out `create_symref_lock()`
` [PATCH v5 3/7] refs: support symrefs in 'reference-transaction' hook
` [PATCH v5 4/7] refs: add support for transactional symref updates
` [PATCH v5 5/7] refs: use transaction in `refs_create_symref()`
` [PATCH v5 6/7] refs: rename `refs_create_symref()` to `refs_update_symref()`
` [PATCH v5 7/7] refs: remove `create_symref` and associated dead code
Chunk header @@@ counts wrong?
2024-05-02 16:51 UTC
[PATCH] add-patch: response to invalid option
2024-05-02 16:38 UTC (17+ messages)
` [PATCH v2] add-patch: response to invalid command
` [PATCH v3] add-patch: response to unknown command
` [PATCH v4] "
` [PATCH v5 0/2] "
` [PATCH v5 1/2] add-patch: do not show UI messages on stderr
[PATCH 0/3] color: add support for 12-bit RGB colors
2024-05-02 16:29 UTC (13+ messages)
` [PATCH 1/3] t/t4026-color: remove an extra double quote character
` [PATCH 3/3] color: add support for 12-bit RGB colors
` [PATCH v2 0/3] "
` [PATCH v2 1/3] t/t4026-color: remove an extra double quote character
` [PATCH v2 2/3] t/t4026-color: add test coverage for invalid RGB colors
` [PATCH v2 3/3] color: add support for 12-bit "
[ANNOUNCE] Git v2.45.0
2024-05-02 16:26 UTC (5+ messages)
` t4216-log-bloom.sh broken ?
[PATCH] refs: return conflict error when checking packed refs
2024-05-02 12:38 UTC (2+ messages)
[PATCH 0/3] Clarify pseudo-ref terminology
2024-05-02 10:03 UTC (50+ messages)
` [PATCH 2/3] refs: do not label special refs as pseudo refs
` [PATCH 3/3] refs: fix segfault in `is_pseudoref()` when ref cannot be resolved
` [PATCH v2 00/10] Clarify pseudo-ref terminology
` [PATCH v2 01/10] Documentation/glossary: redefine pseudorefs as special refs
` [PATCH v2 02/10] Documentation/glossary: clarify limitations of pseudorefs
` [PATCH v2 03/10] Documentation/glossary: define root refs as refs
` [PATCH v2 04/10] refs: rename `is_pseudoref()` to `is_root_ref()`
` [PATCH v2 05/10] refs: refname `is_special_ref()` to `is_pseudo_ref()`
` [PATCH v2 06/10] refs: classify HEAD as a root ref
` [PATCH v2 07/10] refs: root refs can be symbolic refs
` [PATCH v2 08/10] refs: pseudorefs are no refs
` [PATCH v2 09/10] ref-filter: properly distinuish pseudo and root refs
` [PATCH v2 10/10] refs: refuse to write pseudorefs
` [PATCH v3 00/10] Clarify pseudo-ref terminology
` [PATCH v3 01/10] Documentation/glossary: redefine pseudorefs as special refs
` [PATCH v3 02/10] Documentation/glossary: clarify limitations of pseudorefs
` [PATCH v3 03/10] Documentation/glossary: define root refs as refs
` [PATCH v3 04/10] refs: rename `is_pseudoref()` to `is_root_ref()`
` [PATCH v3 05/10] refs: refname `is_special_ref()` to `is_pseudo_ref()`
` [PATCH v3 06/10] refs: classify HEAD as a root ref
` [PATCH v3 07/10] refs: root refs can be symbolic refs
` [PATCH v3 08/10] refs: pseudorefs are no refs
` [PATCH v3 09/10] ref-filter: properly distinuish pseudo and root refs
` [PATCH v3 10/10] refs: refuse to write pseudorefs
[PATCH 00/11] reftable: expose write options as config
2024-05-02 7:29 UTC (13+ messages)
` [PATCH 01/11] reftable: consistently refer to `reftable_write_options` as `opts`
` [PATCH 02/11] reftable: consistently pass write opts as value
` [PATCH 03/11] reftable/writer: drop static variable used to initialize strbuf
` [PATCH 04/11] reftable/writer: improve error when passed an invalid block size
` [PATCH 05/11] reftable/dump: support dumping a table's block structure
` [PATCH 06/11] refs/reftable: allow configuring block size
` [PATCH 07/11] reftable: use `uint16_t` to track restart interval
` [PATCH 08/11] refs/reftable: allow configuring "
` [PATCH 09/11] refs/reftable: allow disabling writing the object index
` [PATCH 10/11] reftable: make the compaction factor configurable
` [PATCH 11/11] refs/reftable: allow configuring geometric factor
[PATCH] scalar: avoid segfault in reconfigure --all
2024-05-02 6:46 UTC (2+ messages)
[PATCH v2] builtin/tag.c: add --trailer arg
2024-05-02 6:27 UTC (17+ messages)
` [PATCH v3 0/3] builtin/tag.c: add --trailer option
` [PATCH v3 1/3] builtin/commit.c: refactor --trailer logic
` [PATCH v3 2/3] builtin/tag.c: add --trailer arg
` [PATCH v4 0/3] builtin/tag.c: add --trailer option
` [PATCH v4 1/3] builtin/commit.c: remove bespoke option callback
` [PATCH v4 2/3] builtin/commit.c: refactor --trailer logic
` [PATCH v4 3/3] builtin/tag.c: add --trailer option
[PATCH 00/13] builtin: implement, document and test url-parse
2024-05-02 4:02 UTC (6+ messages)
` [PATCH 02/13] urlmatch: define url_parse function
` [PATCH 12/13] Documentation: describe the url-parse builtin
Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42
2024-05-02 0:45 UTC (6+ messages)
` using tree as attribute source is slow, was "
What's cooking in git.git (May 2024, #01; Wed, 1)
2024-05-01 21:26 UTC
[PATCH] rev-parse: document how --is-* options work outside a repository
2024-05-01 19:52 UTC (3+ messages)
[ANNOUNCE] Git Rev News edition 110
2024-05-01 16:19 UTC
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-01 14:40 UTC (4+ messages)
` [PATCH v2 00/23] "
[PATCH] diff-lib: stop calling diff_setup_done() in do_diff_cache()
2024-05-01 10:26 UTC
Unexpected behavior with the rev-parse operation
2024-05-01 4:55 UTC (6+ messages)
` Re* "
A note from the maintainer
2024-05-01 1:45 UTC (2+ messages)
[PATCH] completion: zsh: stop leaking local cache variable
2024-04-30 23:18 UTC (2+ messages)
[RFC PATCH 0/4] test-tool: add unit test suite runner
2024-04-30 21:15 UTC (15+ messages)
` [PATCH v4 0/7] "
` [PATCH v4 6/7] t/Makefile: run unit tests alongside shell tests
` [PATCH v5 0/7] test-tool: add unit test suite runner
` [PATCH v5 1/7] t0080: turn t-basic unit test into a helper
` [PATCH v5 2/7] test-tool run-command testsuite: get shell from env
` [PATCH v5 3/7] test-tool run-command testsuite: remove hardcoded filter
` [PATCH v5 4/7] test-tool run-command testsuite: support unit tests
` [PATCH v5 5/7] unit tests: add rule for running with test-tool
` [PATCH v5 6/7] t/Makefile: run unit tests alongside shell tests
` [PATCH v5 7/7] ci: use test-tool as unit test runner on Windows
[PATCH 6/8] check_refname_format(): add FULLY_QUALIFIED flag
2024-04-30 17:00 UTC (8+ messages)
[BUG] 'ls-files path' fails if absolute path of workdir contains NFD (macOS)
2024-04-30 16:58 UTC (4+ messages)
[bug report] commit signature validation
2024-04-30 16:53 UTC
[PATCH v2 0/1] advice: add --no-advice global option
2024-04-30 16:29 UTC (6+ messages)
` [PATCH v3 "
` [PATCH v3 1/1] "
[PATCH 0/2] Add GitLab CI to check for whitespace errors
2024-04-30 14:58 UTC (12+ messages)
` [PATCH 2/2] gitlab-ci: add whitespace error check
[PATCH 8/8] refs: check refnames as fully qualified when resolving
2024-04-30 11:25 UTC (4+ messages)
[PATCH 0/8] tightening ref handling outside of refs/
2024-04-30 10:45 UTC (4+ messages)
[PATCH 00/13] builtin: implement, document and test url-parse
2024-04-30 6:51 UTC (3+ messages)
` Reply to community feedback
Draft of Git Rev News edition 110
2024-04-30 6:41 UTC (3+ 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).