messages from 2024-07-08 17:13:10 to 2024-07-11 08:27:43 UTC [more...]
[PATCH 0/8] clang-format: add more rules and enable on CI
2024-07-11 8:27 UTC (38+ messages)
` [PATCH 1/8] clang-format: indent preprocessor directives after hash
` [PATCH 5/8] clang-format: avoid braces on simple single-statement bodies
` [PATCH 6/8] clang-format: formalize some of the spacing rules
` [PATCH 7/8] ci: run style check on GitHub and GitLab
` Re* "
` [PATCH 8/8] check-whitespace: detect if no base_commit is provided
[GSoC][PATCH 0/5] t: port reftable/merged_test.c to the unit testing framework
2024-07-11 3:58 UTC (20+ messages)
` [GSoC][PATCH v2 0/7] "
` [PATCH v2 1/7] t: move "
` [PATCH v2 2/7] t: harmonize t-reftable-merged.c with coding guidelines
` [PATCH v2 3/7] t-reftable-merged: improve the test t_merged_single_record()
` [PATCH v2 4/7] t-reftable-merged: improve the const-correctness of helper functions
` [PATCH v2 5/7] t-reftable-merged: add tests for reftable_merged_table_max_update_index
` [PATCH v2 6/7] t-reftable-merged: use reftable_ref_record_equal to compare ref records
` [PATCH v2 7/7] t-reftable-merged: add test for REFTABLE_FORMAT_ERROR
` [GSoC][PATCH v3 0/7] t: port reftable/merged_test.c to the unit testing framework
` [PATCH v3 1/7] t: move "
` [PATCH v3 2/7] t: harmonize t-reftable-merged.c with coding guidelines
` [PATCH v3 3/7] t-reftable-merged: improve the test t_merged_single_record()
` [PATCH v3 4/7] t-reftable-merged: improve the const-correctness of helper functions
` [PATCH v3 5/7] t-reftable-merged: add tests for reftable_merged_table_max_update_index
` [PATCH v3 6/7] t-reftable-merged: use reftable_ref_record_equal to compare ref records
` [PATCH v3 7/7] t-reftable-merged: add test for REFTABLE_FORMAT_ERROR
Shared bare repository dubious ownership error after 2.40.1-r0
2024-07-10 23:16 UTC
[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
2024-07-10 22:13 UTC (9+ messages)
` [PATCH 6/6] t-strbuf: use TEST_RUN
[PATCH 00/16] mktree: support more flexible usage
2024-07-10 21:40 UTC (4+ messages)
` [PATCH v2 00/17] "
[GSoC][PATCH v7 0/9] ref consistency check infra setup
2024-07-10 21:31 UTC (34+ messages)
` [GSoC][PATCH v9 "
` [GSoC][PATCH v9 1/9] fsck: rename "skiplist" to "skip_oids"
` [GSoC][PATCH v9 2/9] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v9 3/9] fsck: add refs-related options and error report function
` [GSoC][PATCH v9 4/9] refs: set up ref consistency check infrastructure
` [GSoC][PATCH v9 5/9] builtin/refs: add verify subcommand
` [GSoC][PATCH v9 6/9] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v9 7/9] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v9 8/9] fsck: add ref name check for files backend
` [GSoC][PATCH v9 9/9] fsck: add ref content "
` [GSoC][PATCH v10 00/10] ref consistency check infra setup
` [GSoC][PATCH v10 01/10] fsck: rename "skiplist" to "skip_oids"
` [GSoC][PATCH v10 02/10] fsck: rename objects-related fsck error functions
` [GSoC][PATCH v10 03/10] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v10 04/10] fsck: add refs-related error report function
` [GSoC][PATCH v10 05/10] refs: set up ref consistency check infrastructure
` [GSoC][PATCH v10 06/10] builtin/refs: add verify subcommand and verbose_refs for "fsck_options"
` [GSoC][PATCH v10 07/10] builtin/fsck: add `git-refs verify` child process
` [GSoC][PATCH v10 08/10] files-backend: add unified interface for refs scanning
` [GSoC][PATCH v10 09/10] fsck: add ref name check for files backend
` [GSoC][PATCH v10 10/10] fsck: add ref content "
[PATCH] Documentation: add platform support policy
2024-07-10 20:20 UTC (7+ messages)
[GSoC][PATCH] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
2024-07-10 19:41 UTC (7+ messages)
` [GSoC][PATCH v2] "
[PATCH] merge-recursive: honor diff.algorithm
2024-07-10 17:58 UTC (5+ messages)
` [PATCH v2] "
Git Update for Windows - Cloudflare Direct IP
2024-07-10 17:34 UTC (3+ messages)
Request to Update OpenSSH Version in Git due to Security Vulnerabilities (CVE-2006-5051, CVE-2024-6387
2024-07-10 17:23 UTC (3+ messages)
[PATCH 0/2] here-doc test bodies
2024-07-10 17:15 UTC (31+ messages)
` [PATCH] chainlint.pl: recognize test bodies defined via heredoc
` [PATCH v2 0/9] here-doc test bodies (now with 100% more chainlinting)
` [PATCH v2 1/9] chainlint.pl: add test_expect_success call to test snippets
` [PATCH v2 2/9] chainlint.pl: only start threads if jobs > 1
` [PATCH v2 3/9] chainlint.pl: do not spawn more threads than we have scripts
` [PATCH v2 4/9] chainlint.pl: force CRLF conversion when opening input files
` [PATCH v2 5/9] chainlint.pl: check line numbers in expected output
` [PATCH v2 6/9] chainlint.pl: recognize test bodies defined via heredoc
` [PATCH v2 7/9] chainlint.pl: add tests for test body in heredoc
` [PATCH v2 8/9] test-lib: allow test snippets as here-docs
` [PATCH v2 9/9] t: convert some here-doc test bodies
` [PATCH v2 10/9] t/.gitattributes: ignore whitespace in chainlint expect files
git crashes in `git commit --patch` with diff.suppressBlankEmpty = true
2024-07-10 17:06 UTC (6+ messages)
` [RFC/PATCH] add-patch: handle splitting hunks with diff.suppressBlankEmpty
[PATCH/RFC] http.c: cookie file tightening
2024-07-10 16:33 UTC (4+ messages)
FR: Provide Out-Of-Tree Building; Provide Cross-Compile Parameters
2024-07-10 15:53 UTC (8+ messages)
[PATCH] builtin/push: call set_refspecs after validating remote
2024-07-10 15:46 UTC (15+ messages)
` [PATCH v2] "
[RFC PATCH] grep: default to posix digits with -P
2024-07-10 13:49 UTC (4+ messages)
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-07-10 12:08 UTC (15+ messages)
` [PATCH 1/6] fetch-pack: refactor packet writing
` [PATCH 4/6] transport: add client support for object-info
` [PATCH 5/6] cat-file: add declaration of variable i inside its for loop
` [PATCH 6/6] cat-file: add remote-object-info to batch-command
[PATCH] test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by default
2024-07-10 7:16 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2 0/1] Proactive authentication over HTTP
2024-07-10 0:01 UTC (3+ messages)
` [PATCH v3 "
` [PATCH v3 1/1] http: allow authenticating proactively
[PATCH v3 0/4] Additional FAQ entries
2024-07-09 23:37 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 1/4] gitfaq: add documentation on proxies
` [PATCH v4 2/4] gitfaq: give advice on using eol attribute in gitattributes
` [PATCH v4 3/4] gitfaq: add entry about syncing working trees
` [PATCH v4 4/4] doc: mention that proxies must be completely transparent
[Tomas Nordin] Re: Unbalanced closing paren in help of git commit
2024-07-09 23:07 UTC
[PATCH] doc: update http.cookieFile with in-memory cookie processing
2024-07-09 23:05 UTC (4+ messages)
Git installation file not downloading
2024-07-09 21:13 UTC (2+ messages)
[PATCH] var(win32): do report the GIT_SHELL_PATH that is actually used
2024-07-09 16:31 UTC (9+ messages)
[PATCH] t-strvec: use test_msg()
2024-07-09 11:32 UTC (3+ messages)
` [PATCH v2] "
What's cooking in git.git (Jul 2024, #02; Mon, 8)
2024-07-09 1:07 UTC
[GSoC][PATCH] t: migrate helper/test-urlmatch-normalization to unit tests
2024-07-09 0:42 UTC (2+ messages)
Unbalanced closing paren in help of git commit
2024-07-08 23:35 UTC (5+ messages)
linux git init/clone on Netapp NTFS security style volumes
2024-07-08 21:46 UTC (4+ messages)
` Aw: "
[BUG REPORT] git-gui invokes prepare-commit-msg hook incorrectly
2024-07-08 20:40 UTC (9+ messages)
[PATCH] advice: warn when sparse index expands
2024-07-08 19:34 UTC (3+ messages)
` [PATCH v2] "
With big repos and slower connections, git clone can be hard to work with
2024-07-08 17:38 UTC (7+ 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 NNTP newsgroup(s).