Show patches with: Archived = No       |   24875 patches
« 1 2 ... 188 189 190248 249 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/7] simple-ipc: move definition of ipc_active_state outside of ifdef Builtin FSMonitor Part 1 - - - --- 2021-09-15 Jeff Hostetler Superseded
[2/7] simple-ipc: preparations for supporting binary messages. Builtin FSMonitor Part 1 - - - --- 2021-09-15 Jeff Hostetler Superseded
[1/7] trace2: fix memory leak of thread name Builtin FSMonitor Part 1 - - - --- 2021-09-15 Jeff Hostetler Superseded
submodule: extract path to submodule gitdir func submodule: extract path to submodule gitdir func - - - --- 2021-09-15 Jonathan Tan Accepted
[v2,8/8] builtin/repack.c: pass `--refs-snapshot` when writing bitmaps repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2,7/8] builtin/repack.c: make largest pack preferred repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2,6/8] builtin/repack.c: support writing a MIDX while repacking repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2,5/8] builtin/repack.c: extract showing progress to a variable repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2,4/8] builtin/repack.c: keep track of existing packs unconditionally repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2,3/8] midx: preliminary support for `--refs-snapshot` repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2,2/8] builtin/multi-pack-index.c: support `--stdin-packs` mode repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2,1/8] midx: expose `write_midx_file_only()` publicly repack: introduce `--write-midx` - - - --- 2021-09-15 Taylor Blau Superseded
[v2] pack-revindex.h: correct the time complexity descriptions [v2] pack-revindex.h: correct the time complexity descriptions - 1 - --- 2021-09-15 Kyle Zhao Accepted
pack-revindex.h: fix typos of time complexity pack-revindex.h: fix typos of time complexity - - - --- 2021-09-15 Kyle Zhao Accepted
[v2,11/11] ls-refs: reject unknown arguments limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,10/11] serve: reject commands used as capabilities limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,09/11] serve: reject bogus v2 "command=ls-refs=foo" limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,08/11] docs/protocol-v2: clarify some ls-refs ref-prefix details limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,07/11] ls-refs: ignore very long ref-prefix counts limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,06/11] serve: drop "keys" strvec limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,05/11] serve: provide "receive" function for session-id capability limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,04/11] serve: provide "receive" function for object-format capability limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,03/11] serve: add "receive" method for v2 capabilities table limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,02/11] serve: return capability "value" from get_capability() limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,01/11] serve: rename is_command() to parse_command() limit memory allocations for v2 servers - - - --- 2021-09-14 Jeff King Superseded
[v2,7/7] t5326: test propagating hashcache values pack-bitmap: permute existing namehash values - - - --- 2021-09-14 Taylor Blau Superseded
[v2,6/7] p5326: generate pack bitmaps before writing the MIDX bitmap pack-bitmap: permute existing namehash values - - - --- 2021-09-14 Taylor Blau Superseded
[v2,5/7] p5326: don't set core.multiPackIndex unnecessarily pack-bitmap: permute existing namehash values - - - --- 2021-09-14 Taylor Blau Superseded
[v2,4/7] p5326: create missing 'perf-tag' tag pack-bitmap: permute existing namehash values - - - --- 2021-09-14 Taylor Blau Superseded
[v2,3/7] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps pack-bitmap: permute existing namehash values - - - --- 2021-09-14 Taylor Blau Superseded
[v2,2/7] pack-bitmap.c: propagate namehash values from existing bitmaps pack-bitmap: permute existing namehash values - - - --- 2021-09-14 Taylor Blau Superseded
[v2,1/7] t/helper/test-bitmap.c: add 'dump-hashes' mode pack-bitmap: permute existing namehash values - - - --- 2021-09-14 Taylor Blau Superseded
[v2,2/2] documentation: add documentation for 'git version' documentation: handle non-existing html pages and document 'git version' - - - --- 2021-09-14 Matthias Aßhauer Accepted
[v2,1/2] help: make sure local html page exists before calling external processes documentation: handle non-existing html pages and document 'git version' - - - --- 2021-09-14 Matthias Aßhauer Accepted
[v3,3/3] git-compat-util: include declaration for unix sockets in windows windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-14 Carlo Marcelo Arenas Belón Accepted
[v3,2/3] credential-cache: check for windows specific errors windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-14 Carlo Marcelo Arenas Belón Accepted
[v3,1/3] t0301: fixes for windows compatibility windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-14 Carlo Marcelo Arenas Belón Accepted
doc: config, tell readers of `git help --config` doc: config, tell readers of `git help --config` - - - --- 2021-09-13 Philip Oakley Accepted
MyFirstContribution: Document --range-diff option when writing v2 MyFirstContribution: Document --range-diff option when writing v2 - - - --- 2021-09-13 Glen Choo Superseded
[3/3] gc: perform incremental repack when implictly enabled Use default values from settings instead of config - - - --- 2021-09-13 Glen Choo Superseded
[2/3] fsck: verify multi-pack-index when implictly enabled Use default values from settings instead of config - - - --- 2021-09-13 Glen Choo Superseded
[1/3] fsck: verify commit graph when implicitly enabled Use default values from settings instead of config - - - --- 2021-09-13 Glen Choo Superseded
[v7,6/6] bisect--helper: retire `--bisect-next-check` subcommand Finish converting git bisect to C part 4 - - - --- 2021-09-13 Miriam R. Accepted
[v7,5/6] bisect--helper: reimplement `bisect_run` shell function in C Finish converting git bisect to C part 4 - - - --- 2021-09-13 Miriam R. Accepted
[v7,4/6] bisect--helper: reimplement `bisect_visualize()` shell function in C Finish converting git bisect to C part 4 - - - --- 2021-09-13 Miriam R. Accepted
[v7,3/6] run-command: make `exists_in_PATH()` non-static Finish converting git bisect to C part 4 - - - --- 2021-09-13 Miriam R. Accepted
[v7,2/6] t6030-bisect-porcelain: add test for bisect visualize Finish converting git bisect to C part 4 - - - --- 2021-09-13 Miriam R. Accepted
[v7,1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases Finish converting git bisect to C part 4 - - - --- 2021-09-13 Miriam R. Accepted
[v2,11/11] rebase: dereference tags rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,10/11] rebase: use lookup_commit_reference_by_name() rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,09/11] rebase: use our standard error return value rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,08/11] rebase: remove redundant strbuf rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,07/11] t3407: rework rebase --quit tests rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,06/11] t3407: strengthen rebase --abort tests rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,05/11] t3407: use test_path_is_missing rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,04/11] t3407: rename a variable rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,03/11] t3407: use test_cmp_rev rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,02/11] t3407: use test_commit rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v2,01/11] t3407: run tests in $TEST_DIRECTORY rebase: dereference tags - - - --- 2021-09-13 Phillip Wood Superseded
[v4,9/9] http: don't hardcode the value of CURL_SOCKOPT_OK post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,8/9] http: centralize the accounting of libcurl dependencies post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,7/9] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,6/9] http: correct version check for CURL_HTTP_VERSION_2 post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,5/9] http: drop support for curl < 7.18.0 (again) post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,4/9] Makefile: drop support for curl < 7.9.8 (again) post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,3/9] INSTALL: mention that we need libcurl 7.19.4 or newer to build post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,2/9] INSTALL: reword and copy-edit the "libcurl" section post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,1/9] INSTALL: don't mention the "curl" executable at all post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[2/2] documentation: add documentation for 'git version' documentation: handle non-existing html pages and document 'git version' - - - --- 2021-09-13 Matthias Aßhauer Superseded
[1/2] help: make sure local html page exists before calling external processes documentation: handle non-existing html pages and document 'git version' - - - --- 2021-09-13 Matthias Aßhauer Superseded
[v2,3/3] git-compat-util: include declaration for unix sockets windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-13 Carlo Marcelo Arenas Belón Superseded
[v2,2/3] credential-cache: check for windows specific errors windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-13 Carlo Marcelo Arenas Belón Superseded
[v2,1/3] t0301: fixes for windows compatibility windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-13 Carlo Marcelo Arenas Belón Superseded
[v2,4/4] parse-options API: remove OPTION_ARGUMENT feature difftool refactoring + remove OPT_ARGUMENT() macro - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v2,3/4] difftool: use run_command() API in run_file_diff() difftool refactoring + remove OPT_ARGUMENT() macro - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v2,2/4] difftool: prepare "diff" cmdline in cmd_difftool() difftool refactoring + remove OPT_ARGUMENT() macro - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v2,1/4] difftool: prepare "struct child_process" in cmd_difftool() difftool refactoring + remove OPT_ARGUMENT() macro - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Accepted
[v4,4/4] parse-options: properly align continued usage output parse-options: properly align continued usage output - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Superseded
[v4,3/4] git rev-parse --parseopt tests: add more usagestr tests parse-options: properly align continued usage output - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Superseded
[v4,2/4] send-pack: properly use parse_options() API for usage string parse-options: properly align continued usage output - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Superseded
[v4,1/4] parse-options API users: align usage output in C-strings parse-options: properly align continued usage output - - - --- 2021-09-13 Ævar Arnfjörð Bjarmason Superseded
[3/3] git-compat-util: include declaration for unix sockets windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-12 Carlo Marcelo Arenas Belón Superseded
[2/3] credential-cache: check for windows specific errors windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-12 Carlo Marcelo Arenas Belón Superseded
[1/3] t0301: fixes for windows compatibility windows: allow building without NO_UNIX_SOCKETS - - - --- 2021-09-12 Carlo Marcelo Arenas Belón Superseded
[v2] gc: remove unused launchctl_get_uid() call [v2] gc: remove unused launchctl_get_uid() call - - - --- 2021-09-12 Ævar Arnfjörð Bjarmason Accepted
[v2] test-tool run-command: fix flip-flop init pattern [v2] test-tool run-command: fix flip-flop init pattern - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Accepted
[v2] tests: remove leftover untracked files [v2] tests: remove leftover untracked files 2 - - --- 2021-09-11 Elijah Newren Accepted
[v2,2/2] update documentation for new zdiff3 conflictStyle RFC: implement new zdiff3 conflict style - - - --- 2021-09-11 Elijah Newren Superseded
[v2,1/2] xdiff: implement a zealous diff3, or "zdiff3" RFC: implement new zdiff3 conflict style - - - --- 2021-09-11 Elijah Newren Superseded
[4/3] midx: inline nth_midxed_pack_entry() packfile: use oidset for bad objects - - - --- 2021-09-11 René Scharfe Superseded
strvec: use size_t to store nr and alloc strvec: use size_t to store nr and alloc - - - --- 2021-09-11 Jeff King Accepted
[v3,4/4] test-lib: remove unused $_x40 and $_z40 variables remove dead & internal-only shell code - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Accepted
[v3,3/4] git-bisect: remove unused SHA-1 $x40 shell variable remove dead & internal-only shell code - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Accepted
[v3,2/4] git-sh-setup: remove unused "pull with rebase" message remove dead & internal-only shell code - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Accepted
[v3,1/4] git-submodule: remove unused is_zero_oid() function remove dead & internal-only shell code - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Accepted
[v3,9/9] http: don't hardcode the value of CURL_SOCKOPT_OK post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Superseded
[v3,8/9] http: centralize the accounting of libcurl dependencies post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Superseded
[v3,7/9] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Superseded
[v3,6/9] http: correct version check for CURL_HTTP_VERSION_2 post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Superseded
[v3,5/9] http: drop support for curl < 7.18.0 (again) post-v2.33 "drop support for ancient curl" follow-up - - - --- 2021-09-11 Ævar Arnfjörð Bjarmason Superseded
« 1 2 ... 188 189 190248 249 »