Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v3 0/2] fetch: speed up mirror-fetches with many refs, (continued)
- [PATCH] sparse-checkout: fix a couple minor memory leaks,
Elijah Newren via GitGitGadget
- [PATCH] repo-settings: fix checking for fetch.negotiationAlgorithm=default,
Elijah Newren via GitGitGadget
- [PATCH 00/11] Finish converting git bisect into a built-in,
Johannes Schindelin via GitGitGadget
- [PATCH 02/11] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH 03/11] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH 01/11] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH 04/11] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH 05/11] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH 06/11] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH 08/11] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH 09/11] Turn `git bisect` into a full built-in., Johannes Schindelin via GitGitGadget
- [PATCH 07/11] bisect: move even the option parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH 11/11] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH 10/11] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- Message not available
- Message not available
- Re: [PATCH 00/11] Finish converting git bisect into a built-in, Elijah Newren
- [PATCH v2 00/14] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v2 01/14] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v2 02/14] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v2 03/14] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v2 05/14] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v2 07/14] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH v2 06/14] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v2 04/14] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v2 08/14] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v2 09/14] bisect--helper: move the `BISECT_STATE` case to the end, Johannes Schindelin via GitGitGadget
- [PATCH v2 13/14] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v2 10/14] bisect--helper: return only correct exit codes in `cmd_*()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 14/14] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v2 11/14] bisect: move even the option parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v2 12/14] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- Re: [PATCH v2 00/14] Finish converting git bisect into a built-in, Elijah Newren
- Re: [PATCH v2 00/14] Finish converting git bisect into a built-in, Junio C Hamano
- [PATCH v3 00/15] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v3 02/15] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v3 03/15] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v3 01/15] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v3 05/15] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v3 04/15] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v3 08/15] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v3 09/15] bisect--helper: move the `BISECT_STATE` case to the end, Johannes Schindelin via GitGitGadget
- [PATCH v3 06/15] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v3 10/15] bisect--helper: return only correct exit codes in `cmd_*()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 07/15] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH v3 12/15] bisect: teach the `bisect--helper` command to show the correct usage strings, Johannes Schindelin via GitGitGadget
- [PATCH v3 11/15] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v3 14/15] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v3 13/15] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v3 15/15] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- Re: [PATCH v3 00/15] Finish converting git bisect into a built-in, Bagas Sanjaya
- [PATCH v4 00/16] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v4 07/16] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v4 16/16] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v4 04/16] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v4 09/16] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v4 15/16] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v4 10/16] bisect--helper: move the `BISECT_STATE` case to the end, Johannes Schindelin via GitGitGadget
- [PATCH v4 02/16] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v4 13/16] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v4 01/16] bisect: verify that a bogus option won't try to start a bisection, Johannes Schindelin via GitGitGadget
- [PATCH v4 08/16] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH v4 03/16] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v4 06/16] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v4 12/16] bisect: teach the `bisect--helper` command to show the correct usage strings, Johannes Schindelin via GitGitGadget
- [PATCH v4 11/16] bisect--helper: return only correct exit codes in `cmd_*()`, Johannes Schindelin via GitGitGadget
- [PATCH v4 14/16] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v4 05/16] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- Re: [PATCH v4 00/16] Finish converting git bisect into a built-in, Ævar Arnfjörð Bjarmason
- [PATCH v5 00/16] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v5 02/16] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v5 06/16] bisect--helper: make the order consistently `argc, argv`, Johannes Schindelin via GitGitGadget
- [PATCH v5 08/16] bisect: verify that a bogus option won't try to start a bisection, Johannes Schindelin via GitGitGadget
- [PATCH v5 09/16] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v5 01/16] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v5 11/16] bisect--helper: calling `bisect_state()` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v5 03/16] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v5 04/16] bisect--helper: simplify exit code computation, Johannes Schindelin via GitGitGadget
- [PATCH v5 07/16] bisect--helper: migrate to OPT_SUBCOMMAND(), Johannes Schindelin via GitGitGadget
- [PATCH v5 05/16] bisect--helper: make `terms` an explicit singleton, Johannes Schindelin via GitGitGadget
- [PATCH v5 10/16] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v5 15/16] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v5 13/16] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v5 16/16] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v5 12/16] bisect--helper: make `state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v5 14/16] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v6 00/16] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v6 03/16] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v6 01/16] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v6 02/16] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v6 04/16] bisect--helper: simplify exit code computation, Johannes Schindelin via GitGitGadget
- [PATCH v6 06/16] bisect--helper: make the order consistently `argc, argv`, Johannes Schindelin via GitGitGadget
- [PATCH v6 07/16] bisect--helper: migrate to OPT_SUBCOMMAND(), Johannes Schindelin via GitGitGadget
- [PATCH v6 05/16] bisect--helper: make `terms` an explicit singleton, Johannes Schindelin via GitGitGadget
- [PATCH v6 08/16] bisect: verify that a bogus option won't try to start a bisection, Johannes Schindelin via GitGitGadget
- [PATCH v6 09/16] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v6 10/16] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v6 11/16] bisect--helper: calling `bisect_state()` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v6 12/16] bisect--helper: make `state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v6 16/16] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v6 14/16] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v6 15/16] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v6 13/16] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- Re: [PATCH v6 00/16] Finish converting git bisect into a built-in, Junio C Hamano
[PATCH 0/4] Really retire git-legacy-stash.sh,
Johannes Schindelin via GitGitGadget
git log bug: -n flag doesn't work with --follow, John Rocha
[PATCH] fetch --prune: exit with error if pruning fails,
Thomas Gummerer
spurious git stash create failures,
clime
Git-Gui: Can the "push" button optionally be removed/disabled/hidden ?,
Mirco Babin
WARNING: terminal is not fully functional,
Jeffrey Walton
[PATCH 0/2] repack: add --filter=,
John Cai via GitGitGadget
[PATCH] http API: fix dangling pointer issue noted by GCC 12.0,
Ævar Arnfjörð Bjarmason
Git in GSoC 2022?,
Kaartic Sivaraam
Re: Git in GSoC 2022?, Derrick Stolee
Re: Git in GSoC 2022?, ZheNing Hu
Re: Git in GSoC 2022?, Philip Oakley
Re: Git in GSoC 2022?, Kaartic Sivaraam
git worktree, submodule and force checkout/switch,
Federico Kircheis
clean/smudge-filter with "attached file"?,
Josef Wolf
[PATCH] scalar: accept -C and -c options before the subcommand,
Johannes Schindelin via GitGitGadget
[PATCH 0/5] scalar: implement the subcommand "diagnose",
Johannes Schindelin via GitGitGadget
[PATCH] sequencer, stash: fix running from worktree subdir,
Elijah Newren via GitGitGadget
[PATCH] sequencer.c: set GIT_WORK_TREE in run_git_checkout,
Glen Choo
[RFC v2] cat-file: add a --stdin-cmd mode,
John Cai
[PATCH 0/2] Fix two --diff-filter bugs,
Johannes Schindelin via GitGitGadget
[PATCH] patch-id: fix scan_hunk_header on diffs with -U1,
Jerry Zhang
'git stash push' isn't atomic when Ctrl-C is pressed,
Yuri
[PATCH 0/2] docs: apply minor fixes to Documentation/config/pgp.txt,
Greg Hurrell
[PATCH] receive-pack: interrupt pre-receive when client disconnects,
Robin Jarry
[GSoC] Add –no-sort option for git-for-each-ref,
Shaoxuan Yuan
[ANNOUNCE] Git for Windows 2.35.0, Johannes Schindelin
[RFC] shell: local x=$1 may need to quote the RHS,
Junio C Hamano
[ANNOUNCE] Git v2.35.0, Junio C Hamano
What's cooking in git.git (Jan 2022, #07; Mon, 24),
Junio C Hamano
- Submodule UX overhaul update (was: What's cooking in git.git (Jan 2022, #07; Mon, 24)), Emily Shaffer
- ps/avoid-unnecessary-hook-invocation-with-packed-refs (Was: Re: What's cooking in git.git (Jan 2022, #07; Mon, 24)), Patrick Steinhardt
- Re: What's cooking in git.git (Jan 2022, #07; Mon, 24), brian m. carlson
- ab/auto-detect-zlib-compress2 (was: What's cooking in git.git (Jan 2022, #07; Mon, 24)), Ævar Arnfjörð Bjarmason
[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful,
Johannes Schindelin via GitGitGadget
- [PATCH 1/9] ci: fix code style, Johannes Schindelin via GitGitGadget
- [PATCH 2/9] ci/run-build-and-tests: take a more high-level view, Johannes Schindelin via GitGitGadget
- [PATCH 3/9] ci: make it easier to find failed tests' logs in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH 4/9] ci/run-build-and-tests: add some structure to the GitHub workflow output, Johannes Schindelin via GitGitGadget
- [PATCH 5/9] tests: refactor --write-junit-xml code, Johannes Schindelin via GitGitGadget
- [PATCH 6/9] test(junit): avoid line feeds in XML attributes, Johannes Schindelin via GitGitGadget
- [PATCH 9/9] ci: call `finalize_test_case_output` a little later, Johannes Schindelin via GitGitGadget
- [PATCH 8/9] ci: use `--github-workflow-markup` in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH 7/9] ci: optionally mark up output in the GitHub workflow, Johannes Schindelin via GitGitGadget
- Re: [PATCH 0/9] ci: make Git's GitHub workflow output much more helpful, Ævar Arnfjörð Bjarmason
- CI "grouping" within jobs v.s. lighter split-out jobs (was: [PATCH 0/9] ci: make Git's GitHub workflow output much more helpful), Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/9] ci: make Git's GitHub workflow output much more helpful, Johannes Schindelin
- [PATCH v2 0/9] ci: make Git's GitHub workflow output much more helpful, Johannes Schindelin via GitGitGadget
- [PATCH v2 1/9] ci: fix code style, Johannes Schindelin via GitGitGadget
- [PATCH v2 2/9] ci/run-build-and-tests: take a more high-level view, Johannes Schindelin via GitGitGadget
- [PATCH v2 3/9] ci: make it easier to find failed tests' logs in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v2 4/9] ci/run-build-and-tests: add some structure to the GitHub workflow output, Johannes Schindelin via GitGitGadget
- [PATCH v2 5/9] tests: refactor --write-junit-xml code, Johannes Schindelin via GitGitGadget
- [PATCH v2 6/9] test(junit): avoid line feeds in XML attributes, Johannes Schindelin via GitGitGadget
- [PATCH v2 7/9] ci: optionally mark up output in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v2 8/9] ci: use `--github-workflow-markup` in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v2 9/9] ci: call `finalize_test_case_output` a little later, Johannes Schindelin via GitGitGadget
- Re: [PATCH v2 0/9] ci: make Git's GitHub workflow output much more helpful, Junio C Hamano
- Re: [PATCH v2 0/9] ci: make Git's GitHub workflow output much more helpful, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 0/9] ci: make Git's GitHub workflow output much more helpful, Victoria Dye
- [PATCH v3 00/12] ci: make Git's GitHub workflow output much more helpful, Johannes Schindelin via GitGitGadget
- [PATCH v3 02/12] tests: refactor --write-junit-xml code, Johannes Schindelin via GitGitGadget
- [PATCH v3 01/12] ci: fix code style, Johannes Schindelin via GitGitGadget
- [PATCH v3 03/12] test(junit): avoid line feeds in XML attributes, Johannes Schindelin via GitGitGadget
- [PATCH v3 04/12] ci/run-build-and-tests: take a more high-level view, Johannes Schindelin via GitGitGadget
- [PATCH v3 05/12] ci: make it easier to find failed tests' logs in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v3 06/12] ci/run-build-and-tests: add some structure to the GitHub workflow output, Johannes Schindelin via GitGitGadget
- [PATCH v3 07/12] ci: optionally mark up output in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v3 08/12] ci(github): skip the logs of the successful test cases, Johannes Schindelin via GitGitGadget
- [PATCH v3 10/12] ci: use `--github-workflow-markup` in the GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v3 12/12] ci: call `finalize_test_case_output` a little later, Johannes Schindelin via GitGitGadget
- [PATCH v3 09/12] ci(github): avoid printing test case preamble twice, Victoria Dye via GitGitGadget
- [PATCH v3 11/12] ci(github): mention where the full logs can be found, Johannes Schindelin via GitGitGadget
[PATCH] clone: support unusual remote ref configurations,
Jonathan Tan
[PATCH] RelNotes: add builder notes, Junio C Hamano
[PATCH] receive-pack: purge temporary data if no command is ready to run,
BoJun via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]