messages from 2024-05-10 10:30:05 to 2024-05-13 15:16:13 UTC [more...]
git-cherry-pick(1) -- path
2024-05-13 15:16 UTC (10+ messages)
[PATCH v3 00/10] Make trailer_info struct private (plus sequencer cleanup)
2024-05-13 15:13 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 03/10] trailer: teach iterator about non-trailer lines
git client enhancement request
2024-05-13 15:07 UTC
Error: failed to store: -25299
2024-05-13 14:29 UTC (5+ messages)
[PATCH 00/21] builtin/config: remove global state
2024-05-13 10:23 UTC (53+ messages)
` [PATCH 01/21] builtin/config: stop printing full usage on misuse
` [PATCH 02/21] builtin/config: move legacy mode into its own function
` [PATCH 03/21] builtin/config: move subcommand options into `cmd_config()`
` [PATCH 04/21] builtin/config: move legacy "
` [PATCH 05/21] builtin/config: move actions into `cmd_config_actions()`
` [PATCH 06/21] builtin/config: check for writeability after source is set up
` [PATCH 07/21] config: make the config source const
` [PATCH 08/21] builtin/config: refactor functions to have common exit paths
` [PATCH 09/21] builtin/config: move location options into local variables
` [PATCH 10/21] builtin/config: move display "
` [PATCH 11/21] builtin/config: move type options into display options
` [PATCH 12/21] builtin/config: move default value "
` [PATCH 13/21] builtin/config: move `respect_includes_opt` into location options
` [PATCH 14/21] builtin/config: convert `do_not_match` to a local variable
` [PATCH 15/21] builtin/config: convert `value_pattern` "
` [PATCH 16/21] builtin/config: convert `regexp` "
` [PATCH 17/21] builtin/config: convert `key_regexp` "
` [PATCH 18/21] builtin/config: convert `key` "
` [PATCH 19/21] builtin/config: track "fixed value" option via flags only
` [PATCH 20/21] builtin/config: convert flags to a local variable
` [PATCH 21/21] builtin/config: pass data between callbacks via local variables
` [PATCH v2 00/21] builtin/config: remove global state
` [PATCH v2 01/21] builtin/config: stop printing full usage on misuse
` [PATCH v2 02/21] builtin/config: move legacy mode into its own function
` [PATCH v2 03/21] builtin/config: move subcommand options into `cmd_config()`
` [PATCH v2 04/21] builtin/config: move legacy "
` [PATCH v2 05/21] builtin/config: move actions into `cmd_config_actions()`
` [PATCH v2 06/21] builtin/config: check for writeability after source is set up
` [PATCH v2 07/21] config: make the config source const
` [PATCH v2 08/21] builtin/config: refactor functions to have common exit paths
` [PATCH v2 09/21] builtin/config: move location options into local variables
` [PATCH v2 10/21] builtin/config: move display "
` [PATCH v2 11/21] builtin/config: move type options into display options
` [PATCH v2 12/21] builtin/config: move default value "
` [PATCH v2 13/21] builtin/config: move `respect_includes_opt` into location options
` [PATCH v2 14/21] builtin/config: convert `do_not_match` to a local variable
` [PATCH v2 15/21] builtin/config: convert `value_pattern` "
` [PATCH v2 16/21] builtin/config: convert `regexp` "
` [PATCH v2 17/21] builtin/config: convert `key_regexp` "
` [PATCH v2 18/21] builtin/config: convert `key` "
` [PATCH v2 19/21] builtin/config: track "fixed value" option via flags only
` [PATCH v2 20/21] builtin/config: convert flags to a local variable
` [PATCH v2 21/21] builtin/config: pass data between callbacks via local variables
[PATCH] fetch-pack: Remove unused struct 'loose_object_iter'
2024-05-13 10:02 UTC (2+ messages)
[PATCH] compat/regex: fix argument order to calloc(3)
2024-05-13 10:00 UTC (2+ messages)
[PATCH 00/13] reftable: prepare for re-seekable iterators
2024-05-13 8:48 UTC (32+ messages)
` [PATCH 07/13] reftable/merged: split up initialization and seeking of records
` [PATCH 08/13] reftable/merged: simplify indices for subiterators
` [PATCH 09/13] reftable/generic: move seeking of records into the iterator
` [PATCH 11/13] reftable/reader: adapt interface to allow reuse of iterators
` [PATCH v2 00/13] reftable: prepare for re-seekable iterators
` [PATCH v2 01/13] reftable/block: use `size_t` to track restart point index
` [PATCH v2 02/13] reftable/reader: avoid copying index iterator
` [PATCH v2 03/13] reftable/reader: unify indexed and linear seeking
` [PATCH v2 04/13] reftable/reader: separate concerns of table iter and reftable reader
` [PATCH v2 05/13] reftable/reader: inline `reader_seek_internal()`
` [PATCH v2 06/13] reftable/reader: set up the reader when initializing table iterator
` [PATCH v2 07/13] reftable/merged: split up initialization and seeking of records
` [PATCH v2 08/13] reftable/merged: simplify indices for subiterators
` [PATCH v2 09/13] reftable/generic: move seeking of records into the iterator
` [PATCH v2 10/13] reftable/generic: adapt interface to allow reuse of iterators
` [PATCH v2 11/13] reftable/reader: "
` [PATCH v2 12/13] reftable/stack: provide convenience functions to create iterators
` [PATCH v2 13/13] reftable/merged: adapt interface to allow reuse of iterators
[PATCH 00/11] reftable: expose write options as config
2024-05-13 8:18 UTC (33+ messages)
` [PATCH v2 "
` [PATCH v2 01/11] reftable: consistently refer to `reftable_write_options` as `opts`
` [PATCH v2 02/11] reftable: consistently pass write opts as value
` [PATCH v2 03/11] reftable/writer: drop static variable used to initialize strbuf
` [PATCH v2 04/11] reftable/writer: improve error when passed an invalid block size
` [PATCH v2 08/11] refs/reftable: allow configuring restart interval
` [PATCH v2 09/11] refs/reftable: allow disabling writing the object index
` [PATCH v2 10/11] reftable: make the compaction factor configurable
` [PATCH v2 11/11] refs/reftable: allow configuring geometric factor
` [PATCH v3 00/11] reftable: expose write options as config
` [PATCH v3 01/11] reftable: consistently refer to `reftable_write_options` as `opts`
` [PATCH v3 02/11] reftable: pass opts as constant pointer
` [PATCH v3 03/11] reftable/writer: drop static variable used to initialize strbuf
` [PATCH v3 04/11] reftable/writer: improve error when passed an invalid block size
` [PATCH v3 05/11] reftable/dump: support dumping a table's block structure
` [PATCH v3 06/11] refs/reftable: allow configuring block size
` [PATCH v3 07/11] reftable: use `uint16_t` to track restart interval
` [PATCH v3 08/11] refs/reftable: allow configuring "
` [PATCH v3 09/11] refs/reftable: allow disabling writing the object index
` [PATCH v3 10/11] reftable: make the compaction factor configurable
` [PATCH v3 11/11] refs/reftable: allow configuring geometric factor
What's cooking in git.git (May 2024, #05; Sat, 11)
2024-05-13 7:55 UTC (3+ messages)
Checkout to different directory at certain commit without changing index
2024-05-13 7:26 UTC
[PATCH 0/2] Fix use of uninitialized hash algos
2024-05-13 7:15 UTC (3+ messages)
` [PATCH 1/2] builtin/patch-id: fix uninitialized hash function
` [PATCH 2/2] builtin/hash-object: "
Bug in git log -S
2024-05-13 5:55 UTC (2+ messages)
[PATCH v7 0/8] refs: add support for transactional symref updates
2024-05-12 17:17 UTC (4+ messages)
` [PATCH v8 "
Possible git-diff bug when using exit-code with diff filters
2024-05-12 9:38 UTC (8+ messages)
` [PATCH 2/2] diff: fix --exit-code with external diff
[PATCH] osxkeychain: lock for exclusive execution
2024-05-12 7:05 UTC (17+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] osxkeychain: state[] seen=1 to skip unnecessary store operations
[PATCH v2] documentation: git-update-index: add --show-index-version to synopsis
2024-05-12 3:14 UTC
[PATCH] doc: git-update-index: add --show-index-version to synopsis
2024-05-12 1:52 UTC (3+ messages)
Git-GUI change of maintainership
2024-05-11 21:29 UTC (6+ messages)
[PATCH 0/3] un-breaking osx-gcc ci job
2024-05-11 17:21 UTC (13+ messages)
` [PATCH 2/3] ci: avoid bare "gcc" for osx-gcc job
` [PATCH 3/3] ci: stop installing "gcc-13" for osx-gcc
git shortlog --committer=name is documented, alas not implemented
2024-05-11 16:17 UTC (3+ messages)
[PATCH] osxkeychain: lock for exclusive execution
2024-05-11 12:20 UTC
[PATCH] trace2: intercept all common signals
2024-05-10 22:20 UTC (10+ messages)
[ANNOUNCE] tig-2.5.10
2024-05-10 22:12 UTC
[RFD] Libification proposal: separate internal and external interfaces
2024-05-10 21:35 UTC (5+ messages)
[GSoC] Welcoming our 2024 contributors and thanking our applicants
2024-05-10 20:04 UTC (2+ messages)
[PATCH v2] doc: describe the project's decision-making process
2024-05-10 19:09 UTC (10+ messages)
` [PATCH 0/2] Describe patch-flow better in SubmittingPatches
` [PATCH 2/2] SubmittingPatches: extend the "flow" section
` [PATCH v2 0/2] Describe life cycle of a patch series
` [PATCH v2 1/2] SubmittingPatches: move the patch-flow section earlier
` [PATCH v2 2/2] SubmittingPatches: extend the "flow" section
` [PATCH] decisions: focus on larger scale issues
[PATCH 0/3] Clarify pseudo-ref terminology
2024-05-10 18:59 UTC (3+ messages)
` [PATCH v4 00/10] "
What's cooking in git.git (May 2024, #04; Thu, 9)
2024-05-10 18:39 UTC (5+ messages)
bug: git config --global --unset doesn't unset configs in corner case
2024-05-10 16:38 UTC (3+ messages)
i18n of git man pages
2024-05-10 16:33 UTC (8+ messages)
[RFC PATCH] docs: document upcoming breaking changes
2024-05-10 12:43 UTC (6+ messages)
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-10 11:47 UTC (14+ messages)
` [PATCH v2 00/23] "
` [PATCH v2 01/23] Documentation/technical: describe pseudo-merge bitmaps format
` [PATCH v2 06/23] pack-bitmap-write: support storing pseudo-merge commits
` [PATCH v2 10/23] pack-bitmap-write.c: select "
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).