Show patches with: State = Action Required       |   24275 patches
« 1 2 ... 139 140 141242 243 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,01/11] commit-graph: use MAX_NUM_CHUNKS Changed Paths Bloom Filters - - - --- 2020-02-05 Linus Arver via GitGitGadget New
[11/10] name-rev: sort tip names before applying name-rev: improve memory usage - - - --- 2020-02-05 René Scharfe New
[01/10,RESEND,AUTHOR,FIXED] name-rev: rewrite create_or_update_name() [01/10,RESEND,AUTHOR,FIXED] name-rev: rewrite create_or_update_name() - - - --- 2020-02-05 René Scharfe New
parse-options: lose an unnecessary space in an error message parse-options: lose an unnecessary space in an error message - - - --- 2020-02-05 Jacques Bodin-Hullin New
[v2,3/3] builtin/commit-graph.c: support '--input=none' builtin/commit-graph.c: new split/merge options - - - --- 2020-02-05 Taylor Blau New
[v2,2/3] builtin/commit-graph.c: introduce '--input=<source>' builtin/commit-graph.c: new split/merge options - - - --- 2020-02-05 Taylor Blau New
[v2,1/3] builtin/commit-graph.c: support '--split[=<strategy>]' builtin/commit-graph.c: new split/merge options - - - --- 2020-02-05 Taylor Blau New
[v2] clone: use submodules.recurse option for automatically clone submodules [v2] clone: use submodules.recurse option for automatically clone submodules - - - --- 2020-02-04 Linus Arver via GitGitGadget New
[10/10] name-rev: release unused name strings name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[09/10] name-rev: generate name strings only if they are better name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[08/10] name-rev: pre-size buffer in get_parent_name() name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[07/10] name-rev: factor out get_parent_name() name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[06/10] name-rev: put struct rev_name into commit slab name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[05/10] name-rev: don't _peek() in create_or_update_name() name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[04/10] name-rev: don't leak path copy in name_ref() name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[03/10] name-rev: respect const qualifier name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[02/10] name-rev: remove unused typedef name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[01/10] name-rev: rewrite create_or_update_name() name-rev: improve memory usage - - - --- 2020-02-04 René Scharfe New
[v3,6/6] Reftable support for git-core Reftable support git-core - - - --- 2020-02-04 Linus Arver via GitGitGadget New
[v3,5/6] Add reftable library Reftable support git-core - - - --- 2020-02-04 Linus Arver via GitGitGadget New
[v3,4/6] refs: document how ref_iterator_advance_fn should handle symrefs Reftable support git-core - - - --- 2020-02-04 Linus Arver via GitGitGadget New
[v3,3/6] create .git/refs in files-backend.c Reftable support git-core - - - --- 2020-02-04 Linus Arver via GitGitGadget New
[v3,2/6] setup.c: enable repo detection for reftable Reftable support git-core - - - --- 2020-02-04 Linus Arver via GitGitGadget New
[v3,1/6] refs.h: clarify reflog iteration order Reftable support git-core - - - --- 2020-02-04 Linus Arver via GitGitGadget New
[v2,2/5] commit-graph.h: store an odb in 'struct write_commit_graph_context' Untitled series #236491 - - - --- 2020-02-04 Taylor Blau New
[v2,5/5] commit-graph.h: use odb in 'load_commit_graph_one_fd_st' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-02-03 Taylor Blau New
[v2,4/5] commit-graph.c: remove path normalization, comparison commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-02-03 Taylor Blau New
[v2,3/5] commit-graph.h: store object directory in 'struct commit_graph' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-02-03 Taylor Blau New
[v2,2/5] commit-graph.h: store an odb in 'struct write_commit_graph_context' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-02-03 Taylor Blau New
[v2,1/5] t5318: don't pass non-object directory to '--object-dir' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-02-03 Taylor Blau New
[2/2] notes.c: fix off-by-one error when decreasing notes fanout [1/2] t3305: check notes fanout more carefully and robustly - - - --- 2020-02-03 Johan Herland New
[1/2] t3305: check notes fanout more carefully and robustly [1/2] t3305: check notes fanout more carefully and robustly - - - --- 2020-02-03 Johan Herland New
Fix inet_ntop and inet_pton on Solaris Fix inet_ntop and inet_pton on Solaris - - - --- 2020-02-03 Jeffrey Walton New
index-pack: downgrade twice-resolved REF_DELTA to die() index-pack: downgrade twice-resolved REF_DELTA to die() - - - --- 2020-02-03 Jeff King New
t7400: testcase for submodule status on unregistered inner git repos t7400: testcase for submodule status on unregistered inner git repos - - - --- 2020-02-02 Peter Kästle New
git-filter-branch.txt: use {caret} for ^ git-filter-branch.txt: use {caret} for ^ - - - --- 2020-02-02 Martin Ågren New
diff-options.txt: correct command syntax diff-options.txt: correct command syntax - - - --- 2020-02-02 Adam Dinwoodie New
tree-walk.c: break circular dependency with unpack-trees tree-walk.c: break circular dependency with unpack-trees - - - --- 2020-02-01 Jeff King New
[v4] remote rename/remove: gently handle remote.pushDefault config [v4] remote rename/remove: gently handle remote.pushDefault config - - - --- 2020-02-01 Bert Wesarg New
doc: add documentation for git log --no-follow doc: add documentation for git log --no-follow - - - --- 2020-01-31 Étienne Servais New
[v2] doc: describe Git bundle format [v2] doc: describe Git bundle format - - - --- 2020-01-31 Masaya Suzuki New
[v2,4/4] git-p4: add p4 submit hooks git-p4: add hook p4-pre-edit-changelist - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,3/4] git-p4: add hook p4-pre-edit-changelist git-p4: add hook p4-pre-edit-changelist - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,2/4] git-p4: create new method gitRunHook git-p4: add hook p4-pre-edit-changelist - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,1/4] git-p4: rewrite prompt to be Windows compatible git-p4: add hook p4-pre-edit-changelist - - - --- 2020-01-31 Linus Arver via GitGitGadget New
clone: use submodules.recurse option for automatically clone submodules clone: use submodules.recurse option for automatically clone submodules - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,15/15] sparse-checkout: fix cone mode behavior mismatch Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,14/15] sparse-checkout: improve docs around 'set' in cone mode Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,13/15] sparse-checkout: escape all glob characters on write Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,12/15] sparse-checkout: use C-style quotes in 'list' subcommand Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,11/15] sparse-checkout: unquote C-style strings over --stdin Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,10/15] sparse-checkout: write escaped patterns in cone mode Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,09/15] sparse-checkout: properly match escaped characters Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,08/15] sparse-checkout: warn on globs in cone patterns Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,07/15] sparse-checkout: detect short patterns Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,06/15] sparse-checkout: cone mode does not recognize "**" Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,05/15] sparse-checkout: fix documentation typo for core.sparseCheckoutCone Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,04/15] clone: fix --sparse option with URLs Harden the sparse-checkout builtin 1 - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,03/15] sparse-checkout: create leading directories Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,02/15] t1091: improve here-docs Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v4,01/15] t1091: use check_files to reduce boilerplate Harden the sparse-checkout builtin - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,6/6] t7063: blindly accept diffs Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,5/6] dir: replace exponential algorithm with a linear one Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,4/6] dir: refactor treat_directory to clarify control flow Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,3/6] dir: fix confusion based on variable tense Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,2/6] dir: fix broken comment Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-31 Linus Arver via GitGitGadget New
[v2,1/6] dir: consolidate treat_path() and treat_one_path() Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-31 Linus Arver via GitGitGadget New
submodule foreach: replace $path with $sm_path in example submodule foreach: replace $path with $sm_path in example - - - --- 2020-01-31 Kyle Meyer New
diff: move diff.wsErrorHighlight to "basic" config diff: move diff.wsErrorHighlight to "basic" config - - - --- 2020-01-31 Jeff King New
[3/3] builtin/commit-graph.c: support '--input=none' builtin/commit-graph.c: new split/merge options - - - --- 2020-01-31 Taylor Blau New
[2/3] builtin/commit-graph.c: introduce '--input=<source>' builtin/commit-graph.c: new split/merge options - - - --- 2020-01-31 Taylor Blau New
[1/3] builtin/commit-graph.c: support '--split[=<strategy>]' builtin/commit-graph.c: new split/merge options - - - --- 2020-01-31 Taylor Blau New
[3/6] builtin/commit-graph.c: die() with unknown '--object-dir' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-01-30 Taylor Blau New
[4/6] commit-graph.h: store an odb in 'struct write_commit_graph_context' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-01-30 Taylor Blau New
[2/6] commit-graph.h: store object directory in 'struct commit_graph' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-01-30 Taylor Blau New
[6/6] commit-graph.h: use odb in 'load_commit_graph_one_fd_st' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-01-30 Taylor Blau New
[5/6] commit-graph.c: remove path normalization, comparison commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-01-30 Taylor Blau New
[1/6] t5318: don't pass non-object directory to '--object-dir' commit-graph: use 'struct object_directory *' everywhere - - - --- 2020-01-30 Taylor Blau New
doc: describe Git bundle format doc: describe Git bundle format - - - --- 2020-01-30 Masaya Suzuki New
[7/7] sha1-file: allow check_object_signature() to handle any repo fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[6/7] sha1-file: pass git_hash_algo to hash_object_file() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[5/7] sha1-file: pass git_hash_algo to write_object_file_prepare() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[4/7] streaming: allow open_istream() to handle any repo fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[3/7] pack-check: use given repo's hash_algo at verify_packfile() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[2/7] cache-tree: use given repo's hash_algo at verify_one() fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[1/7] diff: make diff_populate_filespec() honor its repo argument fix inconsistent uses of the_repo in parse_object()'s call chain - - - --- 2020-01-30 Matheus Tavares New
[v2] C: use skip-prefix to avoid hardcoded string length [v2] C: use skip-prefix to avoid hardcoded string length - - - --- 2020-01-30 Junio C Hamano New
[v2] grep: ignore --recurse-submodules if --no-index is given [v2] grep: ignore --recurse-submodules if --no-index is given - - - --- 2020-01-30 Linus Arver via GitGitGadget New
[PATCHv1,1/1] git-p4: avoid leak of file handle when cloning git-p4: fix file descriptor leak - - - --- 2020-01-30 Luke Diamand New
[3/3] traverse_trees(): use stack array for name entries some minor memory allocation cleanups - - - --- 2020-01-30 Jeff King New
[2/3] walker_fetch(): avoid raw array length computation some minor memory allocation cleanups - - - --- 2020-01-30 Jeff King New
[1/3] normalize_path_copy(): document "dst" size expectations some minor memory allocation cleanups - - - --- 2020-01-30 Jeff King New
[v4] git: update documentation for --git-dir [v4] git: update documentation for --git-dir - - - --- 2020-01-30 Linus Arver via GitGitGadget New
[v3] add: use advice API to display hints [v3] add: use advice API to display hints - - - --- 2020-01-30 Linus Arver via GitGitGadget New
[6/6] t7063: blindly accept diffs Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-29 Linus Arver via GitGitGadget New
[5/6] dir: replace exponential algorithm with a linear one Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-29 Linus Arver via GitGitGadget New
[4/6] dir: move setting of nested_repo next to its actual usage Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-29 Linus Arver via GitGitGadget New
[3/6] dir: fix confusion based on variable tense Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-29 Linus Arver via GitGitGadget New
[2/6] dir: fix broken comment Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-29 Linus Arver via GitGitGadget New
[1/6] dir: consolidate treat_path() and treat_one_path() Avoid multiple recursive calls for same path in read_directory_recursive() - - - --- 2020-01-29 Linus Arver via GitGitGadget New
« 1 2 ... 139 140 141242 243 »