Show patches with: none      |   43827 patches
« 1 2 ... 93 94 95438 439 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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 Johannes Schindelin 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
[4/7] shortlog: support arbitrary commit format `--group`s shortlog: introduce `--group=<format>` - - - --- 2022-10-11 Taylor Blau Superseded
[3/7] shortlog: extract `--group` fragment for translation shortlog: introduce `--group=<format>` - - - --- 2022-10-11 Taylor Blau Superseded
[2/7] shortlog: accept `--date`-related options shortlog: introduce `--group=<format>` - - - --- 2022-10-11 Taylor Blau Superseded
[1/7] Documentation: extract date-options.txt shortlog: introduce `--group=<format>` - - - --- 2022-10-11 Taylor Blau Superseded
[v2] ci: add address and undefined sanitizer tasks [v2] ci: add address and undefined sanitizer tasks - - - --- 2022-10-11 Junio C Hamano New
[v6] branch: support for shortcuts like @{-1}, completed [v6] branch: support for shortcuts like @{-1}, completed - - - --- 2022-10-10 Rubén Justo Accepted
[v2,5/5] CodingGuidelines: recommend against unportable C99 struct syntax CodingGUidelines: C99 updates - - - --- 2022-10-10 Junio C Hamano New
[v2,4/5] CodingGuidelines: mention C99 features we can't use CodingGUidelines: C99 updates - - - --- 2022-10-10 Junio C Hamano Accepted
[v2,3/5] CodingGuidelines: allow declaring variables in for loops CodingGUidelines: C99 updates - - - --- 2022-10-10 Junio C Hamano Accepted
[v2,2/5] CodingGuidelines: mention dynamic C99 initializer elements CodingGUidelines: C99 updates - - - --- 2022-10-10 Junio C Hamano Accepted
[v2,1/5] CodingGuidelines: update for C99 CodingGUidelines: C99 updates - - - --- 2022-10-10 Junio C Hamano Accepted
[2/2] grep.c: tolerate NULL grep_expr in free_pattern_expr() grep: tolerate NULL argument to free_grep_expr() - - - --- 2022-10-10 Taylor Blau New
[1/2] t4202: demonstrate `git log --invert-grep` segfault grep: tolerate NULL argument to free_grep_expr() - - - --- 2022-10-10 Taylor Blau New
docs: git-send-email: difference between ssl and tls smtp-encryption docs: git-send-email: difference between ssl and tls smtp-encryption - - - --- 2022-10-10 Sotir Danailov Superseded
log: require --grep for --invert-grep and --all-match, fix segfault log: require --grep for --invert-grep and --all-match, fix segfault - - - --- 2022-10-10 Ævar Arnfjörð Bjarmason New
git.c: fix, stop passing options after --help git.c: fix, stop passing options after --help - - - --- 2022-10-10 Daniel Sonbolian New
[v4,11/11] bundle-uri: suppress stderr from remote-https Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,10/11] bundle-uri: quiet failed unbundlings Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,09/11] bundle-uri: fetch a list of bundles Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,08/11] bundle: add flags to verify_bundle(), skip walk Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,07/11] bundle-uri: limit recursion depth for bundle lists Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,06/11] bundle-uri: parse bundle list in config format Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,05/11] bundle-uri: unit test "key=value" parsing Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Ævar Arnfjörð Bjarmason Superseded
[v4,04/11] bundle-uri: create "key=value" line parsing Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Ævar Arnfjörð Bjarmason Superseded
[v4,03/11] bundle-uri: create base key-value pair parsing Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,02/11] bundle-uri: create bundle_list struct and helpers Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v4,01/11] bundle-uri: use plain string in find_temp_filename() Bundle URIs III: Parse and download from bundle lists - - - --- 2022-10-10 Derrick Stolee Superseded
[v2] config.mak.dev: disable suggest braces error on old clang versions [v2] config.mak.dev: disable suggest braces error on old clang versions - - - --- 2022-10-10 Jeff Hostetler Accepted
t3435: remove redundant test case t3435: remove redundant test case - - - --- 2022-10-10 Phillip Wood Accepted
[2/2] ci(main): linux32 uses actions/checkout@v2 ci(main): upgrade actions/checkout to v3 - - - --- 2022-10-10 Óscar Domínguez Celada New
[1/2] ci(main): upgrade actions/checkout to v3 ci(main): upgrade actions/checkout to v3 - - - --- 2022-10-10 Óscar Domínguez Celada New
ci: add address and undefined sanitizer tasks ci: add address and undefined sanitizer tasks - - - --- 2022-10-09 Junio C Hamano Superseded
[v3] symbolic-ref: teach "--[no-]recurse" option [v3] symbolic-ref: teach "--[no-]recurse" option - - - --- 2022-10-09 Junio C Hamano Accepted
« 1 2 ... 93 94 95438 439 »