messages from 2024-07-10 15:53:32 to 2024-07-14 12:30:57 UTC [more...]
[GSoC][PATCH v10 00/10] ref consistency check infra setup
2024-07-14 12:30 UTC (9+ messages)
` [GSoC][PATCH v10 03/10] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v10 06/10] builtin/refs: add verify subcommand and verbose_refs for "fsck_options"
` [GSoC][PATCH v11 00/10] ref consistency check infra setup
` [GSoC][PATCH v11 01/10] fsck: rename "skiplist" to "skip_oids"
With big repos and slower connections, git clone can be hard to work with
2024-07-14 12:00 UTC (5+ messages)
[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
2024-07-14 11:44 UTC (21+ messages)
` [PATCH 2/6] unit-tests: add TEST_RUN
` [PATCH 6/6] t-strbuf: use TEST_RUN
[PATCH] t-strvec: use test_msg()
2024-07-14 10:17 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] t-strvec: improve check_strvec() output
[Test Breakage 2.46.0-rc0] Test t4135.06 fails on NonStop
2024-07-14 7:05 UTC (3+ messages)
[Test Breakage 2.46.0-rc0] Test t0021.35 fails on NonStop
2024-07-14 2:53 UTC (2+ messages)
[PATCH 0/4] use the pager in 'add -p'
2024-07-14 1:18 UTC (22+ messages)
` [PATCH 1/4] add-patch: test for 'p' command
` [PATCH 2/4] pager: do not close fd 2 unnecessarily
` [PATCH 3/4] pager: introduce wait_for_pager
` [PATCH 4/4] add-patch: render hunks through the pager
` [PATCH v2 0/4] use the pager in 'add -p'
` [PATCH v2 1/4] add-patch: test for 'p' command
` [PATCH v2 2/4] pager: do not close fd 2 unnecessarily
` [PATCH v2 3/4] pager: introduce wait_for_pager
` [PATCH v2 4/4] add-patch: render hunks through the pager
[PATCH 0/8] clang-format: add more rules and enable on CI
2024-07-13 23:18 UTC (45+ messages)
` [PATCH 5/8] clang-format: avoid braces on simple single-statement bodies
` [PATCH 8/8] check-whitespace: detect if no base_commit is provided
` [PATCH v2 0/8] clang-format: add more rules and enable on CI
` [PATCH v2 1/8] clang-format: indent preprocessor directives after hash
` [PATCH v2 2/8] clang-format: avoid spacing around bitfield colon
` [PATCH v2 3/8] clang-format: ensure files end with newlines
` [PATCH v2 4/8] clang-format: replace deprecated option with 'SpacesInParens'
` [PATCH v2 5/8] clang-format: avoid braces on simple single-statement bodies
` [PATCH v2 6/8] clang-format: formalize some of the spacing rules
` [PATCH v2 7/8] ci: run style check on GitHub and GitLab
` [PATCH v2 8/8] check-whitespace: detect if no base_commit is provided
` [PATCH v3 0/8] clang-format: add more rules and enable on CI
` [PATCH v3 1/8] clang-format: indent preprocessor directives after hash
` [PATCH v3 2/8] clang-format: avoid spacing around bitfield colon
` [PATCH v3 3/8] clang-format: ensure files end with newlines
` [PATCH v3 4/8] clang-format: replace deprecated option with 'SpacesInParens'
` [PATCH v3 5/8] clang-format: formalize some of the spacing rules
` [PATCH v3 6/8] ci: run style check on GitHub and GitLab
` [PATCH v3 7/8] check-whitespace: detect if no base_commit is provided
` [PATCH v3 8/8] ci/style-check: add `RemoveBracesLLVM` to '.clang-format'
git crashes in `git commit --patch` with diff.suppressBlankEmpty = true
2024-07-13 21:21 UTC (10+ messages)
` [RFC/PATCH] add-patch: handle splitting hunks with diff.suppressBlankEmpty
[PATCH] var(win32): do report the GIT_SHELL_PATH that is actually used
2024-07-13 21:08 UTC (24+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 1/7] run-command: refactor getting the Unix shell path into its own function
` [PATCH v2 2/7] strvec: declare the `strvec_push_nodup()` function globally
` [PATCH v2 3/7] win32: override `fspathcmp()` with a directory separator-aware version
` [PATCH v2 4/7] mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too
` [PATCH v2 5/7] run-command(win32): resolve the path to the Unix shell early
` [PATCH v2 6/7] run-command: declare the `git_shell_path()` function globally
` [PATCH v2 7/7] var(win32): do report the GIT_SHELL_PATH that is actually used
` [PATCH v3 0/7] "
` [PATCH v3 1/7] run-command: refactor getting the Unix shell path into its own function
` [PATCH v3 2/7] strvec: declare the `strvec_push_nodup()` function globally
` [PATCH v3 3/7] win32: override `fspathcmp()` with a directory separator-aware version
` [PATCH v3 4/7] mingw(is_msys2_sh): handle forward slashes in the `sh.exe` path, too
` [PATCH v3 5/7] run-command(win32): resolve the path to the Unix shell early
` [PATCH v3 6/7] run-command: declare the `git_shell_path()` function globally
` [PATCH v3 7/7] var(win32): do report the GIT_SHELL_PATH that is actually used
[PATCH] git-gui: do not exit upon prepare-commit-msg hook failure
2024-07-13 20:50 UTC (4+ messages)
[PATCH] merge-recursive: honor diff.algorithm
2024-07-13 16:51 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
What's cooking in git.git (Jul 2024, #04; Fri, 12)
2024-07-13 16:27 UTC
problem with parsing of patch files for patch-id
2024-07-13 16:25 UTC (4+ messages)
[L10N] Kickoff for Git 2.46.0
2024-07-13 9:25 UTC
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2024-07-13 2:35 UTC (11+ messages)
` [PATCH 4/6] transport: add client support for object-info
` [PATCH 6/6] cat-file: add remote-object-info to batch-command
[PATCH] cmake: fix build of `t-oidtree`
2024-07-13 1:14 UTC (5+ messages)
[PATCH] doc: clarify post-receive hook behavior
2024-07-12 23:11 UTC (2+ messages)
[PATCH] Documentation: add platform support policy
2024-07-12 19:46 UTC (24+ messages)
` [PATCH v2] "
[GSoC][PATCH] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
2024-07-12 17:14 UTC (10+ messages)
` [GSoC][PATCH v2] "
` [GSoC][PATCH v3] "
[ANNOUNCE] Git v2.46.0-rc0
2024-07-12 17:14 UTC
[PATCH] show-index: fix uninitialized hash function
2024-07-12 16:53 UTC (3+ messages)
Issue : Writing commits into the git repository takes longer than expected
2024-07-12 11:35 UTC (2+ messages)
[GSoC][PATCH 0/5] t: port reftable/merged_test.c to the unit testing framework
2024-07-12 5:39 UTC (21+ messages)
` [GSoC][PATCH v2 0/7] "
` [GSoC][PATCH v3 "
` [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
` [GSoC][PATCH v4 0/7] t: port reftable/merged_test.c to the unit testing framework
` [PATCH v4 1/7] t: move "
` [PATCH v4 2/7] t: harmonize t-reftable-merged.c with coding guidelines
` [PATCH v4 3/7] t-reftable-merged: improve the test t_merged_single_record()
` [PATCH v4 4/7] t-reftable-merged: improve the const-correctness of helper functions
` [PATCH v4 5/7] t-reftable-merged: add tests for reftable_merged_table_max_update_index
` [PATCH v4 6/7] t-reftable-merged: use reftable_ref_record_equal to compare ref records
` [PATCH v4 7/7] t-reftable-merged: add test for REFTABLE_FORMAT_ERROR
What's cooking in git.git (Jul 2024, #03; Thu, 11)
2024-07-12 0:03 UTC
[PATCH] builtin/push: call set_refspecs after validating remote
2024-07-11 21:33 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
rev-list does not output commit metadata (nor honor --format) when --use-bitmap-index is on
2024-07-11 18:12 UTC
[PATCH] doc: update http.cookieFile with in-memory cookie processing
2024-07-11 16:05 UTC (5+ messages)
` [PATCH v2] "
[PATCH] test-lib: GIT_TEST_SANITIZE_LEAK_LOG enabled by default
2024-07-11 14:10 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
Shared bare repository dubious ownership error after 2.40.1-r0
2024-07-10 23:16 UTC
[PATCH 00/16] mktree: support more flexible usage
2024-07-10 21:40 UTC (4+ messages)
` [PATCH v2 00/17] "
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 (4+ messages)
` [PATCH v2 0/9] here-doc test bodies (now with 100% more chainlinting)
` [PATCH v2 10/9] t/.gitattributes: ignore whitespace in chainlint expect files
[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 (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).