Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- 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
- [PATCH 0/4] *.h: remove dead function declarations,
Ævar Arnfjörð Bjarmason
- [PATCH 00/11] rebase: reset_head() related fixes and improvements,
Phillip Wood via GitGitGadget
- [PATCH 01/11] rebase: factor out checkout for up to date branch, Phillip Wood via GitGitGadget
- [PATCH 03/11] reset_head(): don't run checkout hook if there is an error, Phillip Wood via GitGitGadget
- [PATCH 04/11] reset_head(): remove action parameter, Phillip Wood via GitGitGadget
- [PATCH 05/11] reset_head(): factor out ref updates, Phillip Wood via GitGitGadget
- [PATCH 06/11] reset_head(): make default_reflog_action optional, Phillip Wood via GitGitGadget
- [PATCH 09/11] rebase --apply: fix reflog, Phillip Wood via GitGitGadget
- [PATCH 08/11] reset_head(): take struct rebase_head_opts, Phillip Wood via GitGitGadget
- [PATCH 10/11] rebase --apply: set ORIG_HEAD correctly, Phillip Wood via GitGitGadget
- [PATCH 02/11] reset_head(): fix checkout, Phillip Wood via GitGitGadget
- [PATCH 11/11] rebase -m: don't fork git checkout, Phillip Wood via GitGitGadget
- [PATCH 07/11] rebase: cleanup reset_head() calls, Phillip Wood via GitGitGadget
- Re: [PATCH 00/11] rebase: reset_head() related fixes and improvements, Junio C Hamano
- [PATCH v2 00/14] rebase: reset_head() related fixes and improvements, Phillip Wood via GitGitGadget
- [PATCH v2 01/14] rebase: factor out checkout for up to date branch, Phillip Wood via GitGitGadget
- [PATCH v2 02/14] t5403: refactor rebase post-checkout hook tests, Phillip Wood via GitGitGadget
- [PATCH v2 03/14] rebase: pass correct arguments to post-checkout hook, Phillip Wood via GitGitGadget
- [PATCH v2 04/14] rebase: do not remove untracked files on checkout, Phillip Wood via GitGitGadget
- [PATCH v2 05/14] rebase --apply: don't run post-checkout hook if there is an error, Phillip Wood via GitGitGadget
- [PATCH v2 06/14] reset_head(): remove action parameter, Phillip Wood via GitGitGadget
- [PATCH v2 07/14] create_autostash(): remove unneeded parameter, Phillip Wood via GitGitGadget
- [PATCH v2 08/14] reset_head(): factor out ref updates, Phillip Wood via GitGitGadget
- [PATCH v2 09/14] reset_head(): make default_reflog_action optional, Phillip Wood via GitGitGadget
- [PATCH v2 10/14] rebase: cleanup reset_head() calls, Phillip Wood via GitGitGadget
- [PATCH v2 11/14] reset_head(): take struct rebase_head_opts, Phillip Wood via GitGitGadget
- [PATCH v2 12/14] rebase --apply: fix reflog, Phillip Wood via GitGitGadget
- [PATCH v2 13/14] rebase --apply: set ORIG_HEAD correctly, Phillip Wood via GitGitGadget
- [PATCH v2 14/14] rebase -m: don't fork git checkout, Phillip Wood via GitGitGadget
- Re: [PATCH v2 00/14] rebase: reset_head() related fixes and improvements, Junio C Hamano
- Re: [PATCH v2 00/14] rebase: reset_head() related fixes and improvements, Elijah Newren
- [PATCH v3 00/14] rebase: reset_head() related fixes and improvements, Phillip Wood via GitGitGadget
- [PATCH v3 01/14] rebase: factor out checkout for up to date branch, Phillip Wood via GitGitGadget
- [PATCH v3 02/14] t5403: refactor rebase post-checkout hook tests, Phillip Wood via GitGitGadget
- [PATCH v3 03/14] rebase: pass correct arguments to post-checkout hook, Phillip Wood via GitGitGadget
- [PATCH v3 04/14] rebase: do not remove untracked files on checkout, Phillip Wood via GitGitGadget
- [PATCH v3 05/14] rebase --apply: don't run post-checkout hook if there is an error, Phillip Wood via GitGitGadget
- [PATCH v3 06/14] reset_head(): remove action parameter, Phillip Wood via GitGitGadget
- [PATCH v3 07/14] reset_head(): factor out ref updates, Phillip Wood via GitGitGadget
- [PATCH v3 08/14] reset_head(): make default_reflog_action optional, Phillip Wood via GitGitGadget
- [PATCH v3 09/14] create_autostash(): remove unneeded parameter, Phillip Wood via GitGitGadget
- [PATCH v3 11/14] reset_head(): take struct rebase_head_opts, Phillip Wood via GitGitGadget
- [PATCH v3 10/14] rebase: cleanup reset_head() calls, Phillip Wood via GitGitGadget
- [PATCH v3 12/14] rebase --apply: fix reflog, Phillip Wood via GitGitGadget
- [PATCH v3 13/14] rebase --apply: set ORIG_HEAD correctly, Phillip Wood via GitGitGadget
- [PATCH v3 14/14] rebase -m: don't fork git checkout, Phillip Wood via GitGitGadget
- Re: [PATCH v3 00/14] rebase: reset_head() related fixes and improvements, Elijah Newren
- [PATCH 0/9] mergesort: improve tests and performance,
René Scharfe
- [PATCH v7 0/4] difftool: dir-diff improvements and refactoring,
David Aguilar
- What's cooking in git.git (Sep 2021, #09; Thu, 30),
Junio C Hamano
- en/removing-untracked-fixes [Was: Re: What's cooking in git.git (Sep 2021, #09; Thu, 30)], Elijah Newren
- en/remerge-diff [Was: Re: What's cooking in git.git (Sep 2021, #09; Thu, 30)], Elijah Newren
- Re: What's cooking in git.git (Sep 2021, #09; Thu, 30), Ævar Arnfjörð Bjarmason
- ab/fsck-unexpected-type, Ævar Arnfjörð Bjarmason
- ab/parse-options-cleanup, Ævar Arnfjörð Bjarmason
- ab/sanitize-leak-ci & more leak fixes soon-or-not, Ævar Arnfjörð Bjarmason
- Re: What's cooking in git.git (Sep 2021, #09; Thu, 30), Jeff Hostetler
- ab/refs-errno-cleanup, Ævar Arnfjörð Bjarmason
- ab/align-parse-options-help & ab/help-config-vars, Ævar Arnfjörð Bjarmason
- ab/lib-subtest, Ævar Arnfjörð Bjarmason
- ab/config-based-hooks-1, Ævar Arnfjörð Bjarmason
- Should help.autocorrect be on by default?,
Brian Bartels
- [PATCH v6 1/5] difftool: create a tmpdir path without repeated slashes,
David Aguilar
- [PATCH 0/7] Sparse Index: integrate with reset,
Victoria Dye via GitGitGadget
- [PATCH 1/7] reset: behave correctly with sparse-checkout, Kevin Willford via GitGitGadget
- [PATCH 2/7] sparse-index: update command for expand/collapse test, Victoria Dye via GitGitGadget
- [PATCH 3/7] reset: expand test coverage for sparse checkouts, Victoria Dye via GitGitGadget
- [PATCH 4/7] reset: integrate with sparse index, Victoria Dye via GitGitGadget
- [PATCH 5/7] reset: make sparse-aware (except --mixed), Victoria Dye via GitGitGadget
- [PATCH 6/7] reset: make --mixed sparse-aware, Victoria Dye via GitGitGadget
- [PATCH 7/7] unpack-trees: improve performance of next_cache_entry, Victoria Dye via GitGitGadget
- [PATCH v2 0/7] Sparse Index: integrate with reset, Victoria Dye via GitGitGadget
- [PATCH v2 3/7] reset: expand test coverage for sparse checkouts, Victoria Dye via GitGitGadget
- [PATCH v2 1/7] reset: behave correctly with sparse-checkout, Kevin Willford via GitGitGadget
- [PATCH v2 4/7] reset: integrate with sparse index, Victoria Dye via GitGitGadget
- [PATCH v2 2/7] update-index: add --force-full-index option for expand/collapse test, Victoria Dye via GitGitGadget
- [PATCH v2 6/7] reset: make --mixed sparse-aware, Victoria Dye via GitGitGadget
- [PATCH v2 5/7] reset: make sparse-aware (except --mixed), Victoria Dye via GitGitGadget
- [PATCH v2 7/7] unpack-trees: improve performance of next_cache_entry, Victoria Dye via GitGitGadget
- Re: [PATCH v2 0/7] Sparse Index: integrate with reset, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 0/7] Sparse Index: integrate with reset, Elijah Newren
- [PATCH v3 0/8] Sparse Index: integrate with reset, Victoria Dye via GitGitGadget
- [PATCH v3 2/8] reset: preserve skip-worktree bit in mixed reset, Kevin Willford via GitGitGadget
- [PATCH v3 1/8] reset: rename is_missing to !is_in_reset_tree, Victoria Dye via GitGitGadget
- [PATCH v3 3/8] update-index: add --force-full-index option for expand/collapse test, Victoria Dye via GitGitGadget
- [PATCH v3 4/8] reset: expand test coverage for sparse checkouts, Victoria Dye via GitGitGadget
- [PATCH v3 6/8] reset: make sparse-aware (except --mixed), Victoria Dye via GitGitGadget
- [PATCH v3 5/8] reset: integrate with sparse index, Victoria Dye via GitGitGadget
- [PATCH v3 7/8] reset: make --mixed sparse-aware, Victoria Dye via GitGitGadget
- [PATCH v3 8/8] unpack-trees: improve performance of next_cache_entry, Victoria Dye via GitGitGadget
- [PATCH v4 0/8] Sparse Index: integrate with reset, Victoria Dye via GitGitGadget
- [PATCH v4 1/8] reset: rename is_missing to !is_in_reset_tree, Victoria Dye via GitGitGadget
- [PATCH v4 2/8] reset: preserve skip-worktree bit in mixed reset, Victoria Dye via GitGitGadget
- [PATCH v4 3/8] sparse-index: update command for expand/collapse test, Victoria Dye via GitGitGadget
- [PATCH v4 4/8] reset: expand test coverage for sparse checkouts, Victoria Dye via GitGitGadget
- [PATCH v4 5/8] reset: integrate with sparse index, Victoria Dye via GitGitGadget
- [PATCH v4 6/8] reset: make sparse-aware (except --mixed), Victoria Dye via GitGitGadget
- [PATCH v4 7/8] reset: make --mixed sparse-aware, Victoria Dye via GitGitGadget
- [PATCH v4 8/8] unpack-trees: improve performance of next_cache_entry, Victoria Dye via GitGitGadget
- [PATCH v5 0/8] Sparse Index: integrate with reset, Victoria Dye via GitGitGadget
- [PATCH v5 1/8] reset: rename is_missing to !is_in_reset_tree, Victoria Dye via GitGitGadget
- [PATCH v5 2/8] reset: preserve skip-worktree bit in mixed reset, Victoria Dye via GitGitGadget
- [PATCH v5 3/8] sparse-index: update command for expand/collapse test, Victoria Dye via GitGitGadget
- [PATCH v5 4/8] reset: expand test coverage for sparse checkouts, Victoria Dye via GitGitGadget
- [PATCH v5 5/8] reset: integrate with sparse index, Victoria Dye via GitGitGadget
- [PATCH v5 6/8] reset: make sparse-aware (except --mixed), Victoria Dye via GitGitGadget
- [PATCH v5 7/8] reset: make --mixed sparse-aware, Victoria Dye via GitGitGadget
- [PATCH v5 8/8] unpack-trees: improve performance of next_cache_entry, Victoria Dye via GitGitGadget
- Re: [PATCH v5 0/8] Sparse Index: integrate with reset, Elijah Newren
- [PATCH v6 0/8] Sparse Index: integrate with reset, Victoria Dye via GitGitGadget
- [ANNOUNCE] Git Rev News edition 79, Christian Couder
- [PATCH] receive-pack: allow a maximum input object size specified,
Han Xin
- Bug/regression report - 'git stash push -u' fatal errors when sub-repo present,
Robert Leftwich
- [PATCH v2 0/2] blame: documentation update,
Bagas Sanjaya
- [PATCH v10 1/2] grep: refactor next_match() and match_one_pattern() for external use,
Hamza Mahfooz
- [PATCH v9 1/2] grep: refactor next_match() and match_one_pattern() for external use,
Hamza Mahfooz
- [PATCH] grep: demonstrate bug with textconv attributes and submodules,
Matheus Tavares
- [PATCH] reset: behave correctly with sparse-checkout,
Derrick Stolee via GitGitGadget
- Commit is marked as new, despite on it already on branch,
Eugen Konkov
- [PATCH 00/10] fix bug, use existing enums,
Ævar Arnfjörð Bjarmason
- [PATCH 01/10] parse-options.h: move PARSE_OPT_SHELL_EVAL between enums, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] parse-options.[ch]: consistently use "enum parse_opt_flags", Ævar Arnfjörð Bjarmason
- [PATCH 03/10] parse-options.[ch]: consistently use "enum parse_opt_result", Ævar Arnfjörð Bjarmason
- [PATCH 04/10] parse-options.c: use exhaustive "case" arms for "enum parse_opt_type", Ævar Arnfjörð Bjarmason
- [PATCH 05/10] parse-options.h: make the "flags" in "struct option" an enum, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] commit-graph: stop using optname(), Ævar Arnfjörð Bjarmason
- [PATCH 06/10] parse-options.c: move optname() earlier in the file, Ævar Arnfjörð Bjarmason
- [PATCH 08/10] parse-options.[ch]: make opt{bug,name}() "static", Ævar Arnfjörð Bjarmason
- [PATCH 09/10] parse-options tests: test optname() output, Ævar Arnfjörð Bjarmason
- [PATCH 10/10] parse-options: change OPT_{SHORT,UNSET} to an enum, Ævar Arnfjörð Bjarmason
- [PATCH v2 00/11] fix bug, use existing enums, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/11] parse-options.h: move PARSE_OPT_SHELL_EVAL between enums, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/11] parse-options.[ch]: consistently use "enum parse_opt_flags", Ævar Arnfjörð Bjarmason
- [PATCH v2 03/11] parse-options.[ch]: consistently use "enum parse_opt_result", Ævar Arnfjörð Bjarmason
- [PATCH v2 04/11] parse-options.c: use exhaustive "case" arms for "enum parse_opt_result", Ævar Arnfjörð Bjarmason
- [PATCH v2 05/11] parse-options.c: use exhaustive "case" arms for "enum parse_opt_type", Ævar Arnfjörð Bjarmason
- [PATCH v2 06/11] parse-options.h: make the "flags" in "struct option" an enum, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/11] parse-options.c: move optname() earlier in the file, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/11] commit-graph: stop using optname(), Ævar Arnfjörð Bjarmason
- [PATCH v2 09/11] parse-options.[ch]: make opt{bug,name}() "static", Ævar Arnfjörð Bjarmason
- [PATCH v2 10/11] parse-options tests: test optname() output, Ævar Arnfjörð Bjarmason
- [PATCH v2 11/11] parse-options: change OPT_{SHORT,UNSET} to an enum, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/11] fix bug, use existing enums, Junio C Hamano
- [PATCH v3 00/10] fix bug, use more enums, Ævar Arnfjörð Bjarmason
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]