Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v6 1/2] fetch-pack: redact packfile urls in traces, (continued)
- git format-patch --range-diff accepts non-quoted arguments (shouldn't it be?),
Bagas Sanjaya
- [PATCH v5 0/2] blame: documentation update,
Bagas Sanjaya
- format-patch -s shouldnt sign 2nd time, jim . cromie
- [PATCH 0/2] blame: documentation update,
Bagas Sanjaya
- [PATCH] completion: fix incorrect bash/zsh string equality check,
Robert Estelle via GitGitGadget
- [PATCH v11 1/3] grep: refactor next_match() and match_one_pattern() for external use,
Hamza Mahfooz
- [PATCH 0/2] remote: replace static variables with struct remote_state,
Glen Choo via GitGitGadget
- Re: Security issues with openssl.exe,
Rene Hutschenreuter
- [PATCH 0/3] Fun with cpp word regex,
Johannes Sixt via GitGitGadget
- What's cooking in git.git (Oct 2021, #02; Wed, 6),
Junio C Hamano
- ab/make-sparse-for-real, Ævar Arnfjörð Bjarmason
- Re: What's cooking in git.git (Oct 2021, #02; Wed, 6), Jeff King
- Re: What's cooking in git.git (Oct 2021, #02; Wed, 6), Jeff King
- Re: What's cooking in git.git (Oct 2021, #02; Wed, 6), Ævar Arnfjörð Bjarmason
- Re: What's cooking in git.git (Oct 2021, #02; Wed, 6), Taylor Blau
- Re: What's cooking in git.git (Oct 2021, #02; Wed, 6), Junio C Hamano
- [PATCH 0/7] leak tests: fix "test-tool" & other small leaks,
Ævar Arnfjörð Bjarmason
- [PATCH 1/7] tests: fix a memory leak in test-prio-queue.c, Ævar Arnfjörð Bjarmason
- [PATCH 2/7] tests: fix a memory leak in test-parse-options.c, Ævar Arnfjörð Bjarmason
- [PATCH 3/7] tests: fix a memory leak in test-oidtree.c, Ævar Arnfjörð Bjarmason
- [PATCH 5/7] ls-files: fix a trivial dir_clear() leak, Ævar Arnfjörð Bjarmason
- [PATCH 4/7] tests: fix test-oid-array leak, test in SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 6/7] ls-files: add missing string_list_clear(), Ævar Arnfjörð Bjarmason
- [PATCH 7/7] merge: add missing strbuf_release(), Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/7] leak tests: fix "test-tool" & other small leaks, Elijah Newren
- [PATCH v2 0/7] leak tests: fix "test-tool" & other small leaks, Ævar Arnfjörð Bjarmason
- [PATCH 00/10] leak tests: mark more tests as passing,
Ævar Arnfjörð Bjarmason
- [PATCH 01/10] leak tests: run various built-in tests in t00*.sh SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] leak tests: run various "test-tool" tests in t00*.sh SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 04/10] leak tests: mark all ls-tree tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 05/10] leak tests: mark all trace2 tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] leak tests: mark some ls-files tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] leak tests: mark t0000-init.sh as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 06/10] leak tests: mark all checkout-index tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 09/10] leak tests: mark various "generic" tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 10/10] leak tests: mark some misc tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH 08/10] leak tests: mark some read-tree tests as passing with SANITIZE=leak, Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/10] leak tests: mark more tests as passing, Elijah Newren
- [PATCH v2 0/9] leak tests: mark more tests as passing, Ævar Arnfjörð Bjarmason
- [PATCH 0/2] dir & unpak-trees: memory-leak fixes,
Ævar Arnfjörð Bjarmason
- [PATCH] [RFC] sparse index: fix use-after-free bug in cache_tree_verify(),
Phillip Wood via GitGitGadget
- add/init all git submodules that are referenced in .gitmodules,
Alexander Mills
- [PATCH 0/5] cat-file replace handling and optimization,
Jeff King
- [PATCH 1/5] t1006: clean up broken objects, Jeff King
- [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Jeff King
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Jeff King
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Jeff King
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Jeff King
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Junio C Hamano
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Jeff King
- Re: [PATCH 2/5] cat-file: mention --unordered along with --batch-all-objects, Junio C Hamano
- [PATCH 00/10] cat-file: better usage UX & error messages, Ævar Arnfjörð Bjarmason
- [PATCH 01/10] cat-file tests: test bad usage, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] cat-file tests: test messaging on bad objects/paths, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] parse-options API: add a usage_msg_optf(), Ævar Arnfjörð Bjarmason
- [PATCH 04/10] cat-file docs: fix SYNOPSIS and "-h" output, Ævar Arnfjörð Bjarmason
- [PATCH 05/10] cat-file: move "usage" variable to cmd_cat_file(), Ævar Arnfjörð Bjarmason
- [PATCH 06/10] cat-file: make --batch-all-objects a CMDMODE, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] cat-file: fix remaining usage bugs, Ævar Arnfjörð Bjarmason
- [PATCH 08/10] cat-file: correct and improve usage information, Ævar Arnfjörð Bjarmason
- [PATCH 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY, Ævar Arnfjörð Bjarmason
- [PATCH 10/10] cat-file: improve --(textconv|filters) disambiguation, Ævar Arnfjörð Bjarmason
- [PATCH v2 00/10] cat-file: better usage UX & error messages, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/10] cat-file tests: test bad usage, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/10] cat-file docs: fix SYNOPSIS and "-h" output, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/10] parse-options API: add a usage_msg_optf(), Ævar Arnfjörð Bjarmason
- [PATCH v2 02/10] cat-file tests: test messaging on bad objects/paths, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/10] cat-file: move "usage" variable to cmd_cat_file(), Ævar Arnfjörð Bjarmason
- [PATCH v2 06/10] cat-file: make --batch-all-objects a CMDMODE, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/10] cat-file: fix remaining usage bugs, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/10] cat-file: correct and improve usage information, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/10] cat-file: improve --(textconv|filters) disambiguation, Ævar Arnfjörð Bjarmason
- [PATCH v3 00/10] cat-file: better usage UX & error messages, Ævar Arnfjörð Bjarmason
- [PATCH v3 02/10] cat-file tests: test messaging on bad objects/paths, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/10] cat-file tests: test bad usage, Ævar Arnfjörð Bjarmason
- [PATCH v3 03/10] parse-options API: add a usage_msg_optf(), Ævar Arnfjörð Bjarmason
- [PATCH v3 04/10] cat-file docs: fix SYNOPSIS and "-h" output, Ævar Arnfjörð Bjarmason
- [PATCH v3 05/10] cat-file: move "usage" variable to cmd_cat_file(), Ævar Arnfjörð Bjarmason
- [PATCH v3 06/10] cat-file: make --batch-all-objects a CMDMODE, Ævar Arnfjörð Bjarmason
- [PATCH v3 07/10] cat-file: fix remaining usage bugs, Ævar Arnfjörð Bjarmason
- [PATCH v3 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters), Ævar Arnfjörð Bjarmason
- [PATCH v3 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY, Ævar Arnfjörð Bjarmason
- [PATCH v3 08/10] cat-file: correct and improve usage information, Ævar Arnfjörð Bjarmason
- [PATCH v4 00/10] cat-file: better usage UX & error messages, Ævar Arnfjörð Bjarmason
- [PATCH v4 01/10] cat-file tests: test bad usage, Ævar Arnfjörð Bjarmason
- [PATCH v4 02/10] cat-file tests: test messaging on bad objects/paths, Ævar Arnfjörð Bjarmason
- [PATCH v4 04/10] cat-file docs: fix SYNOPSIS and "-h" output, Ævar Arnfjörð Bjarmason
- [PATCH v4 03/10] parse-options API: add a usage_msg_optf(), Ævar Arnfjörð Bjarmason
- [PATCH v4 05/10] cat-file: move "usage" variable to cmd_cat_file(), Ævar Arnfjörð Bjarmason
- [PATCH v4 06/10] cat-file: make --batch-all-objects a CMDMODE, Ævar Arnfjörð Bjarmason
- [PATCH v4 07/10] cat-file: fix remaining usage bugs, Ævar Arnfjörð Bjarmason
- [PATCH v4 08/10] cat-file: correct and improve usage information, Ævar Arnfjörð Bjarmason
- [PATCH v4 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY, Ævar Arnfjörð Bjarmason
- [PATCH v4 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters), Ævar Arnfjörð Bjarmason
- [PATCH v5 00/10] cat-file: better usage UX & error messages, Ævar Arnfjörð Bjarmason
- [PATCH v5 02/10] cat-file tests: test messaging on bad objects/paths, Ævar Arnfjörð Bjarmason
- [PATCH v5 01/10] cat-file tests: test bad usage, Ævar Arnfjörð Bjarmason
- [PATCH v5 03/10] parse-options API: add a usage_msg_optf(), Ævar Arnfjörð Bjarmason
- [PATCH v5 04/10] cat-file docs: fix SYNOPSIS and "-h" output, Ævar Arnfjörð Bjarmason
- [PATCH v5 05/10] cat-file: move "usage" variable to cmd_cat_file(), Ævar Arnfjörð Bjarmason
- [PATCH v5 06/10] cat-file: make --batch-all-objects a CMDMODE, Ævar Arnfjörð Bjarmason
- [PATCH v5 07/10] cat-file: fix remaining usage bugs, Ævar Arnfjörð Bjarmason
- [PATCH v5 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters), Ævar Arnfjörð Bjarmason
- [PATCH v5 08/10] cat-file: correct and improve usage information, Ævar Arnfjörð Bjarmason
- [PATCH v5 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY, Ævar Arnfjörð Bjarmason
- [PATCH v6 00/10] cat-file: better usage UX & error messages, Ævar Arnfjörð Bjarmason
- [PATCH v6 01/10] cat-file tests: test bad usage, Ævar Arnfjörð Bjarmason
- [PATCH v6 02/10] cat-file tests: test messaging on bad objects/paths, Ævar Arnfjörð Bjarmason
- [PATCH v6 03/10] parse-options API: add a usage_msg_optf(), Ævar Arnfjörð Bjarmason
- [PATCH v6 04/10] cat-file docs: fix SYNOPSIS and "-h" output, Ævar Arnfjörð Bjarmason
- [PATCH v6 05/10] cat-file: move "usage" variable to cmd_cat_file(), Ævar Arnfjörð Bjarmason
- [PATCH v6 07/10] cat-file: fix remaining usage bugs, Ævar Arnfjörð Bjarmason
- [PATCH v6 08/10] cat-file: correct and improve usage information, Ævar Arnfjörð Bjarmason
- [PATCH v6 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY, Ævar Arnfjörð Bjarmason
- [PATCH v6 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters), Ævar Arnfjörð Bjarmason
- [PATCH v6 06/10] cat-file: make --batch-all-objects a CMDMODE, Ævar Arnfjörð Bjarmason
- [PATCH 3/5] cat-file: disable refs/replace with --batch-all-objects, Jeff King
- [PATCH 4/5] cat-file: split ordered/unordered batch-all-objects callbacks, Jeff King
- [PATCH 5/5] cat-file: use packed_object_info() for --batch-all-objects, Jeff King
- Re: [PATCH 0/5] cat-file replace handling and optimization, Derrick Stolee
- Merge ORT performance in the wild,
Derrick Stolee
- [PATCH] Use mingw.h declarations for gmtime_r/localtime_r on msys2,
Mike Hommey
- Git push subtree fail unknown revision or path possibly due to missing git-subtree-split commit,
Eddie Ridwan
What's cooking in git.git (Oct 2021, #01; Mon, 4),
Junio C Hamano
- Re: What's cooking in git.git (Oct 2021, #01; Mon, 4), Taylor Blau
- ab/refs-errno-cleanup, Ævar Arnfjörð Bjarmason
- hm/paint-hits-in-log-grep, Ævar Arnfjörð Bjarmason
- ab/designated-initializers-more, Ævar Arnfjörð Bjarmason
- ab/fsck-unexpected-type (and "cat-file replace handling and optimization"), Ævar Arnfjörð Bjarmason
- ab/make-sparse-for-real, Ævar Arnfjörð Bjarmason
- ab/parse-options-cleanup & ab/align-parse-options-help & ab/help-config-vars, Ævar Arnfjörð Bjarmason
- ab/refs-errno-cleanup & "errno" removal in the refs backend, Ævar Arnfjörð Bjarmason
[PATCH] t/perf/perf-lib.sh: remove test_times.* at the end test_perf_(),
Jeff Hostetler via GitGitGadget
git send-email splits name with comma,
Geert Uytterhoeven
[PATCH 0/5] advice API: simplification, small fixes, readability,
Ævar Arnfjörð Bjarmason
[PATCH 0/2] i18n: improve translatability of ambiguous object output,
Ævar Arnfjörð Bjarmason
[PATCH 00/10] unpack-trees & dir APIs: fix memory leaks,
Ævar Arnfjörð Bjarmason
- [PATCH 02/10] merge-recursive.c: call a new unpack_trees_options_init() function, Ævar Arnfjörð Bjarmason
- [PATCH 01/10] unpack-trees.[ch]: define and use a UNPACK_TREES_OPTIONS_INIT, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] unpack-trees.[ch]: embed "dir" in "struct unpack_trees_options", Ævar Arnfjörð Bjarmason
- [PATCH 04/10] unpack-trees API: don't have clear_unpack_trees_porcelain() reset, Ævar Arnfjörð Bjarmason
- [PATCH 09/10] merge.c: avoid duplicate unpack_trees_options_release() code, Ævar Arnfjörð Bjarmason
- [PATCH 05/10] dir.[ch]: make DIR_INIT mandatory, Ævar Arnfjörð Bjarmason
- [PATCH 06/10] dir.c: get rid of lazy initialization, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] unpack-trees API: rename clear_unpack_trees_porcelain(), Ævar Arnfjörð Bjarmason
- [PATCH 08/10] unpack-trees: don't leak memory in verify_clean_subdirectory(), Ævar Arnfjörð Bjarmason
- [PATCH 10/10] built-ins: plug memory leaks with unpack_trees_options_release(), Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/10] unpack-trees & dir APIs: fix memory leaks, Elijah Newren
[PATCH 0/3] request-pull: write to file option,
Bagas Sanjaya
[PATCH] apply: fix delete-then-new patch fail with 3way,
Hongren (Zenithal) Zheng
[PATCH v4 0/2] blame: documentation update,
Bagas Sanjaya
[PATCH] hash: reduce size of algo member of object ID,
René Scharfe
Re: (was blank) subscribe git,
Philip Oakley
[PATCH 1/2] Documentation/diff-format: state in which cases porcelain status is T,
Johannes Altmanninger
Bug: Failed checkout causes index to be in incorrect state,
some-java-user-99206970363698485155
[PATCH] p5311: handle spaces in wc(1) output,
René Scharfe
[PATCH v1 0/3] Typofixes,
Andrei Rybak
[RFC PATCH 0/2] protect git from a rogue editor,
Carlo Marcelo Arenas Belón
[PATCH] p3400: stop using tac(1),
René Scharfe
p2000 failure due to empty reflog,
René Scharfe
[PATCH] p5326: create tag needed for shared tests,
René Scharfe
[PATCH 0/5] COPYING: modernize, steal boilerplate from linux.git,
Ævar Arnfjörð Bjarmason
- [PATCH 2/5] tests: stop using top-level "README" and "COPYING" files, Ævar Arnfjörð Bjarmason
- [PATCH 1/5] "lib-diff" tests: make "README" and "COPYING" test data smaller, Ævar Arnfjörð Bjarmason
- [PATCH 3/5] COPYING: remove mention of GPLv3, clarify sub-project COPYING, Ævar Arnfjörð Bjarmason
- [PATCH 5/5] GPL-2.0: update to byte-for-byte match the FSF's version, Ævar Arnfjörð Bjarmason
- [PATCH 4/5] COPYING: move GPL text to a "GPL-2.0" file, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/5] COPYING: modernize, steal boilerplate from linux.git, Han-Wen Nienhuys
- [PATCH v2 0/5] COPYING: modernize, steal boilerplate from linux.git, Ævar Arnfjörð Bjarmason
[PATCH RFC] stash: implement '--staged' option for 'push' and 'save',
Sergey Organov
[PATCH] perf: fix test_export with SHELL=zsh,
René Scharfe
[PATCH RESEND] bisect--helper: add space between colon and following sentence, Bagas Sanjaya
[PATCH v3 0/2] blame: documentation update,
Bagas Sanjaya
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]