Show patches with: Archived = No       |   19561 patches
« 1 2 ... 73 74 75195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[10/18] chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[09/18] chainlint.pl: don't require `&` background command to end with `&&` make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[08/18] t/Makefile: apply chainlint.pl to existing self-tests make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[07/18] chainlint.pl: don't require `return|exit|continue` to end with `&&` make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[06/18] chainlint.pl: validate test scripts in parallel make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[05/18] chainlint.pl: add parser to identify test definitions make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[04/18] chainlint.pl: add parser to validate tests make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[03/18] chainlint.pl: add POSIX shell parser make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[02/18] chainlint.pl: add POSIX shell lexical analyzer make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[01/18] t: add skeleton chainlint.pl make test "linting" more comprehensive - - - --- 2022-09-01 Eric Sunshine Accepted
[v4,33/33] submodule--helper: fix bad config API usage submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,32/33] submodule--helper: libify even more "die" paths for module_update() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,31/33] submodule--helper: libify more "die" paths for module_update() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,30/33] submodule--helper: check repo{_submodule,}_init() return values submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,29/33] submodule--helper: libify "must_die_on_failure" code paths (for die) submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,28/33] submodule--helper update: don't override 'checkout' exit code submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,27/33] submodule--helper: libify "must_die_on_failure" code paths submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,26/33] submodule--helper: libify determine_submodule_update_strategy() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,25/33] submodule--helper: don't exit() on failure, return submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,24/33] submodule--helper: use "code" in run_update_command() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,23/33] submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,22/33] submodule--helper: don't call submodule_strategy_to_string() in BUG() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,21/33] submodule--helper: add missing braces to "else" arm submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,20/33] submodule--helper: return "ret", not "1" from update_submodule() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,19/33] submodule--helper: rename "int res" to "int ret" submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,18/33] submodule--helper: don't redundantly check "else if (res)" submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,17/33] submodule--helper: refactor "errmsg_str" to be a "struct strbuf" submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,16/33] submodule--helper: add "const" to passed "struct update_data" submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,15/33] submodule--helper: add "const" to copy of "update_data" submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,14/33] submodule--helper: add "const" to passed "module_clone_data" submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,13/33] submodule--helper: move "sb" in clone_submodule() to its own scope submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,12/33] submodule--helper: use xstrfmt() in clone_submodule() submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,11/33] submodule--helper: replace memset() with { 0 }-initialization submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,10/33] submodule--helper style: add \n\n after variable declarations submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,09/33] submodule--helper style: don't separate declared variables with \n\n submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,08/33] submodule--helper: move "resolve-relative-url-test" to a test-tool submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,07/33] submodule--helper: move "check-name" to a test-tool submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,06/33] submodule--helper: move "is-active" to a test-tool submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,05/33] test-tool submodule-config: remove unused "--url" handling submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,04/33] submodule--helper: remove unused "list" helper submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,03/33] submodule--helper: remove unused "name" helper submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,02/33] submodule tests: test for "add <repository> <abs-path>" submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,01/33] submodule tests: test usage behavior submodule--helper: add tests, rm dead code, refactor & leak prep - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,17/17] submodule--helper: fix a configure_added_submodule() leak submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,16/17] submodule--helper: free rest of "displaypath" in "struct update_data" submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,15/17] submodule--helper: free some "displaypath" in "struct update_data" submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,14/17] submodule--helper: fix a memory leak in print_status() submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,13/17] submodule--helper: fix a leak in module_add() submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,12/17] submodule--helper: fix obscure leak in module_add() submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,11/17] submodule--helper: fix "reference" leak submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,10/17] submodule--helper: fix a memory leak in get_default_remote_submodule() submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,09/17] submodule--helper: fix a leak with repo_clear() submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,08/17] submodule--helper: fix "sm_path" and other "module_cb_list" leaks submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,07/17] submodule--helper: fix "errmsg_str" memory leak submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,06/17] submodule--helper: add and use *_release() functions submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,05/17] submodule--helper: don't leak {run,capture}_command() cp.dir argument submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,04/17] submodule--helper: "struct pathspec" memory leak in module_update() submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,03/17] submodule--helper: fix most "struct pathspec" memory leaks submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,02/17] submodule--helper: fix trivial get_default_remote_submodule() leak submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v7,01/17] submodule--helper: fix a leak in "clone_submodule" submodule--helper: fix memory leaks - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v2,6/9] cocci: split off "--all-includes" from SPATCH_FLAGS cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v2,4/9] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v2,1/9] cocci rules: remove unused "F" metavariable from pending rule cocci: make "incremental" possible + a ccache-like tool - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v4,3/3] add -p: ignore dirty submodules built-in add -p: support diff-so-fancy better - - - --- 2022-08-31 Johannes Schindelin Superseded
[v4,2/3] add -p: gracefully handle unparseable hunk headers in colored diffs built-in add -p: support diff-so-fancy better - - - --- 2022-08-31 Johannes Schindelin Superseded
[v4,1/3] add -p: detect more mismatches between plain vs colored diffs built-in add -p: support diff-so-fancy better - - - --- 2022-08-31 Johannes Schindelin Superseded
[v4,4/4] fsmonitor: normalize FSEvents event paths to the real path fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[v4,3/4] fsmonitor: ensure filesystem and unix socket filesystem are compatible fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[v4,2/4] fsmonitor: generate unique Unix socket file name in the desired location fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[v4,1/4] fsmonitor: add two new config options, allowRemote and socketDir fsmonitor: option to allow fsmonitor to run against network-mounted repos - - - --- 2022-08-31 Eric DeCosta Superseded
[8/8] Documentation/technical: include Scalar technical doc scalar: integrate into core Git - - - --- 2022-08-31 Victoria Dye Accepted
[3/8] git help: special-case `scalar` scalar: integrate into core Git - - - --- 2022-08-31 Johannes Schindelin Accepted
[v3,2/2] Makefile: use $(OBJECTS) instead of $(C_OBJ) [v2] ppc: remove custom SHA-1 implementation - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v3,1/2] Makefile + hash.h: remove PPC_SHA1 implementation Makefile + hash.h: remove PPC_SHA1 implementation 1 - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Accepted
[v3,9/9] docs: add CONFIGURATION sections that fuzzy map to built-ins docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,8/9] docs: add CONFIGURATION sections that map to a built-in docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,7/9] log docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,6/9] difftool docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,5/9] notes docs: de-duplicate and combine configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,4/9] apply docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,3/9] send-email docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,2/9] grep docs: de-duplicate configuration sections docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[v3,1/9] docs: add and use include template for config/* includes docs: de-duplicate sections, add more CONFIGURATION sections - - - --- 2022-08-31 Ævar Arnfjörð Bjarmason Superseded
[3/3] diff: fix filtering of merge commits under --remerge-diff Output fixes for --remerge-diff - - - --- 2022-08-31 Elijah Newren Superseded
[2/3] diff: fix filtering of additional headers under --remerge-diff Output fixes for --remerge-diff - - - --- 2022-08-31 Elijah Newren Superseded
[1/3] diff: have submodule_format logic avoid additional diff headers Output fixes for --remerge-diff - - - --- 2022-08-31 Elijah Newren Superseded
test-crontab: minor memory and error handling fixes test-crontab: minor memory and error handling fixes - - - --- 2022-08-30 Jeff King Accepted
[2/2] tempfile: update comment describing state transitions cleaning up tempfile active flag - - - --- 2022-08-30 Jeff King Accepted
[1/2] tempfile: drop active flag cleaning up tempfile active flag - - - --- 2022-08-30 Jeff King Accepted
[3/3] t6132(NO_PERL): do not run the scripted `add -p` A couple of CI fixes regarding the built-in add --patch - - - --- 2022-08-30 Johannes Schindelin Accepted
[2/3] t3701: test the built-in `add -i` regardless of NO_PERL A couple of CI fixes regarding the built-in add --patch - - - --- 2022-08-30 Johannes Schindelin Accepted
[1/3] add -p: avoid ambiguous signed/unsigned comparison A couple of CI fixes regarding the built-in add --patch - - - --- 2022-08-30 Johannes Schindelin Accepted
[v2] Documentation: clarify whitespace rules for trailers [v2] Documentation: clarify whitespace rules for trailers - - - --- 2022-08-30 Christian Couder Accepted
[v2,2/2] builtin/grep.c: integrate with sparse index grep: integrate with sparse index - - - --- 2022-08-29 Shaoxuan Yuan Superseded
[v2,1/2] builtin/grep.c: add --sparse option grep: integrate with sparse index - - - --- 2022-08-29 Shaoxuan Yuan Superseded
[v2,3/3] format-patch: learn format.forceInBodyFrom configuration variable format-patch --force-in-body-from - - - --- 2022-08-29 Junio C Hamano Accepted
[v2,2/3] format-patch: allow forcing the use of in-body From: header format-patch --force-in-body-from - - - --- 2022-08-29 Junio C Hamano Accepted
[v2,1/3] pretty: separate out the logic to decide the use of in-body from format-patch --force-in-body-from - - - --- 2022-08-29 Junio C Hamano Accepted
[v3,5/5] add -p: ignore dirty submodules built-in add -p: support diff-so-fancy better - - - --- 2022-08-29 Johannes Schindelin Superseded
[v3,4/5] add -p: handle `diff-so-fancy`'s hunk headers better built-in add -p: support diff-so-fancy better - - - --- 2022-08-29 Johannes Schindelin Superseded
« 1 2 ... 73 74 75195 196 »