Show patches with: Archived = No       |   23608 patches
« 1 2 ... 31 32 33236 237 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[5/8] clang-format: avoid braces on simple single-statement bodies clang-format: add more rules and enable on CI - - - --- 2024-07-08 karthik nayak Superseded
[4/8] clang-format: replace deprecated option with 'SpacesInParens' clang-format: add more rules and enable on CI - - - --- 2024-07-08 karthik nayak Superseded
[3/8] clang-format: ensure files end with newlines clang-format: add more rules and enable on CI - - - --- 2024-07-08 karthik nayak Superseded
[2/8] clang-format: avoid spacing around bitfield colon clang-format: add more rules and enable on CI - - - --- 2024-07-08 karthik nayak Superseded
[1/8] clang-format: indent preprocessor directives after hash clang-format: add more rules and enable on CI - - - --- 2024-07-08 karthik nayak Superseded
[v3] gitweb: rss/atom change published/updated date to committer date [v3] gitweb: rss/atom change published/updated date to committer date - - - --- 2024-07-07 Jesús Ariel Cabello Mateos Accepted
[PULL] git-gui pull request [PULL] git-gui pull request - - - --- 2024-07-07 Johannes Sixt Accepted
[v4] doc: fix the max number of git show-branches shown [v4] doc: fix the max number of git show-branches shown - - - --- 2024-07-07 Rikita Ishikawa Superseded
[v3] doc: fix the max number of git show-branches shown [v3] doc: fix the max number of git show-branches shown - - - --- 2024-07-07 Rikita Ishikawa Superseded
[v2] gitweb: rss/atom change published/updated date to committer date [v2] gitweb: rss/atom change published/updated date to committer date - - - --- 2024-07-06 Jesús Ariel Cabello Mateos Superseded
[v2] doc: fix the max number of git show-branches shown [v2] doc: fix the max number of git show-branches shown - - - --- 2024-07-06 Rikita Ishikawa Superseded
config.mak.dev: fix typo when enabling -Wpedantic config.mak.dev: fix typo when enabling -Wpedantic - - - --- 2024-07-05 Taylor Blau Accepted
merge-ort: fix missing early return merge-ort: fix missing early return - - - --- 2024-07-04 Elijah Newren Accepted
t-strvec: use test_msg() t-strvec: use test_msg() - - - --- 2024-07-04 René Scharfe Superseded
[v3,4/4] doc: mention that proxies must be completely transparent Additional FAQ entries - - - --- 2024-07-04 brian m. carlson Superseded
[v3,3/4] gitfaq: add entry about syncing working trees Additional FAQ entries - - - --- 2024-07-04 brian m. carlson Superseded
[v3,2/4] gitfaq: give advice on using eol attribute in gitattributes Additional FAQ entries - - - --- 2024-07-04 brian m. carlson Superseded
[v3,1/4] gitfaq: add documentation on proxies Additional FAQ entries - - - --- 2024-07-04 brian m. carlson Superseded
[v2,1/1] http: allow authenticating proactively Proactive authentication over HTTP - - - --- 2024-07-04 brian m. carlson Superseded
doc: fix the max number of git show-branches shown doc: fix the max number of git show-branches shown - - - --- 2024-07-03 Rikita Ishikawa Superseded
[5/5] t-reftable-merged: add test for REFTABLE_FORMAT_ERROR t: port reftable/merged_test.c to the unit testing framework - - - --- 2024-07-03 Chandra Pratap Superseded
[4/5] t-reftable-merged: use reftable_ref_record_equal to compare ref records t: port reftable/merged_test.c to the unit testing framework - - - --- 2024-07-03 Chandra Pratap Superseded
[3/5] t-reftable-merged: add tests for reftable_merged_table_max_update_index t: port reftable/merged_test.c to the unit testing framework - - - --- 2024-07-03 Chandra Pratap Superseded
[2/5] t: harmonize t-reftable-merged.c with coding guidelines t: port reftable/merged_test.c to the unit testing framework - - - --- 2024-07-03 Chandra Pratap Superseded
[1/5] t: move reftable/merged_test.c to the unit testing framework t: port reftable/merged_test.c to the unit testing framework - - - --- 2024-07-03 Chandra Pratap Superseded
advice: warn when sparse index expands advice: warn when sparse index expands - - - --- 2024-07-03 Derrick Stolee Superseded
[GSoC,v7,9/9] fsck: add ref content check for files backend ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,8/9] fsck: add ref name check for files backend ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,7/9] files-backend: add unified interface for refs scanning ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,6/9] builtin/fsck: add `git-refs verify` child process ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,5/9] builtin/refs: add verify subcommand ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,4/9] refs: set up ref consistency check infrastructure ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,3/9] fsck: add refs-related options and error report function ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,2/9] fsck: add a unified interface for reporting fsck messages ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v7,1/9] fsck: rename "skiplist" to "oid_skiplist" ref consistency check infra setup - - - --- 2024-07-03 shejialuo Superseded
[GSoC,v3] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c [GSoC,v3] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c - 1 - --- 2024-07-03 Ghanshyam Thakkar Accepted
checkout: special case error messages during noop switching checkout: special case error messages during noop switching - - - --- 2024-07-02 Junio C Hamano Accepted
[v4,11/11] t-reftable-record: add tests for reftable_log_record_compare_key() t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,10/11] t-reftable-record: add tests for reftable_ref_record_compare_name() t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,09/11] t-reftable-record: add index tests for reftable_record_is_deletion() t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,08/11] t-reftable-record: add obj tests for reftable_record_is_deletion() t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,07/11] t-reftable-record: add log tests for reftable_record_is_deletion() t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,06/11] t-reftable-record: add ref tests for reftable_record_is_deletion() t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,05/11] t-reftable-record: add comparison tests for obj records t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,04/11] t-reftable-record: add comparison tests for index records t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,03/11] t-reftable-record: add comparison tests for ref records t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,02/11] t-reftable-record: add reftable_record_cmp() tests for log records t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[v4,01/11] t: move reftable/record_test.c to the unit testing framework t: port reftable/record_test.c to the unit testing framework framework - - - --- 2024-07-02 Chandra Pratap Accepted
[1/2] test-lib: allow test snippets as here-docs here-doc test bodies - - - --- 2024-07-01 Jeff King Accepted
t0612: mark as leak-free t0612: mark as leak-free - - - --- 2024-07-01 Rubén Justo Accepted
t0612: mark as leak-free t0612: mark as leak-free - - - --- 2024-07-01 Rubén Justo Superseded
[GSoC,v6,11/11] fsck: add ref content check for files backend ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,10/11] fsck: add ref name check for files backend ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,09/11] files-backend: add unified interface for refs scanning ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,08/11] builtin/fsck: add `git-refs verify` child process ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,07/11] builtin/refs: add verify subcommand ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,06/11] refs: set up ref consistency check infrastructure ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,05/11] fsck: add "fsck_refs_options" initialization macros ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,04/11] fsck: add a unified interface for reporting fsck messages ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,03/11] fsck: add "fsck_refs_options" into "fsck_options" ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[GSoC,v6,02/11] fsck: rename "skiplist" to "oid_skiplist" ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[v6,01/11] fsck: add "fsck_objects_options" to hold objects-related options ref consistency check infra setup - - - --- 2024-07-01 shejialuo Superseded
[v4] git-send-email: Use sanitized address when reading mbox body [v4] git-send-email: Use sanitized address when reading mbox body - - - --- 2024-07-01 Csókás Bence Accepted
t0613: mark as leak-free t0613: mark as leak-free - - - --- 2024-06-30 Rubén Justo Accepted
test-lib: fix GIT_TEST_SANITIZE_LEAK_LOG test-lib: fix GIT_TEST_SANITIZE_LEAK_LOG - - - --- 2024-06-30 Rubén Justo Accepted
pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt" pathspec: fix typo "glossary-context.txt" -> "glossary-content.txt" - - - --- 2024-06-29 Abhijeet Sonar Accepted
[6/6] cat-file: add remote-object-info to batch-command cat-file: add remote-object-info to batch-command - - - --- 2024-06-28 Peijian Ju Superseded
[5/6] cat-file: add declaration of variable i inside its for loop cat-file: add remote-object-info to batch-command - - - --- 2024-06-28 Peijian Ju Superseded
[4/6] transport: add client support for object-info cat-file: add remote-object-info to batch-command - - - --- 2024-06-28 Peijian Ju Superseded
[3/6] serve: advertise object-info feature cat-file: add remote-object-info to batch-command - - - --- 2024-06-28 Peijian Ju Superseded
[2/6] fetch-pack: move fetch initialization cat-file: add remote-object-info to batch-command - - - --- 2024-06-28 Peijian Ju Superseded
[1/6] fetch-pack: refactor packet writing cat-file: add remote-object-info to batch-command - - - --- 2024-06-28 Peijian Ju Superseded
[v3,5/5] sparse-index: improve lstat caching of sparse paths sparse-index: improve clear_skip_worktree_from_present_files() - - - --- 2024-06-28 Derrick Stolee Accepted
[v3,4/5] sparse-index: count lstat() calls sparse-index: improve clear_skip_worktree_from_present_files() - - - --- 2024-06-28 Derrick Stolee Accepted
[v3,3/5] sparse-index: use strbuf in path_found() sparse-index: improve clear_skip_worktree_from_present_files() - - - --- 2024-06-28 Derrick Stolee Accepted
[v3,2/5] sparse-index: refactor path_found() sparse-index: improve clear_skip_worktree_from_present_files() - - - --- 2024-06-28 Derrick Stolee Accepted
[v3,1/5] sparse-checkout: refactor skip worktree retry logic sparse-index: improve clear_skip_worktree_from_present_files() - - - --- 2024-06-28 Derrick Stolee Accepted
[GSoC] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c [GSoC] t: port helper/test-hashmap.c to unit-tests/t-hashmap.c - - - --- 2024-06-28 Ghanshyam Thakkar Superseded
[GSoC,v2] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c [GSoC,v2] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c - 1 - --- 2024-06-28 Ghanshyam Thakkar Superseded
[v3] git-send-email: Use sanitized address when reading mbox body [v3] git-send-email: Use sanitized address when reading mbox body - - - --- 2024-06-28 Csókás Bence Superseded
[v3] git-send-email: Use sanitized address when reading mbox body [v3] git-send-email: Use sanitized address when reading mbox body - - - --- 2024-06-28 Csókás Bence Superseded
[v3,07/11] t-reftable-record: add log tests for reftable_record_is_deletion() t: port reftable/record_test.c to the unit testing framework - - - --- 2024-06-28 Chandra Pratap Accepted
[1/1] http: allow authenticating proactively Proactive authentication over HTTP - - - --- 2024-06-28 brian m. carlson Superseded
[GSoC,v5,12/12] fsck: add ref content check for files backend ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,11/12] fsck: add ref name check for files backend ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,10/12] files-backend: add unified interface for refs scanning ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,09/12] builtin/fsck: add `git-refs verify` child process ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,08/12] builtin/refs: add verify subcommand ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,07/12] refs: set up ref consistency check infrastructure ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,06/12] fsck: add "fsck_refs_options" initialization macros ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,05/12] fsck: add a unified interface for reporting fsck messages ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,04/12] fsck: add "fsck_refs_options" struct ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,03/12] fsck: abstract common options for reusing ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,02/12] fsck: use "fsck_configs" to set up configs ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[GSoC,v5,01/12] fsck: rename "fsck_options" to "fsck_objects_options" ref consistency check infra setup - - - --- 2024-06-27 shejialuo Superseded
[2/3] t5551: do not confirm that bogus url cannot be used reduce test suite dependency on network - - - --- 2024-06-26 Jeff King Accepted
[1/3] t5553: use local url for invalid fetch reduce test suite dependency on network - - - --- 2024-06-26 Jeff King Accepted
[v7] describe: refresh the index when 'broken' flag is used [v7] describe: refresh the index when 'broken' flag is used - - - --- 2024-06-26 Abhijeet Sonar Accepted
[v2,5/5] sparse-index: improve lstat caching of sparse paths sparse-index: improve clear_skip_worktree_from_present_files() - - - --- 2024-06-26 Derrick Stolee Superseded
[v2,4/5] sparse-index: count lstat() calls sparse-index: improve clear_skip_worktree_from_present_files() - - - --- 2024-06-26 Derrick Stolee Superseded
« 1 2 ... 31 32 33236 237 »