Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v2 4/8] test-lib-functions: add and use test_cmp_cmd, (continued)
- [PATCH 0/2] string_list API users: use alloc + init, not calloc + strdup_strings,
Ævar Arnfjörð Bjarmason
- What is the URL of git's bug tracker?,
Yuri
- [PATCH] string_list: use the right kind of STRING_LIST_INIT,
Junio C Hamano
- On-branch topic description support?,
Junio C Hamano
- [PATCH 0/2] git-p4: fix two undefined variables,
Moritz Baumann via GitGitGadget
- [PATCH] git-p4: fix crlf handling for utf16 files on Windows,
Moritz Baumann via GitGitGadget
- What's cooking in git.git (Jul 2022, #06; Tue, 19),
Junio C Hamano
- BUG: fsmonitor.c:21: fsmonitor_dirty has more entries than the index,
Kache Hit
- [PATCH 00/10] leak test: add "check" test mode, mark leak-free tests,
Ævar Arnfjörð Bjarmason
- [PATCH 01/10] test-lib.sh: use $1, not $@ in test_known_broken_{ok,failure}_, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] test-lib.sh: don't set GIT_EXIT_OK before calling test_atexit_handler, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] test-lib.sh: fix GIT_EXIT_OK logic errors, use BAIL_OUT, Ævar Arnfjörð Bjarmason
- [PATCH 04/10] test-lib.sh: add a --invert-exit-code switch, Ævar Arnfjörð Bjarmason
- [PATCH 06/10] test-lib: add a SANITIZE=leak logging mode, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] test-lib.sh: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode, Ævar Arnfjörð Bjarmason
- [PATCH 05/10] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description, Ævar Arnfjörð Bjarmason
- [PATCH 08/10] test-lib: have the "check" mode for SANITIZE=leak consider leak logs, Ævar Arnfjörð Bjarmason
- [PATCH 09/10] leak tests: mark passing SANITIZE=leak tests as leak-free, Ævar Arnfjörð Bjarmason
- [PATCH 10/10] log tests: don't use "exit 1" outside a sub-shell, Ævar Arnfjörð Bjarmason
- [PATCH v2 00/14] leak test: add "check" test mode, mark leak-free tests, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/14] test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/14] test-lib: use $1, not $@ in test_known_broken_{ok,failure}_, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/14] test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/14] test-lib: add a --invert-exit-code switch, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/14] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/14] test-lib: add a SANITIZE=leak logging mode, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/14] t/Makefile: don't remove test-results in "clean-except-prove-cache", Ævar Arnfjörð Bjarmason
- [PATCH v2 09/14] test-lib: simplify by removing test_external, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/14] tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh, Ævar Arnfjörð Bjarmason
- [PATCH v2 11/14] test-lib: have the "check" mode for SANITIZE=leak consider leak logs, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/14] test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode, Ævar Arnfjörð Bjarmason
- [PATCH v2 12/14] leak tests: mark passing SANITIZE=leak tests as leak-free, Ævar Arnfjörð Bjarmason
- [PATCH v2 13/14] upload-pack: fix a memory leak in create_pack_file(), Ævar Arnfjörð Bjarmason
- [PATCH v2 14/14] CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks, Ævar Arnfjörð Bjarmason
- [PATCH v3 00/15] leak test: add "check" test mode, mark leak-free tests, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/15] test-lib: use $1, not $@ in test_known_broken_{ok,failure}_, Ævar Arnfjörð Bjarmason
- [PATCH v3 03/15] test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT, Ævar Arnfjörð Bjarmason
- [PATCH v3 02/15] test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler, Ævar Arnfjörð Bjarmason
- [PATCH v3 04/15] test-lib: add a --invert-exit-code switch, Ævar Arnfjörð Bjarmason
- [PATCH v3 05/15] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description, Ævar Arnfjörð Bjarmason
- [PATCH v3 06/15] test-lib: add a SANITIZE=leak logging mode, Ævar Arnfjörð Bjarmason
- [PATCH v3 09/15] test-lib: simplify by removing test_external, Ævar Arnfjörð Bjarmason
- [PATCH v3 07/15] t/Makefile: don't remove test-results in "clean-except-prove-cache", Ævar Arnfjörð Bjarmason
- [PATCH v3 08/15] tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh, Ævar Arnfjörð Bjarmason
- [PATCH v3 10/15] test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode, Ævar Arnfjörð Bjarmason
- [PATCH v3 11/15] test-lib: have the "check" mode for SANITIZE=leak consider leak logs, Ævar Arnfjörð Bjarmason
- [PATCH v3 12/15] leak tests: don't skip some tests under SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH v3 14/15] upload-pack: fix a memory leak in create_pack_file(), Ævar Arnfjörð Bjarmason
- [PATCH v3 15/15] CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks, Ævar Arnfjörð Bjarmason
- [PATCH v3 13/15] leak tests: mark passing SANITIZE=leak tests as leak-free, Ævar Arnfjörð Bjarmason
- [PATCH] compat/win32: correct for incorrect compiler warning,
Derrick Stolee via GitGitGadget
- [PATCH] osx-keychain: fix compiler warning,
Lessley Dennington via GitGitGadget
- [PATCH v3] contrib/rerere-train: avoid useless gpg sign in training,
Celeste Liu
- [PATCH v1 0/7] mv: from in-cone to out-of-cone,
Shaoxuan Yuan
- [PATCH v1 1/7] t7002: add tests for moving from in-cone to out-of-cone, Shaoxuan Yuan
- [PATCH v1 2/7] mv: add documentation for check_dir_in_index(), Shaoxuan Yuan
- [PATCH v1 3/7] mv: free the *with_slash in check_dir_in_index(), Shaoxuan Yuan
- [PATCH v1 6/7] mv: from in-cone to out-of-cone, Shaoxuan Yuan
- [PATCH v1 5/7] mv: remove BOTH from enum update_mode, Shaoxuan Yuan
- [PATCH v1 4/7] mv: check if <destination> is a SKIP_WORKTREE_DIR, Shaoxuan Yuan
- [PATCH v1 7/7] mv: check overwrite for in-to-out move, Shaoxuan Yuan
- Re: [PATCH v1 0/7] mv: from in-cone to out-of-cone, Derrick Stolee
- [PATCH v2 0/9] mv: from in-cone to out-of-cone, Shaoxuan Yuan
- [PATCH v3 0/9] mv: from in-cone to out-of-cone, Shaoxuan Yuan
- [PATCH v3 1/9] t7002: add tests for moving from in-cone to out-of-cone, Shaoxuan Yuan
- [PATCH v3 2/9] mv: rename check_dir_in_index() to empty_dir_has_sparse_contents(), Shaoxuan Yuan
- [PATCH v3 3/9] mv: free the with_slash in check_dir_in_index(), Shaoxuan Yuan
- [PATCH v3 5/9] mv: remove BOTH from enum update_mode, Shaoxuan Yuan
- [PATCH v3 7/9] mv: cleanup empty WORKING_DIRECTORY, Shaoxuan Yuan
- [PATCH v3 6/9] mv: from in-cone to out-of-cone, Shaoxuan Yuan
- [PATCH v3 9/9] mv: check overwrite for in-to-out move, Shaoxuan Yuan
- [PATCH v3 8/9] advice.h: add advise_on_moving_dirty_path(), Shaoxuan Yuan
- [PATCH v3 4/9] mv: check if <destination> is a SKIP_WORKTREE_DIR, Shaoxuan Yuan
- Re: [PATCH v3 0/9] mv: from in-cone to out-of-cone, Victoria Dye
- [PATCH v2] contrib/rerere-train: avoid useless gpg sign in training,
Celeste Liu
- [PATCH] contrib/rerere-train: avoid useless gpg sign in training,
Celeste Liu
- git-send-email doesn't entirely understand --subject (or --in-reply-to),
Britton Kerin
- Get Back To Her Immediately, best office
- [PATCH] midx: reduce memory pressure while writing bitmaps,
Derrick Stolee via GitGitGadget
- Possible git bug when working with Microsoft Mapped drives,
Paul Kinzelman
- Feature request: provide a persistent IDs on a commit,
Stephen Finucane
- Re: Feature request: provide a persistent IDs on a commit, Ævar Arnfjörð Bjarmason
[PATCH] t4200: drop irrelevant code,
Martin Ågren
[PATCH] config/core.txt: fix minor issues for `core.sparseCheckoutCone`,
Martin Ågren
[PATCH] index-format.txt: remove outdated list of supported extensions,
SZEDER Gábor
What's cooking in git.git (Jul 2022, #05; Sun, 17),
Junio C Hamano
[ANNOUNCE] Contributor's Summit Registration, Sept 14, 2020, Chicago,
Taylor Blau
[PATCH 00/10] typed sort of linked lists,
René Scharfe
- [PATCH 01/10] mergesort: unify ranks loops, René Scharfe
- [PATCH 02/10] mergesort: tighten merge loop, René Scharfe
- [PATCH 03/10] mergesort: add macros for typed sort of linked lists, René Scharfe
- [PATCH 04/10] test-mergesort: use DEFINE_LIST_SORT_DEBUG, René Scharfe
- [PATCH 05/10] test-mergesort: use DEFINE_LIST_SORT, René Scharfe
- [PATCH 06/10] blame: use DEFINE_LIST_SORT, René Scharfe
- [PATCH 07/10] commit: use DEFINE_LIST_SORT, René Scharfe
- [PATCH 08/10] fetch-pack: use DEFINE_LIST_SORT, René Scharfe
- [PATCH 09/10] packfile: use DEFINE_LIST_SORT, René Scharfe
- [PATCH 10/10] mergesort: remove llist_mergesort(), René Scharfe
- Re: [PATCH 00/10] typed sort of linked lists, Junio C Hamano
Branch next doesn't look like it was pushed,
Stephen Smith
Can I use CRoaring library in Git?,
Abhradeep Chakraborty
[ANNOUNCE] git-cinnabar 0.5.9, Mike Hommey
[PATCH] fetch-pack: write effective filter to trace2,
Jonathan Tan
git: detect file creator,
Sim Tov
'git clone,' build makes user non-writable files (should be option keep user-writable),
David Chmelik
[PATCH v2] Add note that conflict resolution is still performed,
Matthias Beyer
[PATCH] refs: work around network caching on Windows,
Johannes Schindelin via GitGitGadget
[PATCH] git-repack doc: remove discussion of ancient caveat,
Ævar Arnfjörð Bjarmason
Add a new config to tell Git only check files matched sparse-checkout patterns., void f
[RFC][PATCH] mingw: avoid mktemp() in mkstemp() implementation,
René Scharfe
[PATCH] hooks--pre-commit: detect non-ASCII when renaming,
Julian Prein via GitGitGadget
moving a repository question,
Paul Kinzelman
[PATCH 00/10] ci: make it easy to run locally, part 1,
Ævar Arnfjörð Bjarmason
- [PATCH 01/10] CI: run "set -ex" early in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] CI: remove dead "tree skipping" code, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] CI: remove more dead Travis CI support, Ævar Arnfjörð Bjarmason
- [PATCH 09/10] CI: have "static-analysis" run a "make ci-static-analysis" target, Ævar Arnfjörð Bjarmason
- [PATCH 06/10] CI: consistently use "export" in ci/lib.sh, Ævar Arnfjörð Bjarmason
- [PATCH 10/10] CI: have "static-analysis" run "check-builtins", not "documentation", Ævar Arnfjörð Bjarmason
- [PATCH 04/10] CI: make "$jobname" explicit, remove fallback, Ævar Arnfjörð Bjarmason
- [PATCH 08/10] CI: don't have "git grep" invoke a pager in tree content check, Ævar Arnfjörð Bjarmason
- [PATCH 05/10] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] CI: export variables via a wrapper, Ævar Arnfjörð Bjarmason
[PATCH 0/3] doc: unify config info on some cmds,
Matheus Tavares
- [PATCH 1/3] doc: grep: unify configuration variables definitions, Matheus Tavares
- [PATCH 2/3] doc: apply: unify configuration variables definitions, Matheus Tavares
- [PATCH 3/3] doc: notes: unify configuration variables definitions, Matheus Tavares
- Re: [PATCH 0/3] doc: unify config info on some cmds, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/9] docs: de-duplicate sections, add more CONFIGURATION sections, Ævar Arnfjörð Bjarmason
- [PATCH v2 3/9] send-email docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v2 2/9] grep docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v2 1/9] docs: add and use include template for config/* includes, Ævar Arnfjörð Bjarmason
- [PATCH v2 5/9] notes docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v2 8/9] docs: add CONFIGURATION sections that map to a built-in, Ævar Arnfjörð Bjarmason
- [PATCH v2 4/9] apply docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v2 7/9] log docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v2 6/9] difftool docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v2 9/9] docs: add CONFIGURATION sections that fuzzy map to built-ins, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 0/9] docs: de-duplicate sections, add more CONFIGURATION sections, Matheus Tavares
- [PATCH v3 0/9] docs: de-duplicate sections, add more CONFIGURATION sections, Ævar Arnfjörð Bjarmason
- [PATCH v3 1/9] docs: add and use include template for config/* includes, Ævar Arnfjörð Bjarmason
- [PATCH v3 2/9] grep docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v3 4/9] apply docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v3 5/9] notes docs: de-duplicate and combine configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v3 8/9] docs: add CONFIGURATION sections that map to a built-in, Ævar Arnfjörð Bjarmason
- [PATCH v3 7/9] log docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v3 3/9] send-email docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v3 6/9] difftool docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v3 9/9] docs: add CONFIGURATION sections that fuzzy map to built-ins, Ævar Arnfjörð Bjarmason
- Re: [PATCH v3 0/9] docs: de-duplicate sections, add more CONFIGURATION sections, Matheus Tavares
- [PATCH v4 0/9] docs: de-duplicate sections, add more CONFIGURATION sections, Ævar Arnfjörð Bjarmason
- [PATCH v4 1/9] docs: add and use include template for config/* includes, Ævar Arnfjörð Bjarmason
- [PATCH v4 2/9] grep docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v4 3/9] send-email docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v4 4/9] apply docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v4 5/9] notes docs: de-duplicate and combine configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v4 6/9] difftool docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v4 7/9] log docs: de-duplicate configuration sections, Ævar Arnfjörð Bjarmason
- [PATCH v4 8/9] docs: add CONFIGURATION sections that map to a built-in, Ævar Arnfjörð Bjarmason
- [PATCH v4 9/9] docs: add CONFIGURATION sections that fuzzy map to built-ins, Ævar Arnfjörð Bjarmason
- Re: [PATCH v4 0/9] docs: de-duplicate sections, add more CONFIGURATION sections, Matheus Tavares
[PATCH] shortlog: use a stable sort,
Johannes Schindelin via GitGitGadget
Create Remote Repository from local,
Antonio Cabañas Zurita
[PATCH] tests: fix incorrect --write-junit-xml code,
Johannes Schindelin via GitGitGadget
"reject arguments in cone-mode that look like patterns" doesn't work in macos-12,
fawaz ahmed0
What's cooking in git.git (Jul 2022, #04; Wed, 13),
Junio C Hamano
[PATCH] config.txt: add completion for include, includeIf,
Manuel Boni via GitGitGadget
Re: [PATCH] config.txt: add completion for include, includeIf, Junio C Hamano
[PATCH v2] config.txt: document include, includeIf, Manuel Boni via GitGitGadget
[PATCH] mergetool(vimdiff): allow paths to contain spaces again,
Johannes Schindelin via GitGitGadget
[PATCH 0/3] Use "allowlist" and "denylist" tree-wide,
Derrick Stolee via GitGitGadget
[PATCH 00/11] submodule--helper: fix memory leaks,
Ævar Arnfjörð Bjarmason
- [PATCH 02/11] submodule--helper: replace memset() with { 0 }-initialization, Ævar Arnfjörð Bjarmason
- [PATCH 01/11] submodule.c: free() memory from xgetcwd(), Ævar Arnfjörð Bjarmason
- [PATCH 03/11] submodule--helper: fix "module_clone_data" memory leaks, Ævar Arnfjörð Bjarmason
- [PATCH 04/11] submodule--helper: fix "struct pathspec" memory leaks, Ævar Arnfjörð Bjarmason
- [PATCH 09/11] submodule--helper: free "char *" in "struct update_data", Ævar Arnfjörð Bjarmason
- [PATCH 06/11] submodule--helper: add and use *_release() functions, Ævar Arnfjörð Bjarmason
- [PATCH 07/11] submodule--helper: fix "errmsg_str" memory leak, Ævar Arnfjörð Bjarmason
- [PATCH 08/11] submodule--helper: fix "sm_path" and other "module_cb_list" leaks, Ævar Arnfjörð Bjarmason
- [PATCH 05/11] submodule--helper: free() leaking {run,capture}_command() argument, Ævar Arnfjörð Bjarmason
- [PATCH 10/11] submodule--helper: fix a leak with repo_clear(), Ævar Arnfjörð Bjarmason
- [PATCH 11/11] submodule--helper: fix "reference" leak is "module_clone_data", Ævar Arnfjörð Bjarmason
- [PATCH v2 00/24] submodule--helper: fix memory leaks, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/24] submodule--helper: replace memset() with { 0 }-initialization, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/24] submodule--helper: fix a leak in "clone_submodule", Ævar Arnfjörð Bjarmason
- [PATCH v2 05/24] submodule--helper: "struct pathspec" memory leak in module_update(), Ævar Arnfjörð Bjarmason
- [PATCH v2 03/24] submodule--helper: fix trivial get_default_remote_submodule() leak, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/24] submodule--helper: fix most "struct pathspec" memory leaks, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/24] submodule--helper: don't leak {run,capture}_command() cp.dir argument, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/24] submodule--helper: add "const" to copy of "update_data", Ævar Arnfjörð Bjarmason
- [PATCH v2 09/24] submodule--helper: refactor "errmsg_str" to be a "struct strbuf", Ævar Arnfjörð Bjarmason
- [PATCH v2 11/24] submodule--helper: fix "sm_path" and other "module_cb_list" leaks, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/24] submodule--helper: add and use *_release() functions, Ævar Arnfjörð Bjarmason
- [PATCH v2 13/24] submodule--helper: fix a memory leak in get_default_remote_submodule(), Ævar Arnfjörð Bjarmason
- [PATCH v2 10/24] submodule--helper: fix "errmsg_str" memory leak, Ævar Arnfjörð Bjarmason
- [PATCH v2 12/24] submodule--helper: fix a leak with repo_clear(), Ævar Arnfjörð Bjarmason
- [PATCH v2 17/24] submodule--helper: fix a memory leak in print_status(), Ævar Arnfjörð Bjarmason
- [PATCH v2 15/24] submodule--helper: fix obscure leak in module_add(), Ævar Arnfjörð Bjarmason
- [PATCH v2 16/24] submodule--helper: fix a leak in module_add(), Ævar Arnfjörð Bjarmason
- [PATCH v2 14/24] submodule--helper: fix "reference" leak is "module_clone_data", Ævar Arnfjörð Bjarmason
- [PATCH v2 19/24] submodule--helper: rename "int res" to "int ret", Ævar Arnfjörð Bjarmason
- [PATCH v2 18/24] submodule--helper: free some "displaypath" in "struct update_data", Ævar Arnfjörð Bjarmason
- [PATCH v2 22/24] submodule--helper: free rest of "displaypath" in "struct update_data", Ævar Arnfjörð Bjarmason
- [PATCH v2 20/24] submodule--helper: add skeleton "goto cleanup" to update_submodule(), Ævar Arnfjörð Bjarmason
- [PATCH v2 23/24] submodule--helper: fix bad config API usage, Ævar Arnfjörð Bjarmason
- [PATCH v2 21/24] submodule--helper: don't exit() on failure, return, Ævar Arnfjörð Bjarmason
- [PATCH v2 24/24] submodule--helper: fix a configure_added_submodule() leak, Ævar Arnfjörð Bjarmason
- [PATCH v3 00/26] submodule--helper: fix memory leaks, Ævar Arnfjörð Bjarmason
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]