Show patches with: Archived = No       |   19498 patches
« 1 2 ... 64 65 66194 195 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
adjust_shared_perm(): leave g+s alone when the group does not matter adjust_shared_perm(): leave g+s alone when the group does not matter - - - --- 2022-10-28 Junio C Hamano Accepted
[v2] merge-tree.c: add --merge-base=<commit> option [v2] merge-tree.c: add --merge-base=<commit> option - - - --- 2022-10-28 Kyle Zhao Superseded
[v2] index: add trace2 region for clear skip worktree [v2] index: add trace2 region for clear skip worktree - - - --- 2022-10-28 Anh Le Superseded
[8/8] replace and remove run_command_v_opt() run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
[7/8] replace and remove run_command_v_opt_cd_env_tr2() run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
[6/8] replace and remove run_command_v_opt_tr2() run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
[5/8] replace and remove run_command_v_opt_cd_env() run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
[4/8] use child_process member "args" instead of string array variable run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
[3/8] use child_process members "args" and "env" directly run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
[2/8] bisect--helper: factor out do_bisect_run() run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
[1/8] merge: remove always-the-same "verbose" arguments run-command: remove run_command_v_*() - - - --- 2022-10-27 René Scharfe Superseded
merge-tree.c: add --merge-base=<commit> option merge-tree.c: add --merge-base=<commit> option - - - --- 2022-10-27 Kyle Zhao Superseded
Mention that password could be a personal access token. Mention that password could be a personal access token. - - - --- 2022-10-27 M Hickford Superseded
[v2,11/11] CI: add a "linux-cmake-test" to run cmake & ctest on linux cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,10/11] cmake: copy over git-p4.py for t983[56] perforce test cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,09/11] cmake: support GIT_TEST_OPTS, abstract away WIN32 defaults cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,08/11] Makefile + cmake: use environment, not GIT-BUILD-DIR cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,07/11] test-lib.sh: support a "GIT_TEST_BUILD_DIR" cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,06/11] cmake: set "USE_LIBPCRE2" in "GIT-BUILD-OPTIONS" for test-lib.sh cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,05/11] cmake & test-lib.sh: add a $GIT_SOURCE_DIR variable cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,04/11] cmake: chmod +x the bin-wrappers/* & SCRIPT_{SH,PERL} & git-p4 cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,03/11] cmake: don't copy chainlint.pl to build directory cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,02/11] cmake: update instructions for portable CMakeLists.txt cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v2,01/11] cmake: don't "mkdir -p" and "cd" in build instructions cmake: document, fix on *nix, add CI - - - --- 2022-10-27 Ævar Arnfjörð Bjarmason Superseded
[v3,2/2] config: let feature.experimental imply gc.cruftPacks=true gc: let feature.experimental imply gc.cruftPacks - - - --- 2022-10-26 Taylor Blau Accepted
[v3,1/2] gc: add tests for --cruft and friends gc: let feature.experimental imply gc.cruftPacks - - - --- 2022-10-26 Taylor Blau Accepted
[v2,2/2] config: let feature.experimental imply gc.cruftPacks=true gc: let feature.experimental imply gc.cruftPacks - - - --- 2022-10-26 Taylor Blau Superseded
[v2,1/2] gc: add tests for --cruft and friends gc: let feature.experimental imply gc.cruftPacks - - - --- 2022-10-26 Taylor Blau Superseded
[10/10] for-each-repo: with bad config, don't conflate <path> and <cmd> config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[09/10] config API: add "string" version of *_value_multi(), fix segfaults config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[08/10] config tests: add "NULL" tests for *_get_value_multi() config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[07/10] config API: add and use "lookup_value" functions config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[06/10] builtin/gc.c: use "unsorted_string_list_has_string()" where appropriate config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[05/10] string-list API: make has_string() and list_lookup() "const" config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[04/10] string-list API: mark "struct_string_list" to "for_each_string_list" const config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[03/10] config API: mark *_multi() with RESULT_MUST_BE_USED config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[02/10] for-each-repo: error on bad --config config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[01/10] config API: have *_multi() return an "int" and take a "dest" config API: make "multi" safe, fix numerous segfaults - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,3/9] Makefile: correct DC_SHA1 documentation Makefile & docs: document SHA-{1,256} behavior, fix bug - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Accepted
[v4,2/9] INSTALL: remove discussion of SHA-1 backends Makefile & docs: document SHA-{1,256} behavior, fix bug - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Accepted
[v4,1/9] Makefile: always (re)set DC_SHA1 on fallback Makefile & docs: document SHA-{1,256} behavior, fix bug - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Accepted
[v4,12/12] spatchcache: add a ccache-alike for "spatch" cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,11/12] cocci: run against a generated ALL.cocci cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,10/12] cocci rules: remove <id>'s from rules that don't need them cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,09/12] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,08/12] cocci: make "coccicheck" rule incremental cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,07/12] cocci: split off "--all-includes" from SPATCH_FLAGS cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,06/12] cocci: split off include-less "tests" from SPATCH_FLAGS cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,05/12] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,04/12] Makefile: have "coccicheck" re-run if flags change cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,03/12] Makefile: add ability to TAB-complete cocci *.patch rules cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,02/12] cocci rules: remove unused "F" metavariable from pending rule cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
[v4,01/12] Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T) cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-10-26 Ævar Arnfjörð Bjarmason Superseded
index: add trace2 region for clear skip worktree index: add trace2 region for clear skip worktree - - - --- 2022-10-26 Anh Le Superseded
negotiator/skipping: avoid stack overflow negotiator/skipping: avoid stack overflow - - - --- 2022-10-25 Jonathan Tan Accepted
branch: error copying or renaming a detached HEAD branch: error copying or renaming a detached HEAD - - - --- 2022-10-25 Rubén Justo Accepted
branch: error code with --edit-description branch: error code with --edit-description - - - --- 2022-10-25 Rubén Justo Accepted
[v3,4/4] Documentation: add lint-fsck-msgids document fsck error message ids - - - --- 2022-10-25 Junio C Hamano Accepted
[v3,3/4] fsck: document msg-id document fsck error message ids - - - --- 2022-10-25 Junio C Hamano Accepted
[v3,2/4] fsck: remove the unused MISSING_TREE_OBJECT document fsck error message ids - - - --- 2022-10-25 Junio C Hamano Accepted
[v3,1/4] fsck: remove the unused BAD_TAG_OBJECT document fsck error message ids - - - --- 2022-10-25 Junio C Hamano Accepted
apply: reject patches larger than ~1 GiB apply: reject patches larger than ~1 GiB - - - --- 2022-10-25 Taylor Blau Accepted
[v2,2/2] repack: add --filter=<filter-spec> option Implement filtering repacks - - - --- 2022-10-25 Christian Couder Superseded
[v2,1/2] pack-objects: allow --filter without --stdout Implement filtering repacks - - - --- 2022-10-25 Christian Couder Superseded
Documentation: add lint-fsck-msgids Documentation: add lint-fsck-msgids - - - --- 2022-10-25 Junio C Hamano Accepted
[v2,1/2] fsck: remove the unused BAD_TAG_OBJECT Document fsck msg ids - 1 - --- 2022-10-25 John Cai Accepted
[v4] embargoed releases: also describe the git-security list and the process [v4] embargoed releases: also describe the git-security list and the process - - - --- 2022-10-24 Julia Ramer Accepted
[v5,6/6] builtin: patch-id: remove unused diff-tree prefix patch-id fixes and improvements - - - --- 2022-10-24 Jerry Zhang Accepted
[v5,5/6] builtin: patch-id: add --verbatim as a command mode patch-id fixes and improvements - - - --- 2022-10-24 Jerry Zhang Accepted
[v5,4/6] patch-id: fix patch-id for mode changes patch-id fixes and improvements - - - --- 2022-10-24 Jerry Zhang Accepted
[v5,3/6] builtin: patch-id: fix patch-id with binary diffs patch-id fixes and improvements - - - --- 2022-10-24 Jerry Zhang Accepted
[v5,2/6] patch-id: use stable patch-id for rebases patch-id fixes and improvements - - - --- 2022-10-24 Jerry Zhang Accepted
[v5,1/6] patch-id: fix stable patch id for binary / header-only patch-id fixes and improvements - - - --- 2022-10-24 Jerry Zhang Accepted
[7/7] shortlog: implement `--group=committer` in terms of `--group=<format>` [1/7] shortlog: accept `--date`-related options - - - --- 2022-10-24 Taylor Blau Accepted
[6/7] shortlog: implement `--group=author` in terms of `--group=<format>` [1/7] shortlog: accept `--date`-related options - - - --- 2022-10-24 Taylor Blau Accepted
[5/7] shortlog: extract `shortlog_finish_setup()` [1/7] shortlog: accept `--date`-related options - - - --- 2022-10-24 Taylor Blau Accepted
[4/7] shortlog: support arbitrary commit format `--group`s [1/7] shortlog: accept `--date`-related options - - - --- 2022-10-24 Taylor Blau Accepted
[3/7] shortlog: extract `--group` fragment for translation [1/7] shortlog: accept `--date`-related options - - - --- 2022-10-24 Taylor Blau Accepted
[2/7] shortlog: make trailer insertion a noop when appropriate [1/7] shortlog: accept `--date`-related options - - - --- 2022-10-24 Taylor Blau Accepted
[1/7] shortlog: accept `--date`-related options [1/7] shortlog: accept `--date`-related options - - - --- 2022-10-24 Taylor Blau Accepted
[4/4] builtin/repack.c: implement `--expire-to` for storing pruned objects repack: implement `--expire-to` option - - - --- 2022-10-24 Taylor Blau Accepted
[2/4] builtin/repack.c: pass "cruft_expiration" to `write_cruft_pack` repack: implement `--expire-to` option - - - --- 2022-10-24 Taylor Blau Accepted
[1/4] builtin/repack.c: pass "out" to `prepare_pack_objects` repack: implement `--expire-to` option - - - --- 2022-10-24 Taylor Blau Accepted
[2/2] fsck: document msg-id Document fsck msg ids - - - --- 2022-10-24 John Cai Superseded
[1/2] fsck: remove the unused BAD_TAG_OBJECT Document fsck msg ids - - - --- 2022-10-24 John Cai Superseded
[v4,8/8] trace2: add global counter mechanism Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
[v4,7/8] trace2: add stopwatch timers Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
[v4,6/8] trace2: convert ctx.thread_name from strbuf to pointer Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
[v4,5/8] trace2: improve thread-name documentation in the thread-context Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
[v4,4/8] trace2: rename the thread_name argument to trace2_thread_start Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
[v4,3/8] api-trace2.txt: elminate section describing the public trace2 API Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
[v4,2/8] tr2tls: clarify TLS terminology Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
[v4,1/8] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx Trace2 timers and counters and some cleanup - - - --- 2022-10-24 Jeff Hostetler Accepted
docs: clarify that credential discards unrecognised attributes docs: clarify that credential discards unrecognised attributes - - - --- 2022-10-24 M Hickford Accepted
branch: error and informative messages branch: error and informative messages - - - --- 2022-10-23 Rubén Justo Superseded
[2/2] merge-tree: support multiple batched merges with --stdin merge-tree: batched merges - - - --- 2022-10-23 Elijah Newren Accepted
[1/2] merge-tree: update documentation for differences in -z output merge-tree: batched merges - - - --- 2022-10-23 Elijah Newren Accepted
[v2,3/3] glossary: add reachability bitmap description Add some Glossary of terms information - - - --- 2022-10-22 Philip Oakley Superseded
[v2,2/3] glossary: add "commit graph" description Add some Glossary of terms information - - - --- 2022-10-22 Philip Oakley Superseded
[v2,1/3] doc: use 'object database' not ODB or abbreviation Add some Glossary of terms information - - - --- 2022-10-22 Philip Oakley Superseded
« 1 2 ... 64 65 66194 195 »