Show patches with: none      |   43360 patches
« 1 2 ... 88 89 90433 434 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,8/8] rebase --keep-base: imply --no-fork-point rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[v3,7/8] rebase --keep-base: imply --reapply-cherry-picks rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[v3,6/8] rebase: factor out branch_base calculation rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[v3,5/8] rebase: rename merge_base to branch_base rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[v3,4/8] rebase: store orig_head as a commit rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[v3,3/8] rebase: be stricter when reading state files containing oids rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[v3,2/8] t3416: set $EDITOR in subshell rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[v3,1/8] t3416: tighten two tests rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point - - - --- 2022-10-13 Phillip Wood Superseded
[RFC,2/2] notes.c: fixed tip when target and append note are both empty notes.c: introduce "--no-blankline" option - - - --- 2022-10-13 Teng Long New
[RFC,1/2] notes.c: introduce "--no-blankline" option notes.c: introduce "--no-blankline" option - - - --- 2022-10-13 Teng Long New
Git diff misattributes the first word of a line to the previous line Git diff misattributes the first word of a line to the previous line - - - --- 2022-10-13 Gurjeet Singh New
[4/4] pack-bitmap-write.c: instrument number of reused bitmaps midx: trace2 regions and grab-bag patches - - - --- 2022-10-12 Taylor Blau Accepted
[3/4] midx.c: instrument MIDX and bitmap generation with trace2 regions midx: trace2 regions and grab-bag patches - - - --- 2022-10-12 Taylor Blau Accepted
[2/4] midx.c: consider annotated tags during bitmap selection midx: trace2 regions and grab-bag patches - - - --- 2022-10-12 Taylor Blau Accepted
[1/4] midx.c: fix whitespace typo midx: trace2 regions and grab-bag patches - - - --- 2022-10-12 Taylor Blau Accepted
[v3,15/15] run-command.c: remove "max_processes", add "const" to signal() handler run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,14/15] run-command.c: pass "opts" further down, and use "opts->processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,13/15] run-command.c: use "opts->processes", not "pp->max_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,12/15] run-command.c: don't copy "data" to "struct parallel_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,11/15] run-command.c: don't copy "ungroup" to "struct parallel_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,10/15] run-command.c: don't copy *_fn to "struct parallel_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,09/15] run-command.c: make "struct parallel_processes" const if possible run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,08/15] run-command API: move *_tr2() users to "run_processes_parallel()" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,07/15] run-command API: have run_process_parallel() take an "opts" struct run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,06/15] run-command.c: use designated init for pp_init(), add "const" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,05/15] run-command API: don't fall back on online_cpus() run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,04/15] run-command API: make "n" parameter a "size_t" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,03/15] run-command tests: use "return", not "exit" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,02/15] run-command API: have "run_processes_parallel{,_tr2}()" return void run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v3,01/15] run-command test helper: use "else if" pattern run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[2/2] config: respect includes in protected config config: respect includes in protected config - - - --- 2022-10-12 Glen Choo New
[1/2] t0033, t0035: test for included config config: respect includes in protected config - - - --- 2022-10-12 Glen Choo New
builtin/repack.c: remove redundant pack-based bitmaps builtin/repack.c: remove redundant pack-based bitmaps - - - --- 2022-10-12 Taylor Blau Superseded
[v2,7/7] trace2: add global counter mechanism Trace2 timers and counters and some cleanup - - - --- 2022-10-12 Jeff Hostetler Superseded
[v2,6/7] trace2: add stopwatch timers Trace2 timers and counters and some cleanup - - - --- 2022-10-12 Jeff Hostetler Superseded
[v2,5/7] trace2: convert ctx.thread_name from strbuf to pointer Trace2 timers and counters and some cleanup - - - --- 2022-10-12 Jeff Hostetler Superseded
[v2,4/7] trace2: rename the thread_name argument to trace2_thread_start Trace2 timers and counters and some cleanup - - - --- 2022-10-12 Jeff Hostetler Superseded
[v2,3/7] api-trace2.txt: elminate section describing the public trace2 API Trace2 timers and counters and some cleanup - - - --- 2022-10-12 Jeff Hostetler Superseded
[v2,2/7] tr2tls: clarify TLS terminology Trace2 timers and counters and some cleanup - - - --- 2022-10-12 Jeff Hostetler Superseded
[v2,1/7] trace2: use size_t alloc,nr_open_regions in tr2tls_thread_ctx Trace2 timers and counters and some cleanup - - - --- 2022-10-12 Jeff Hostetler Superseded
archive: add --recurse-submodules to git-archive command archive: add --recurse-submodules to git-archive command - - - --- 2022-10-12 Heather Lapointe New
mergetool: new config guiDefault supports auto-toggling gui by DISPLAY mergetool: new config guiDefault supports auto-toggling gui by DISPLAY - - - --- 2022-10-12 Tao Klerks New
[v3] docs: git-send-email: difference between ssl and tls smtp-encryption [v3] docs: git-send-email: difference between ssl and tls smtp-encryption - - - --- 2022-10-12 Sotir Danailov Accepted
[3/3] repack: introduce --force to force filtering Implement filtering repacks - - - --- 2022-10-12 Christian Couder Superseded
[2/3] repack: add --filter=<filter-spec> option Implement filtering repacks - - - --- 2022-10-12 Christian Couder Superseded
[1/3] pack-objects: allow --filter without --stdout Implement filtering repacks - - - --- 2022-10-12 Christian Couder Superseded
[v5,12/12] bundle-uri: suppress stderr from remote-https Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,11/12] bundle-uri: quiet failed unbundlings Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,10/12] bundle: add flags to verify_bundle() Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,09/12] bundle-uri: fetch a list of bundles Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,08/12] bundle: properly clear all revision flags Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,07/12] bundle-uri: limit recursion depth for bundle lists Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,06/12] bundle-uri: parse bundle list in config format Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,05/12] bundle-uri: unit test "key=value" parsing Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v5,04/12] bundle-uri: create "key=value" line parsing Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Accepted
[v5,03/12] bundle-uri: create base key-value pair parsing Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,02/12] bundle-uri: create bundle_list struct and helpers Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v5,01/12] bundle-uri: use plain string in find_temp_filename() Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-12 Derrick Stolee Accepted
[v3,8/8] rebase: cleanup action handling rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood Accepted
[v3,7/8] rebase --abort: improve reflog message rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood Accepted
[v3,6/8] rebase --apply: make reflog messages match rebase --merge rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood Accepted
[v3,5/8] rebase --apply: respect GIT_REFLOG_ACTION rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood Accepted
[v3,4/8] rebase --merge: fix reflog message after skipping rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood Accepted
[v3,3/8] rebase --merge: fix reflog when continuing rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood Accepted
[v3,2/8] t3406: rework rebase reflog tests rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood Accepted
[v3,1/8] rebase --apply: remove duplicated code rebase: make reflog messages independent of the backend - - - --- 2022-10-12 Phillip Wood New
[v2,22/22] run-command.c: remove "pp->max_processes", add "const" to signal() handler run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,21/22] run-command.c: pass "opts" further down, and use "opts->processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,20/22] run-command.c: use "opts->processes", not "pp->max_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,19/22] run-command.c: don't copy "data" to "struct parallel_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,18/22] run-command.c: don't copy "ungroup" to "struct parallel_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,17/22] run-command.c: don't copy *_fn to "struct parallel_processes" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,16/22] run-command.c: make "struct parallel_processes" const if possible run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,15/22] run-command API: move *_tr2() users to "run_processes_parallel()" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,14/22] run-command API: have run_process_parallel() take an "opts" struct run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,13/22] run-command API: make run_process_parallel{,_tr2}() thin wrappers run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,12/22] run-command API: add nascent "struct run_process_parallel_opts" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,11/22] run-command.c: use designated init for pp_init(), add "const" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,10/22] run-command API: don't fall back on online_cpus() run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,09/22] run-command API: make "n" parameter a "size_t" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,08/22] run-command.c: use C99 "for (TYPE VAR = ..." syntax where useful run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,07/22] run-command.c: remove dead assignment in while-loop run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,06/22] run-command tests: use "return", not "exit" run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,05/22] run-command API: have "run_processes_parallel{,_tr2}()" return void run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,04/22] run-command test helper: use "else if" pattern run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,03/22] run-command tests: test stdout of run_command_parallel() run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,02/22] submodule tests: reset "trace.out" between "grep" invocations run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
[v2,01/22] hook tests: fix redirection logic error in 96e7225b310 run-command API: pass functions & opts via struct - - - --- 2022-10-12 Ævar Arnfjörð Bjarmason Superseded
abspath.h file is generated by makeheaders tool abspath.h file is generated by makeheaders tool - - - --- 2022-10-12 John Passaro via GitGitGadget Superseded
tests: add test highlighting submodule remote breakage tests: add test highlighting submodule remote breakage - - - --- 2022-10-12 Jacob Keller New
[v2,4/4] diff-lib: parallelize run_diff_files for submodules submodule: parallelize diff - - - --- 2022-10-11 Calvin Wan Superseded
[v2,3/4] diff-lib: refactor match_stat_with_submodule submodule: parallelize diff - - - --- 2022-10-11 Calvin Wan Superseded
[v2,2/4] submodule: move status parsing into function submodule: parallelize diff - - - --- 2022-10-11 Calvin Wan Superseded
[v2,1/4] run-command: add pipe_output_fn to run_processes_parallel_opts submodule: parallelize diff - - - --- 2022-10-11 Calvin Wan Superseded
[v2] docs: git-send-email: difference between ssl and tls smtp-encryption [v2] docs: git-send-email: difference between ssl and tls smtp-encryption - - - --- 2022-10-11 Sotir Danailov Superseded
[v2] grep.c: remove "extended" in favor of "pattern_expression", fix segfault [v2] grep.c: remove "extended" in favor of "pattern_expression", fix segfault - - - --- 2022-10-11 Ævar Arnfjörð Bjarmason Accepted
archive: deduplicate verbose printing archive: deduplicate verbose printing - - - --- 2022-10-11 René Scharfe New
[7/7] shortlog: implement `--group=trailer` in terms of `--group=<format>` shortlog: introduce `--group=<format>` - - - --- 2022-10-11 Taylor Blau Superseded
[6/7] shortlog: implement `--group=committer` in terms of `--group=<format>` shortlog: introduce `--group=<format>` - - - --- 2022-10-11 Taylor Blau Superseded
[5/7] shortlog: implement `--group=author` in terms of `--group=<format>` shortlog: introduce `--group=<format>` - - - --- 2022-10-11 Taylor Blau Superseded
« 1 2 ... 88 89 90433 434 »