messages from 2024-06-18 08:38:09 to 2024-06-21 10:19:33 UTC [more...]
Thoughts about the -m option of cherry-pick and revert
2024-06-21 10:19 UTC (5+ messages)
Bug: Git Maintenance does not register multiple repos
2024-06-21 10:10 UTC (4+ messages)
[PATCH resend] git-send-email: Use sanitized address when reading mbox body
2024-06-21 9:27 UTC
[PATCH] bundle-uri.c: Fix double increment in depth
2024-06-21 9:22 UTC
Git bisect skip
2024-06-21 7:37 UTC (2+ messages)
[PATCH] Fix default font scaling
2024-06-21 7:18 UTC (7+ messages)
[PATCH 0/2] cat-file related doc and test
2024-06-21 7:16 UTC (10+ messages)
` [PATCH 2/2] t9700: ensure cat-file info isn't buffered by default
` [PATCH v2 2/2] t1006: "
[PATCH] pager: die when paging to non-existing command
2024-06-21 6:51 UTC (8+ messages)
[PATCH] cat-file: reduce write calls for unfiltered blobs
2024-06-21 6:29 UTC (2+ messages)
git-gui: Visualize * History does nothing on macOS
2024-06-21 6:12 UTC (5+ messages)
[GSoC][PATCH 0/11] t: port reftable/record_test.c to the unit testing framework
2024-06-21 6:09 UTC (13+ messages)
` [PATCH 01/11] t: move "
` [PATCH 02/11] t-reftable-record: add reftable_record_cmp() tests for log records
` [PATCH 03/11] t-reftable-record: add comparison tests for ref records
` [PATCH 04/11] t-reftable-record: add comparison tests for index records
` [PATCH 05/11] t-reftable-record: add comparison tests for obj records
` [PATCH 06/11] t-reftable-record: add reftable_record_is_deletion() test for ref records
` [PATCH 07/11] t-reftable-record: add reftable_record_is_deletion() test for log records
` [PATCH 08/11] t-reftable-record: add reftable_record_is_deletion() test for obj records
` [PATCH 09/11] t-reftable-record: add reftable_record_is_deletion() test for index records
` [PATCH 10/11] t-reftable-record: add tests for reftable_ref_record_compare_name()
` [PATCH 11/11] t-reftable-record: add tests for reftable_log_record_compare_key()
What's cooking in git.git (Jun 2024, #07; Thu, 20)
2024-06-21 5:25 UTC (2+ messages)
[GSoC][PATCH 0/2] ref consistency check infra setup
2024-06-21 2:24 UTC (15+ messages)
` [GSoC][PATCH v2 0/7] "
` [GSoC][PATCH v2 5/7] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v4 0/7] ref consistency check infra setup
` [GSoC][PATCH v4 1/7] fsck: add refs check interfaces to interact with fsck error levels
` [GSoC][PATCH v4 2/7] refs: set up ref consistency check infrastructure
` [GSoC][PATCH v4 3/7] builtin/refs: add verify subcommand
` [GSoC][PATCH v4 4/7] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v4 5/7] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v4 6/7] fsck: add ref name check for files backend
` [GSoC][PATCH v4 7/7] fsck: add ref content "
[PATCH v0 0/1] Teach git version --build-options about OpenSSL
2024-06-21 1:50 UTC (9+ messages)
` [PATCH v0 1/1] "
hola
2024-06-20 23:35 UTC
[PATCH 00/16] mktree: support more flexible usage
2024-06-20 22:26 UTC (25+ messages)
` [PATCH 05/16] index-info.c: identify empty input lines in read_index_info
` [PATCH v2 00/17] mktree: support more flexible usage
` [PATCH v2 01/17] mktree: use OPT_BOOL
` [PATCH v2 02/17] mktree: rename treeent to tree_entry
` [PATCH v2 03/17] mktree: use non-static tree_entry array
` [PATCH v2 04/17] update-index: generalize 'read_index_info'
` [PATCH v2 05/17] index-info.c: return unrecognized lines to caller
` [PATCH v2 06/17] index-info.c: parse object type in provided in read_index_info
` [PATCH v2 07/17] mktree: use read_index_info to read stdin lines
` [PATCH v2 08/17] mktree.c: do not fail on mismatched submodule type
` [PATCH v2 09/17] mktree: add a --literally option
` [PATCH v2 10/17] mktree: validate paths more carefully
` [PATCH v2 11/17] mktree: overwrite duplicate entries
` [PATCH v2 12/17] mktree: create tree using an in-core index
` [PATCH v2 13/17] mktree: use iterator struct to add tree entries to index
` [PATCH v2 14/17] mktree: add directory-file conflict hashmap
` [PATCH v2 15/17] mktree: optionally add to an existing tree
` [PATCH v2 16/17] mktree: allow deeper paths in input
` [PATCH v2 17/17] mktree: remove entries when mode is 0
[PATCH 0/5] sparse-index: improve clear_skip_worktree_from_present_files()
2024-06-20 21:02 UTC (9+ messages)
` [PATCH 1/5] sparse-index: refactor skip worktree retry logic
` [PATCH 2/5] sparse-index: refactor path_found()
` [PATCH 3/5] sparse-index: use strbuf in path_found()
` [PATCH 4/5] sparse-index: count lstat() calls
` [PATCH 5/5] sparse-index: improve lstat caching of sparse paths
[PATCH 1/2] receive-pack: use find_commit_header() in check_cert_push_options()
2024-06-20 18:12 UTC (5+ messages)
` [PATCH 2/2] receive-pack: use find_commit_header() in check_nonce()
` [PATCH 3/2] commit: remove find_header_mem()
[PATCH] t5500: fix mistaken $SERVER reference in helper function
2024-06-20 18:06 UTC (4+ messages)
[PATCH] mingw: drop bogus (and unneeded) declaration of `_pgmptr`
2024-06-20 17:58 UTC (3+ messages)
[PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack
2024-06-20 17:57 UTC (7+ messages)
` [RESEND, BUG, SIGSEGV CRASH] (Re: [PATCH] fetch-pack: test: demonstrate segmentation fault when run with fsckObjects but without --lock-pack)
` [PATCH] fetch-pack: fix segfault when fscking without --lock-pack
bug with git describe --dirty --broken
2024-06-20 16:57 UTC (2+ messages)
[PATCH 0/3] Advertise OS version
2024-06-20 16:28 UTC (19+ messages)
` [PATCH 1/3] version: refactor strbuf_sanitize()
` [PATCH 2/3] version: refactor get_uname_info()
` [PATCH 3/3] connect: advertise OS version
Non-blob .gitmodules and .gitattributes
2024-06-20 16:20 UTC (16+ messages)
` [PATCH 0/4] .git{ignore,attributes} directories?
` [PATCH 1/4] .gitignore: introduce GITIGNORE_FILE CPP macro
` [PATCH 2/4] attr: notice and report read failure of .gitattributes files
` [PATCH 3/4] exclude: notice and report read failure of .gitignore files
` [PATCH 4/4] submodule: ignore .gitmodules that is not a regular file
Feature Request
2024-06-20 13:29 UTC (2+ messages)
[GSoC][PATCH] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
2024-06-20 9:45 UTC (2+ messages)
Ownership handling of the "remote name" buffer given to `remote_get` is inconsistent
2024-06-19 21:24 UTC (3+ messages)
[PATCH v6 0/3] object checking related additions and fixes for bundles in fetches
2024-06-19 6:30 UTC (9+ messages)
` [PATCH v7 "
` [PATCH v7 1/3] bundle-uri: verify oid before writing refs
` "
` [PATCH v8 0/3] object checking related additions and fixes for bundles in fetches
` [PATCH v8 1/3] bundle-uri: verify oid before writing refs
` [PATCH v8 2/3] fetch-pack: expose fsckObjects configuration logic
` [PATCH v8 3/3] unbundle: extend object verification for fetches
Add warning when v0 protocol is used/downgraded
2024-06-19 3:37 UTC (4+ messages)
[PATCH 0/7] Fix and improve some error codepaths in merge-ort
2024-06-19 3:00 UTC (15+ messages)
` [PATCH 2/7] merge-ort: maintain expected invariant for priv member
` [PATCH 6/7] merge-ort: upon merge abort, only show messages causing the abort
` [PATCH v2 0/7] Fix and improve some error codepaths in merge-ort
` [PATCH v2 1/7] merge-ort: extract handling of priv member into reusable function
` [PATCH v2 2/7] merge-ort: maintain expected invariant for priv member
` [PATCH v2 3/7] merge-ort: fix type of local 'clean' var in handle_content_merge()
` [PATCH v2 4/7] merge-ort: clearer propagation of failure-to-function from merge_submodule
` [PATCH v2 5/7] merge-ort: loosen commented requirements
` [PATCH v2 6/7] merge-ort: upon merge abort, only show messages causing the abort
` [PATCH v2 7/7] merge-ort: convert more error() cases to path_msg()
[GSoC][PATCH v3 1/7] fsck: add refs check interfaces to interface with fsck error levels
2024-06-19 2:39 UTC (6+ messages)
[PATCH] attr: fix msan issue in read_attr_from_index
2024-06-18 23:39 UTC (2+ messages)
[PATCH 00/21] Introduce `USE_THE_REPOSITORY_VARIABLE` macro
2024-06-18 20:22 UTC (11+ messages)
` [PATCH v3 00/20] "
` [PATCH v3 09/20] global: introduce "
[GSoC][PATCH v3 0/7] ref consistency check infra setup
2024-06-18 15:56 UTC (3+ messages)
Multi Factor Authentication for GIT software
2024-06-18 15:41 UTC (4+ messages)
[PATCH v3 3/7] builtin/refs: add verify subcommand
2024-06-18 8:48 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