messages from 2024-05-13 10:39:45 to 2024-05-15 12:28:53 UTC [more...]
[PATCH 0/2] Fix use of uninitialized hash algos
2024-05-15 12:24 UTC (41+ messages)
` [PATCH 2/2] builtin/hash-object: fix uninitialized hash function
` [PATCH v2 0/4] Fix use of uninitialized hash algorithms
` [PATCH v2 1/4] setup: add an escape hatch for "no more default hash algorithm" change
` [PATCH v2 2/4] t1517: test commands that are designed to be run outside repository
` [PATCH v2 3/4] builtin/patch-id: fix uninitialized hash function
` [PATCH v2 4/4] builtin/hash-object: "
` [PATCH 5/4] apply: "
` [PATCH v3 0/5] Fix use of uninitialized hash algorithms
` [PATCH v3 1/5] setup: add an escape hatch for "no more default hash algorithm" change
` [PATCH v3 2/5] t1517: test commands that are designed to be run outside repository
` [PATCH v3 3/5] builtin/patch-id: fix uninitialized hash function
` [PATCH v3 4/5] builtin/hash-object: "
` [PATCH v3 5/5] apply: "
` [PATCH v4 0/5] Fix use of uninitialized hash algorithms
` [PATCH v4 1/5] setup: add an escape hatch for "no more default hash algorithm" change
` [PATCH v4 2/5] t1517: test commands that are designed to be run outside repository
` [PATCH v4 3/5] builtin/patch-id: fix uninitialized hash function
` [PATCH v4 4/5] builtin/hash-object: "
` [PATCH v4 5/5] apply: "
What's cooking in git.git (May 2024, #06; Tue, 14)
2024-05-15 11:57 UTC (2+ messages)
[PATCH] fetch-pack: Remove unused struct 'loose_object_iter'
2024-05-15 10:41 UTC (5+ messages)
[GSoC] Welcoming our 2024 contributors and thanking our applicants
2024-05-15 10:04 UTC (3+ messages)
[PATCH 0/6] pack-bitmap: various pack-bitmap-write cleanups
2024-05-15 9:05 UTC (11+ messages)
` [PATCH 1/6] object.h: add flags allocated by pack-bitmap.h
` [PATCH 2/6] pack-bitmap-write.c: move commit_positions into commit_pos fields
` [PATCH 3/6] pack-bitmap: avoid use of static `bitmap_writer`
` [PATCH 4/6] pack-bitmap: drop unused `max_bitmaps` parameter
` [PATCH 5/6] pack-bitmap-write.c: avoid uninitialized 'write_as' field
` [PATCH 6/6] pack-bitmap: introduce `bitmap_writer_free()`
[PATCH 0/3] Clarify pseudo-ref terminology
2024-05-15 6:59 UTC (22+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 07/10] refs: root refs can be symbolic refs
` [PATCH v5 00/10] Clarify pseudo-ref terminology
` [PATCH v5 01/10] Documentation/glossary: redefine pseudorefs as special refs
` [PATCH v5 02/10] Documentation/glossary: clarify limitations of pseudorefs
` [PATCH v5 03/10] Documentation/glossary: define root refs as refs
` [PATCH v5 04/10] refs: rename `is_pseudoref()` to `is_root_ref()`
` [PATCH v5 05/10] refs: rename `is_special_ref()` to `is_pseudo_ref()`
` [PATCH v5 06/10] refs: do not check ref existence in `is_root_ref()`
` [PATCH v5 07/10] refs: classify HEAD as a root ref
` [PATCH v5 08/10] refs: pseudorefs are no refs
` [PATCH v5 09/10] ref-filter: properly distinuish pseudo and root refs
` [PATCH v5 10/10] refs: refuse to write pseudorefs
[PATCH] prune: mark rebase autostash and orig-head as reachable
2024-05-14 19:37 UTC (3+ messages)
[PATCH 00/21] builtin/config: remove global state
2024-05-15 6:43 UTC (45+ messages)
` [PATCH 05/21] builtin/config: move actions into `cmd_config_actions()`
` [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 04/21] builtin/config: move legacy options into `cmd_config()`
` [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 17/21] builtin/config: convert `key_regexp` "
` [PATCH v2 18/21] builtin/config: convert `key` "
` [PATCH v3 00/21] builtin/config: remove global state
` [PATCH v3 01/21] builtin/config: stop printing full usage on misuse
` [PATCH v3 02/21] builtin/config: move legacy mode into its own function
` [PATCH v3 03/21] builtin/config: move subcommand options into `cmd_config()`
` [PATCH v3 04/21] builtin/config: move legacy "
` [PATCH v3 05/21] builtin/config: move actions into `cmd_config_actions()`
` [PATCH v3 07/21] config: make the config source const
` [PATCH v3 09/21] builtin/config: move location options into local variables
` [PATCH v3 10/21] builtin/config: move display "
` [PATCH v3 11/21] builtin/config: move type options into display options
` [PATCH v3 12/21] builtin/config: move default value "
` [PATCH v3 14/21] builtin/config: convert `do_not_match` to a local variable
` [PATCH v3 15/21] builtin/config: convert `value_pattern` "
` [PATCH v3 16/21] builtin/config: convert `regexp` "
` [PATCH v3 17/21] builtin/config: convert `key_regexp` "
` [PATCH v3 18/21] builtin/config: convert `key` "
` [PATCH v3 19/21] builtin/config: track "fixed value" option via flags only
` [PATCH v3 20/21] builtin/config: convert flags to a local variable
` [PATCH v3 21/21] builtin/config: pass data between callbacks via local variables
Bug in git log -S
2024-05-15 6:34 UTC (5+ messages)
git format-patch displays weird chars when filename includes non-ascii chars
2024-05-15 5:40 UTC (4+ messages)
Checkout to different directory at certain commit without changing index
2024-05-15 5:07 UTC (7+ messages)
[PATCH] bundle-uri: refresh packed_git if unbundle succeed
2024-05-15 3:01 UTC
What's cooking in git.git (May 2024, #05; Sat, 11)
2024-05-15 4:04 UTC (4+ messages)
[PATCH 0/2] Revert defense-in-depth patches breaking Git LFS
2024-05-14 19:41 UTC (5+ messages)
` [PATCH 1/2] Revert "clone: prevent hooks from running during a clone"
` [PATCH 2/2] Revert "core.hooksPath: add some protection while cloning"
Author signature
2024-05-14 20:05 UTC (4+ messages)
[PATCH] archive: make --add-virtual-file honor --prefix
2024-05-14 21:15 UTC
[PATCH 0/6] update-ref: add symref support for --stdin
2024-05-14 12:44 UTC (7+ messages)
` [PATCH 1/6] refs: create and use `ref_update_ref_must_exist()`
` [PATCH 2/6] update-ref: add support for 'symref-verify' command
` [PATCH 3/6] update-ref: add support for 'symref-delete' command
` [PATCH 4/6] update-ref: add support for 'symref-create' command
` [PATCH 5/6] reftable: pick either 'oid' or 'target' for new updates
` [PATCH 6/6] update-ref: add support for 'symref-update' command
[PATCH] gitignore.txt: fix slash-rules example
2024-05-14 21:50 UTC (2+ messages)
[ANNOUNCE] Git for Windows 2.45.1 (security bug-fix release)
2024-05-14 17:17 UTC
[ANNOUNCE] Git v2.45.1 and friends
2024-05-14 17:06 UTC
[RFC PATCH] docs: document upcoming breaking changes
2024-05-14 15:45 UTC (9+ messages)
` [RFC PATCH v2] "
[PATCH] SubmittingPatches: add section for iterating patches
2024-05-14 12:30 UTC
git pull --prune --prune-tags yields a usage error In 2.45.0
2024-05-14 6:47 UTC (2+ messages)
[PATCH 00/24] pack-bitmap: pseudo-merge reachability bitmaps
2024-05-14 6:33 UTC (17+ 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 08/23] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public
` [PATCH v2 09/23] pseudo-merge: implement support for selecting pseudo-merge commits
[PATCH 00/11] reftable: expose write options as config
2024-05-14 4:54 UTC (17+ messages)
` [PATCH v2 "
` [PATCH v2 05/11] reftable/dump: support dumping a table's block structure
` [PATCH v2 07/11] reftable: use `uint16_t` to track restart interval
` [PATCH v2 08/11] refs/reftable: allow configuring "
` [PATCH v2 10/11] reftable: make the compaction factor configurable
` [PATCH v3 00/11] reftable: expose write options as config
` [PATCH v3 04/11] reftable/writer: improve error when passed an invalid block size
Error: failed to store: -25299
2024-05-13 14:29 UTC (4+ messages)
Options to have git log presents commits of a non linear history in a meaningful order
2024-05-13 22:52 UTC (2+ messages)
git client enhancement request
2024-05-13 21:19 UTC (8+ 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
Help troubleshoot performance regression cloning with depth: git 2.44 vs git 2.42
2024-05-13 20:16 UTC (11+ messages)
` using tree as attribute source is slow, was "
` Re* "
[PATCH] trace2: intercept all common signals
2024-05-13 16:21 UTC (3+ messages)
[PATCH v7 0/8] refs: add support for transactional symref updates
2024-05-13 17:15 UTC (5+ messages)
` [PATCH v8 "
[PATCH] compat/regex: fix argument order to calloc(3)
2024-05-13 10:00 UTC (2+ messages)
git-cherry-pick(1) -- path
2024-05-13 15:16 UTC (9+ messages)
[PATCH 00/13] reftable: prepare for re-seekable iterators
2024-05-13 8:47 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 02/13] reftable/reader: avoid copying index iterator
` [PATCH v2 06/13] reftable/reader: set up the reader when initializing table iterator
` [PATCH v2 09/13] reftable/generic: move seeking of records into the iterator
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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).