Show patches with: Submitter = Johannes Schindelin       |    State = Action Required       |   347 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,04/16] bisect--helper: retire the --no-log option Finish converting git bisect into a built-in - - - --- 2022-06-27 Johannes Schindelin New
[v4,03/16] bisect: avoid double-quoting when printing the failed command Finish converting git bisect into a built-in - - - --- 2022-06-27 Johannes Schindelin New
[v4,02/16] bisect run: fix the error message Finish converting git bisect into a built-in - - - --- 2022-06-27 Johannes Schindelin New
[v4,01/16] bisect: verify that a bogus option won't try to start a bisection Finish converting git bisect into a built-in - - - --- 2022-06-27 Johannes Schindelin New
[11/11] bug_fl(): add missing `va_end()` call Coverity fixes - - - --- 2022-06-15 Johannes Schindelin New
[06/11] pack-redundant: avoid using uninitialized memory Coverity fixes - - - --- 2022-06-15 Johannes Schindelin New
[04/11] get_oid_with_context_1(): avoid use-after-free Coverity fixes - - - --- 2022-06-15 Johannes Schindelin New
[03/11] submodule--helper: avoid memory leak in `update_submodule()` Coverity fixes - - - --- 2022-06-15 Johannes Schindelin New
[01/11] mingw: avoid accessing uninitialized memory in `is_executable()` Coverity fixes - - - --- 2022-06-15 Johannes Schindelin New
[2/2] ci: also run the `scalar` tests Integrate Scalar into the CI builds - - - --- 2022-06-02 Johannes Schindelin New
[1/2] cmake: optionally build `scalar`, too Integrate Scalar into the CI builds - - - --- 2022-06-02 Johannes Schindelin New
[3/4] http.c: avoid danging pointer to local variable `finished` ci: fix windows-build with GCC v12.x - - - --- 2022-05-24 Johannes Schindelin New
[v6,3/7] scalar: validate the optional enlistment argument scalar: implement the subcommand "diagnose" - - - --- 2022-05-21 Johannes Schindelin New
[v6,2/7] archive --add-virtual-file: allow paths containing colons scalar: implement the subcommand "diagnose" - - - --- 2022-05-21 Johannes Schindelin New
[v6,1/7] archive: optionally add "virtual" files scalar: implement the subcommand "diagnose" - - - --- 2022-05-21 Johannes Schindelin New
[v3,15/15] bisect: no longer try to clean up left-over `.git/head-name` files Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,14/15] bisect: remove Cogito-related code Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,13/15] Turn `git bisect` into a full built-in Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,12/15] bisect: teach the `bisect--helper` command to show the correct usage strings Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,11/15] bisect: move even the command-line parsing to `bisect--helper` Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,10/15] bisect--helper: return only correct exit codes in `cmd_*()` Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,09/15] bisect--helper: move the `BISECT_STATE` case to the end Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,08/15] bisect--helper: make `--bisect-state` optional Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,07/15] bisect--helper: align the sub-command order with git-bisect.sh Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,06/15] bisect--helper: using `--bisect-state` without an argument is a bug Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,05/15] bisect--helper: really retire `--bisect-autostart` Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,04/15] bisect--helper: really retire --bisect-next-check Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,03/15] bisect--helper: retire the --no-log option Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,02/15] bisect: avoid double-quoting when printing the failed command Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[v3,01/15] bisect run: fix the error message Finish converting git bisect into a built-in - - - --- 2022-05-21 Johannes Schindelin New
[2/4] trace2 docs: surround more terms in backticks A couple of fixes for the Trace2 documentation - - - --- 2022-03-10 Johannes Schindelin New
[1/4] trace2 docs: a couple of grammar fixes A couple of fixes for the Trace2 documentation - - - --- 2022-03-10 Johannes Schindelin New
[v2,9/9] ci: call `finalize_test_case_output` a little later ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,8/9] ci: use `--github-workflow-markup` in the GitHub workflow ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,7/9] ci: optionally mark up output in the GitHub workflow ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,6/9] test(junit): avoid line feeds in XML attributes ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,5/9] tests: refactor --write-junit-xml code ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,4/9] ci/run-build-and-tests: add some structure to the GitHub workflow output ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,3/9] ci: make it easier to find failed tests' logs in the GitHub workflow ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,2/9] ci/run-build-and-tests: take a more high-level view ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,1/9] ci: fix code style ci: make Git's GitHub workflow output much more helpful - - - --- 2022-03-01 Johannes Schindelin New
[v2,14/14] bisect: no longer try to clean up left-over `.git/head-name` files Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,13/14] bisect: remove Cogito-related code Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,12/14] Turn `git bisect` into a full built-in Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,11/14] bisect: move even the option parsing to `bisect--helper` Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,10/14] bisect--helper: return only correct exit codes in `cmd_*()` Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,09/14] bisect--helper: move the `BISECT_STATE` case to the end Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,08/14] bisect--helper: make `--bisect-state` optional Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,07/14] bisect--helper: align the sub-command order with git-bisect.sh Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,06/14] bisect--helper: using `--bisect-state` without an argument is a bug Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,05/14] bisect--helper: really retire `--bisect-autostart` Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,04/14] bisect--helper: really retire --bisect-next-check Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,03/14] bisect--helper: retire the --no-log option Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,02/14] bisect: avoid double-quoting when printing the failed command Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[v2,01/14] bisect run: fix the error message Finish converting git bisect into a built-in - - - --- 2022-02-22 Johannes Schindelin New
[1/2] checkout/fetch/pull/pack-objects: allow `-h` outside a repository checkout/fetch/pull/pack-objects: allow -h outside a repository again - - - --- 2022-02-07 Johannes Schindelin New
[v2,4/6] scalar diagnose: include disk space information scalar: implement the subcommand "diagnose" - - - --- 2022-02-06 Johannes Schindelin New
[v2,3/6] Implement `scalar diagnose` scalar: implement the subcommand "diagnose" - - - --- 2022-02-06 Johannes Schindelin New
[v2,2/6] scalar: validate the optional enlistment argument scalar: implement the subcommand "diagnose" - - - --- 2022-02-06 Johannes Schindelin New
[v2,1/6] archive: optionally add "virtual" files scalar: implement the subcommand "diagnose" - - - --- 2022-02-06 Johannes Schindelin New
[v3,06/15] diff: allow diff_warn_rename_limit to write somewhere besides stderr In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Johannes Schindelin New
[v3,05/15] Introduce a variant of the `warning()` function that takes a `FILE *` In-core git merge-tree ("Server side merges") - - - --- 2022-02-02 Johannes Schindelin New
[11/11] bisect: no longer try to clean up left-over `.git/head-name` files Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[10/11] bisect: remove Cogito-related code Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[09/11] Turn `git bisect` into a full built-in. Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[08/11] bisect--helper: using `--bisect-state` without an argument is a bug Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[07/11] bisect: move even the option parsing to `bisect--helper` Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[06/11] bisect--helper: make `--bisect-state` optional Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[05/11] bisect--helper: align the sub-command order with git-bisect.sh Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[04/11] bisect--helper: really retire `--bisect-autostart` Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[03/11] bisect--helper: really retire --bisect-next-check Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[02/11] bisect--helper: retire the --no-log option Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[01/11] bisect run: fix the error message Finish converting git bisect into a built-in - - - --- 2022-01-28 Johannes Schindelin New
[5/5] scalar diagnose: show a spinner while staging content scalar: implement the subcommand "diagnose" - - - --- 2022-01-26 Johannes Schindelin New
[2/5] scalar diagnose: include disk space information scalar: implement the subcommand "diagnose" - - - --- 2022-01-26 Johannes Schindelin New
[1/5] Implement `scalar diagnose` scalar: implement the subcommand "diagnose" - - - --- 2022-01-26 Johannes Schindelin New
[9/9] ci: call `finalize_test_case_output` a little later ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[8/9] ci: use `--github-workflow-markup` in the GitHub workflow ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[7/9] ci: optionally mark up output in the GitHub workflow ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[6/9] test(junit): avoid line feeds in XML attributes ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[5/9] tests: refactor --write-junit-xml code ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[4/9] ci/run-build-and-tests: add some structure to the GitHub workflow output ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[3/9] ci: make it easier to find failed tests' logs in the GitHub workflow ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[2/9] ci/run-build-and-tests: take a more high-level view ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
[1/9] ci: fix code style ci: make Git's GitHub workflow output much more helpful - - - --- 2022-01-24 Johannes Schindelin New
git-compat-util(msvc): C11 does not imply support for zero-sized arrays git-compat-util(msvc): C11 does not imply support for zero-sized arrays - - - --- 2021-12-06 Johannes Schindelin New
[2/2] add -i: default to the built-in implementation Use the built-in implementation of the interactive add command by default - - - --- 2021-11-30 Johannes Schindelin New
[1/2] t2016: require the PERL prereq only when necessary Use the built-in implementation of the interactive add command by default - - - --- 2021-11-30 Johannes Schindelin New
[v9,06/17] ci: also run the `scalar` tests Upstreaming the Scalar command - - - --- 2021-11-30 Johannes Schindelin New
[v9,05/17] cmake: optionally build `scalar`, too Upstreaming the Scalar command - - - --- 2021-11-30 Johannes Schindelin New
fixup??? Merge branch 'ab/ci-updates' into seen fixup??? Merge branch 'ab/ci-updates' into seen - - - --- 2021-11-22 Johannes Schindelin New
RelNotes: fix a couple of typos for the upcoming release RelNotes: fix a couple of typos for the upcoming release - - - --- 2021-11-10 Johannes Schindelin New
[v3,6/8] git-compat-util: introduce more size_t helpers Allow clean/smudge filters to handle huge files in the LLP64 data model - - - --- 2021-10-29 Johannes Schindelin New
[v3,2/8] test-tool genzeros: generate large amounts of data more efficiently Allow clean/smudge filters to handle huge files in the LLP64 data model - - - --- 2021-10-29 Johannes Schindelin New
[v4,15/15] scalar: accept -C and -c options before the subcommand Upstreaming the Scalar command - - - --- 2021-09-14 Johannes Schindelin New
[v4,14/15] scalar: implement the `version` command Upstreaming the Scalar command - - - --- 2021-09-14 Johannes Schindelin New
[v4,12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments Upstreaming the Scalar command - - - --- 2021-09-14 Johannes Schindelin New
[v4,11/15] scalar: allow reconfiguring an existing enlistment Upstreaming the Scalar command - - - --- 2021-09-14 Johannes Schindelin New
[v4,09/15] scalar: teach 'clone' to support the --single-branch option Upstreaming the Scalar command - - - --- 2021-09-14 Johannes Schindelin New
[v4,08/15] scalar: implement the `clone` subcommand Upstreaming the Scalar command - - - --- 2021-09-14 Johannes Schindelin New
« 1 2 3 4 »