Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
[PATCH] t7610: fix flaky timeout issue, don't clone from example.com,
Ævar Arnfjörð Bjarmason
[PATCH 0/2] rebase: stop setting GIT_REFLOG_ACTION,
Phillip Wood via GitGitGadget
"git bisect run" strips "--log" from the list of arguments,
Lukáš Doktor
- Re: "git bisect run" strips "--log" from the list of arguments, Jeff King
- [PATCH 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND, Đoàn Trần Công Danh
- [PATCH 3/3] bisect--helper: parse subcommand with OPT_SUBCOMMAND, Đoàn Trần Công Danh
- [PATCH 2/3] bisect--helper: move all subcommands into their own functions, Đoàn Trần Công Danh
- [PATCH 1/3] bisect--helper: remove unused options, Đoàn Trần Công Danh
- Re: [PATCH 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND, Đoàn Trần Công Danh
- [PATCH v2 2/3] bisect--helper: move all subcommands into their own functions, Đoàn Trần Công Danh
- [PATCH v2 1/3] bisect--helper: remove unused options, Đoàn Trần Công Danh
- [PATCH v2 3/3] bisect--helper: parse subcommand with OPT_SUBCOMMAND, Đoàn Trần Công Danh
- [PATCH 00/13] Turn git-bisect to be builtin, Đoàn Trần Công Danh
- [PATCH 01/13] bisect tests: test for v2.30.0 "bisect run" regressions, Đoàn Trần Công Danh
- [PATCH 02/13] bisect: refactor bisect_run() to match CodingGuidelines, Đoàn Trần Công Danh
- [PATCH 03/13] bisect--helper: pass arg[cv] down to do_bisect_run, Đoàn Trần Công Danh
- [PATCH 04/13] bisect: fix output regressions in v2.30.0, Đoàn Trần Công Danh
- [PATCH 05/13] bisect run: keep some of the post-v2.30.0 output, Đoàn Trần Công Danh
- [PATCH 06/13] bisect--helper: remove unused arguments from do_bisect_run, Đoàn Trần Công Danh
- [PATCH 07/13] bisect--helper: pretend we're real bisect when report error, Đoàn Trần Công Danh
- [PATCH 08/13] bisect test: test exit codes on bad usage, Đoàn Trần Công Danh
- [PATCH 09/13] bisect--helper: emit usage for "git bisect", Đoàn Trần Công Danh
- [PATCH 11/13] bisect--helper: remove subcommand state, Đoàn Trần Công Danh
- [PATCH 10/13] bisect--helper: make `state` optional, Đoàn Trần Công Danh
- [PATCH 13/13] Turn `git bisect` into a full built-in, Đoàn Trần Công Danh
- [PATCH 12/13] bisect--helper: log: allow arbitrary number of arguments, Đoàn Trần Công Danh
- Re: [PATCH v2 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND, Taylor Blau
- [PATCH v3 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND, Đoàn Trần Công Danh
- [PATCH v3 1/3] bisect--helper: remove unused options, Đoàn Trần Công Danh
- [PATCH v3 2/3] bisect--helper: move all subcommands into their own functions, Đoàn Trần Công Danh
- [PATCH v3 3/3] bisect--helper: parse subcommand with OPT_SUBCOMMAND, Đoàn Trần Công Danh
- [PATCH v2 00/11] Turn git-bisect to be builtin, Đoàn Trần Công Danh
- [PATCH v2 02/11] bisect: refactor bisect_run() to match CodingGuidelines, Đoàn Trần Công Danh
- [PATCH v2 01/11] bisect tests: test for v2.30.0 "bisect run" regressions, Đoàn Trần Công Danh
- [PATCH v2 03/11] bisect: fix output regressions in v2.30.0, Đoàn Trần Công Danh
- [PATCH v2 04/11] bisect run: keep some of the post-v2.30.0 output, Đoàn Trần Công Danh
- [PATCH v2 05/11] bisect-run: verify_good: account for non-negative exit status, Đoàn Trần Công Danh
- [PATCH v2 06/11] bisect--helper: identify as bisect when report error, Đoàn Trần Công Danh
- [PATCH v2 07/11] bisect test: test exit codes on bad usage, Đoàn Trần Công Danh
- [PATCH v2 09/11] bisect--helper: handle states directly, Đoàn Trần Công Danh
- [PATCH v2 08/11] bisect--helper: emit usage for "git bisect", Đoàn Trần Công Danh
- [PATCH v2 11/11] Turn `git bisect` into a full built-in, Đoàn Trần Công Danh
- [PATCH v2 10/11] bisect--helper: log: allow arbitrary number of arguments, Đoàn Trần Công Danh
- Re: [PATCH v2 00/11] Turn git-bisect to be builtin, Taylor Blau
- Re: [PATCH v3 0/3] Convert git-bisect--helper to OPT_SUBCOMMAND, Ævar Arnfjörð Bjarmason
- [PATCH 00/13] bisect: v2.30.0 "run" regressions + make it built-in, Ævar Arnfjörð Bjarmason
- [PATCH 02/13] bisect: refactor bisect_run() to match CodingGuidelines, Ævar Arnfjörð Bjarmason
- [PATCH 03/13] bisect: fix output regressions in v2.30.0, Ævar Arnfjörð Bjarmason
- [PATCH 01/13] bisect tests: test for v2.30.0 "bisect run" regressions, Ævar Arnfjörð Bjarmason
- [PATCH 04/13] bisect run: fix "--log" eating regression in v2.30.0, Ævar Arnfjörð Bjarmason
- [PATCH 05/13] bisect run: keep some of the post-v2.30.0 output, Ævar Arnfjörð Bjarmason
- [PATCH 06/13] bisect test: test exit codes on bad usage, Ævar Arnfjörð Bjarmason
- [PATCH 07/13] bisect--helper: emit usage for "git bisect", Ævar Arnfjörð Bjarmason
- [PATCH 12/13] bisect--helper: make `state` optional, Ævar Arnfjörð Bjarmason
- [PATCH 11/13] bisect--helper: convert to OPT_SUBCOMMAND_CB(), Ævar Arnfjörð Bjarmason
- [PATCH 10/13] bisect--helper: remove dead --bisect-{next-check,autostart} code, Ævar Arnfjörð Bjarmason
- [PATCH 13/13] Turn `git bisect` into a full built-in, Ævar Arnfjörð Bjarmason
- [PATCH 08/13] bisect--helper: have all functions take state, argc, argv, prefix, Ævar Arnfjörð Bjarmason
- [PATCH 09/13] parse-options API: don't restrict OPT_SUBCOMMAND() to one *_fn type, Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/13] bisect: v2.30.0 "run" regressions + make it built-in, Taylor Blau
- Re: [PATCH 00/13] bisect: v2.30.0 "run" regressions + make it built-in, Johannes Schindelin
What's cooking in git.git (Nov 2022, #01; Thu, 3),
Taylor Blau
- Re: What's cooking in git.git (Nov 2022, #01; Thu, 3), Philip Oakley
- ab/config-multi-and-nonbool (was: What's cooking in git.git (Nov 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/make-bin-wrappers (was: What's cooking in git.git (Nov 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/coccicheck-incremental (was: What's cooking in git.git (Nov 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/sha-makefile-doc (was: What's cooking in git.git (Nov 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/submodule-helper-prep-only (was: What's cooking in git.git (Nov 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/cmake-nix-and-ci (was: What's cooking in git.git (Nov 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/misc-hook-submodule-run-command (was: What's cooking in git.git (Nov 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees,
Jacob Abel
[PATCH 00/17] leak fixes: use existing constructors & other trivia,
Ævar Arnfjörð Bjarmason
- [PATCH 04/17] read-cache.c: clear and free "sparse_checkout_patterns", Ævar Arnfjörð Bjarmason
- [PATCH 02/17] {reset,merge}: call discard_index() before returning, Ævar Arnfjörð Bjarmason
- [PATCH 01/17] tests: mark tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 07/17] unpack-file: fix ancient leak in create_temp_file(), Ævar Arnfjörð Bjarmason
- [PATCH 05/17] dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache", Ævar Arnfjörð Bjarmason
- [PATCH 06/17] built-ins & libs & helpers: add/move destructors, fix leaks, Ævar Arnfjörð Bjarmason
- [PATCH 09/17] ls-files: fix a --with-tree memory leak, Ævar Arnfjörð Bjarmason
- [PATCH 10/17] sequencer.c: fix "opts->strategy" leak in read_strategy_opts(), Ævar Arnfjörð Bjarmason
- [PATCH 12/17] sequencer.c: fix a pick_commits() leak, Ævar Arnfjörð Bjarmason
- [PATCH 03/17] commit: discard partial cache before (re-)reading it, Ævar Arnfjörð Bjarmason
- [PATCH 13/17] rebase: don't leak on "--abort", Ævar Arnfjörð Bjarmason
- [PATCH 08/17] revision API: call graph_clear() in release_revisions(), Ævar Arnfjörð Bjarmason
- [PATCH 11/17] connected.c: free the "struct packed_git", Ævar Arnfjörð Bjarmason
- [PATCH 16/17] revert: fix parse_options_concat() leak, Ævar Arnfjörð Bjarmason
- [PATCH 14/17] sequencer.c: fix sequencer_continue() leak, Ævar Arnfjörð Bjarmason
- [PATCH 15/17] cherry-pick: free "struct replay_opts" members, Ævar Arnfjörð Bjarmason
- [PATCH 17/17] built-ins: use free() not UNLEAK() if trivial, rm dead code, Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/17] leak fixes: use existing constructors & other trivia, Phillip Wood
- [PATCH v2 00/15] leak fixes: use existing constructors & other trivia, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/15] {reset,merge}: call discard_index() before returning, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/15] tests: mark tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/15] commit: discard partial cache before (re-)reading it, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/15] read-cache.c: clear and free "sparse_checkout_patterns", Ævar Arnfjörð Bjarmason
- [PATCH v2 05/15] dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache", Ævar Arnfjörð Bjarmason
- [PATCH v2 06/15] built-ins & libs & helpers: add/move destructors, fix leaks, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/15] ls-files: fix a --with-tree memory leak, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/15] unpack-file: fix ancient leak in create_temp_file(), Ævar Arnfjörð Bjarmason
- [PATCH v2 10/15] sequencer.c: fix "opts->strategy" leak in read_strategy_opts(), Ævar Arnfjörð Bjarmason
- [PATCH v2 08/15] revision API: call graph_clear() in release_revisions(), Ævar Arnfjörð Bjarmason
- [PATCH v2 12/15] rebase: don't leak on "--abort", Ævar Arnfjörð Bjarmason
- [PATCH v2 11/15] connected.c: free the "struct packed_git", Ævar Arnfjörð Bjarmason
- [PATCH v2 15/15] built-ins: use free() not UNLEAK() if trivial, rm dead code, Ævar Arnfjörð Bjarmason
- [PATCH v2 14/15] revert: fix parse_options_concat() leak, Ævar Arnfjörð Bjarmason
- [PATCH v2 13/15] cherry-pick: free "struct replay_opts" members, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/15] leak fixes: use existing constructors & other trivia, Taylor Blau
git instaweb but not in daemon mode, R. Diez
[PATCH] ci: avoid unnecessary builds,
Johannes Schindelin via GitGitGadget
[PATCH] documentation: update git-submodule documentation,
James via GitGitGadget
bug: git format prints no final newline,
Evan Benn
[BUG] git format-patch incorrectly follows the mailmap when used with --cover-letter,
L. E. Segovia
[RFC/PoC 0/5] Provide example docbundles,
Philip Oakley
safe.directory and ACLs,
John Soo
bug report for "git status", Stephen Loftus-Mercer
[PATCH 0/8] submodule: tests, cleanup to prepare for built-in,
Ævar Arnfjörð Bjarmason
- [PATCH 1/8] submodule--helper: move "config" to a test-tool, Ævar Arnfjörð Bjarmason
- [PATCH 2/8] submodule tests: add tests for top-level flag output, Ævar Arnfjörð Bjarmason
- [PATCH 3/8] submodule tests: test for a "foreach" blind-spot, Ævar Arnfjörð Bjarmason
- [PATCH 4/8] submodule.c: refactor recursive block out of absorb function, Ævar Arnfjörð Bjarmason
- [PATCH 6/8] submodule--helper: remove --prefix from "absorbgitdirs", Ævar Arnfjörð Bjarmason
- [PATCH 5/8] submodule API & "absorbgitdirs": remove "----recursive" option, Ævar Arnfjörð Bjarmason
- [PATCH 7/8] submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update", Ævar Arnfjörð Bjarmason
- [PATCH 8/8] submodule--helper: use OPT_SUBCOMMAND() API, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/8] submodule: tests, cleanup to prepare for built-in, Glen Choo
- [PATCH v2 0/9] submodule: tests, cleanup to prepare for built-in, Ævar Arnfjörð Bjarmason
- [PATCH v2 2/9] submodule tests: add tests for top-level flag output, Ævar Arnfjörð Bjarmason
- [PATCH v2 1/9] submodule--helper: move "config" to a test-tool, Ævar Arnfjörð Bjarmason
- [PATCH v2 6/9] submodule API & "absorbgitdirs": remove "----recursive" option, Ævar Arnfjörð Bjarmason
- [PATCH v2 8/9] submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update", Ævar Arnfjörð Bjarmason
- [PATCH v2 5/9] submodule.c: refactor recursive block out of absorb function, Ævar Arnfjörð Bjarmason
- [PATCH v2 7/9] submodule--helper: remove --prefix from "absorbgitdirs", Ævar Arnfjörð Bjarmason
- [PATCH v2 4/9] submodule tests: test for a "foreach" blind-spot, Ævar Arnfjörð Bjarmason
- [PATCH v2 3/9] submodule--helper: fix a memory leak in "status", Ævar Arnfjörð Bjarmason
- [PATCH v2 9/9] submodule--helper: use OPT_SUBCOMMAND() API, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 0/9] submodule: tests, cleanup to prepare for built-in, Glen Choo
smudge filters do not round trip through `git diff` / `git apply`, Anthony Sottile
git can not be built for s390x since update to git-2.38.0,
Sarah Julia Kriesch
[PATCH 0/9] Bundle URIs IV: advertise over protocol v2,
Derrick Stolee via GitGitGadget
- [PATCH 4/9] bundle-uri: serve bundle.* keys from config, Derrick Stolee via GitGitGadget
- [PATCH 3/9] bundle-uri client: add helper for testing server, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 1/9] protocol v2: add server-side "bundle-uri" skeleton, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 9/9] clone: unbundle the advertised bundles, Derrick Stolee via GitGitGadget
- [PATCH 6/9] strbuf: reintroduce strbuf_parent_directory(), Derrick Stolee via GitGitGadget
- [PATCH 8/9] bundle-uri: download bundles from an advertised list, Derrick Stolee via GitGitGadget
- [PATCH 2/9] bundle-uri client: add minimal NOOP client, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 5/9] bundle-uri client: add boolean transfer.bundleURI setting, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 7/9] bundle-uri: allow relative URLs in bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v2 0/9] Bundle URIs IV: advertise over protocol v2, Derrick Stolee via GitGitGadget
- [PATCH v2 3/9] bundle-uri client: add helper for testing server, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v2 1/9] protocol v2: add server-side "bundle-uri" skeleton, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v2 2/9] bundle-uri client: add minimal NOOP client, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v2 6/9] strbuf: introduce strbuf_strip_file_from_path(), Derrick Stolee via GitGitGadget
- [PATCH v2 5/9] bundle-uri client: add boolean transfer.bundleURI setting, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v2 4/9] bundle-uri: serve bundle.* keys from config, Derrick Stolee via GitGitGadget
- [PATCH v2 8/9] bundle-uri: download bundles from an advertised list, Derrick Stolee via GitGitGadget
- [PATCH v2 7/9] bundle-uri: allow relative URLs in bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v2 9/9] clone: unbundle the advertised bundles, Derrick Stolee via GitGitGadget
- [PATCH v3 00/11] Bundle URIs IV: advertise over protocol v2, Derrick Stolee via GitGitGadget
- [PATCH v3 09/11] bundle-uri: allow relative URLs in bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v3 10/11] bundle-uri: download bundles from an advertised list, Derrick Stolee via GitGitGadget
- [PATCH v3 01/11] protocol v2: add server-side "bundle-uri" skeleton, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v3 04/11] bundle-uri client: add boolean transfer.bundleURI setting, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v3 02/11] t: create test harness for 'bundle-uri' command, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v3 07/11] bundle-uri: serve bundle.* keys from config, Derrick Stolee via GitGitGadget
- [PATCH v3 06/11] bundle-uri client: add helper for testing server, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v3 11/11] clone: unbundle the advertised bundles, Derrick Stolee via GitGitGadget
- [PATCH v3 08/11] strbuf: introduce strbuf_strip_file_from_path(), Derrick Stolee via GitGitGadget
- [PATCH v3 05/11] transport: rename got_remote_heads, Derrick Stolee via GitGitGadget
- [PATCH v3 03/11] clone: request the 'bundle-uri' command when available, Ævar Arnfjörð Bjarmason via GitGitGadget
- Re: [PATCH v3 00/11] Bundle URIs IV: advertise over protocol v2, Victoria Dye
- [PATCH v4 00/11] Bundle URIs IV: advertise over protocol v2, Derrick Stolee via GitGitGadget
- [PATCH v4 08/11] strbuf: introduce strbuf_strip_file_from_path(), Derrick Stolee via GitGitGadget
- [PATCH v4 09/11] bundle-uri: allow relative URLs in bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v4 02/11] t: create test harness for 'bundle-uri' command, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v4 01/11] protocol v2: add server-side "bundle-uri" skeleton, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v4 06/11] bundle-uri client: add helper for testing server, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v4 03/11] clone: request the 'bundle-uri' command when available, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v4 10/11] bundle-uri: download bundles from an advertised list, Derrick Stolee via GitGitGadget
- [PATCH v4 04/11] bundle-uri client: add boolean transfer.bundleURI setting, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v4 05/11] transport: rename got_remote_heads, Derrick Stolee via GitGitGadget
- [PATCH v4 11/11] clone: unbundle the advertised bundles, Derrick Stolee via GitGitGadget
- [PATCH v4 07/11] bundle-uri: serve bundle.* keys from config, Derrick Stolee via GitGitGadget
- Re: [PATCH v4 00/11] Bundle URIs IV: advertise over protocol v2, Junio C Hamano
[PATCH 0/2] Documentation/howto/maintain-git.txt: a pair of bugfixes,
Taylor Blau
Odd git-config behavior,
J. Paul Reed
[OUTREACHY V3] Unify ref-filter formats with other --pretty formats[proposal], NSENGIYUMVA WILBERFORCE
[ANNOUNCE] Git Rev News edition 92, Christian Couder
[PATCH 0/2] t5516/t5601: avoid using localhost for failing HTTPS requests,
Johannes Schindelin via GitGitGadget
Consist timestamps within a checkout/clone,
Mark Hills
[PATCH] test-lib-functions: drop redundant diagnostic print,
Martin Ågren
Large repos mini virtual meetup,
John Cai
What's cooking in git.git (Oct 2022, #09; Mon, 31),
Taylor Blau
- ab/cmake-nix-and-ci (was: What's cooking in git.git (Oct 2022, #09; Mon, 31)), Ævar Arnfjörð Bjarmason
- ab/make-bin-wrappers (was: What's cooking in git.git (Oct 2022, #09; Mon, 31)), Ævar Arnfjörð Bjarmason
- ab/misc-hook-submodule-run-command (was: What's cooking in git.git (Oct 2022, #09; Mon, 31)), Ævar Arnfjörð Bjarmason
- Re: What's cooking in git.git (Oct 2022, #09; Mon, 31), Ramsay Jones
- js/bisect-in-c (was: What's cooking in git.git (Oct 2022, #09; Mon, 31)), Ævar Arnfjörð Bjarmason
[PATCH] [RFC] diff: introduce scope option,
ZheNing Hu via GitGitGadget
[PATCH 0/1] extend the truncating pretty formats,
Philip Oakley
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]