Show patches with: State = Action Required       |   25186 patches
« 1 2 3 4251 252 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
Documentation/git-bundle.txt: fix word join typo Documentation/git-bundle.txt: fix word join typo - - - --- 2024-11-28 Kristoffer Haugsbakk New
[v10,23/23] meson: fix conflicts with in-flight topics Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,22/23] Introduce support for the Meson build system Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,21/23] Documentation: add comparison of build systems Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,20/23] t: allow overriding build dir Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,19/23] t: better support for out-of-tree builds Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,18/23] Documentation: extract script to generate a list of mergetools Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,16/23] Documentation: allow sourcing generated includes from separate dir Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,15/23] Makefile: simplify building of templates Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,14/23] Makefile: allow "bin-wrappers/" directory to exist Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,13/23] Makefile: refactor generators to be PWD-independent Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,12/23] Makefile: extract script to generate gitweb.js Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,11/23] Makefile: extract script to generate gitweb.cgi Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,10/23] Makefile: extract script to massage Shell scripts Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,09/23] Makefile: use "generate-perl.sh" to massage Perl library Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,08/23] Makefile: extract script to massage Perl scripts Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,07/23] Makefile: consistently use PERL_PATH Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,06/23] Makefile: generate doc versions via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,04/23] Makefile: propagate Git version via generated header Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,03/23] Makefile: refactor GIT-VERSION-GEN to be reusable Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,02/23] Makefile: consistently use @PLACEHOLDER@ to substitute Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,01/23] Makefile: use common template for GIT-BUILD-OPTIONS Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v2] fetch: add configuration for set_head behaviour [v2] fetch: add configuration for set_head behaviour - - - --- 2024-11-28 Bence Ferdinandy New
[v2] CodingGuidelines: a handful of error message guidelines [v2] CodingGuidelines: a handful of error message guidelines - - - --- 2024-11-28 Junio C Hamano New
[v3,4/4] transport: propagate fsck configuration during bundle fetch propagate fsck message severity for bundle fetch - - - --- 2024-11-27 Justin Tobler New
[v3,3/4] fetch-pack: split out fsck config parsing propagate fsck message severity for bundle fetch - - - --- 2024-11-27 Justin Tobler New
[v3,2/4] bundle: support fsck message configuration propagate fsck message severity for bundle fetch - - - --- 2024-11-27 Justin Tobler New
[v3,1/4] bundle: add bundle verification options type propagate fsck message severity for bundle fetch - - - --- 2024-11-27 Justin Tobler New
fast-import: disallow more path components fast-import: disallow more path components - - - --- 2024-11-27 Elijah Newren New
[v3,8/8] midx: inline the `MIDX_MIN_SIZE` definition Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
[v3,7/8] midx: pass down `hash_algo` to functions using global variables Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
[v3,6/8] midx: pass `repository` to `load_multi_pack_index` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
[v3,5/8] midx: cleanup internal usage of `the_repository` and `the_hash_algo` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
[v3,4/8] midx-write: pass down repository to `write_midx_file[_only]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
[v3,3/8] write-midx: add repository field to `write_midx_context` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
[v3,2/8] midx-write: use `revs->repo` inside `read_refs_snapshot` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
[v3,1/8] midx-write: pass down repository to static functions Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-27 Karthik Nayak New
Re* [PATCH v2] fast-import: disallow "." and ".." path components Re* [PATCH v2] fast-import: disallow "." and ".." path components - - - --- 2024-11-27 Junio C Hamano New
[v2] builtin: allow passing custom data to sub-commands [v2] builtin: allow passing custom data to sub-commands - - - --- 2024-11-26 Karthik Nayak New
[v9,10/10] packfile.c: remove unnecessary prepare_packed_git() call packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,09/10] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,08/10] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,07/10] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,06/10] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,05/10] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,04/10] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,03/10] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,02/10] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v9,01/10] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-11-26 Karthik Nayak New
[v4,10/10] refs/reftable: reuse iterators when reading refs refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,09/10] reftable/merged: drain priority queue on reseek refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,08/10] reftable/stack: add mechanism to notify callers on reload refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,07/10] refs/reftable: refactor reflog expiry to use reftable backend refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,06/10] refs/reftable: refactor reading symbolic refs to use reftable backend refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,05/10] refs/reftable: read references via `struct reftable_backend` refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,04/10] refs/reftable: figure out hash via `reftable_stack` refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,03/10] reftable/stack: add accessor for the hash ID refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,02/10] refs/reftable: handle reloading stacks in the reftable backend refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v4,01/10] refs/reftable: encapsulate reftable stack refs/reftable: reuse iterators when reading refs - - - --- 2024-11-26 Patrick Steinhardt New
[v5,8/8] worktree: refactor `repair_worktree_after_gitdir_move()` Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v5,7/8] worktree: add relative cli/config options to `repair` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v5,6/8] worktree: add relative cli/config options to `move` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v5,5/8] worktree: add relative cli/config options to `add` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v5,4/8] worktree: add `write_worktree_linking_files()` function Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v5,3/8] worktree: refactor infer_backlink return Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v5,2/8] worktree: add `relativeWorktrees` extension Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v5,1/8] setup: correctly reinitialize repository version Allow relative worktree linking to be configured by the user - - - --- 2024-11-26 Caleb White New
[v4,0/3] sequencer: comment out properly in todo list - - - --- 2024-11-25 Kristoffer Haugsbakk New
[v3,10/10] reftable/block: optimize allocations by using scratch buffer refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,09/10] reftable/block: rename `block_writer::buf` variable refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,08/10] reftable/writer: optimize allocations by using a scratch buffer refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG` refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,06/10] refs: skip collision checks in initial transactions refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,05/10] refs: use "initial" transaction semantics to migrate refs refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,04/10] refs/files: support symbolic and root refs in initial transaction refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,03/10] refs: introduce "initial" transaction flag refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,02/10] refs/files: move logic to commit initial transaction refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v3,01/10] refs: allow passing flags when setting up a transaction refs: optimize ref format migrations - - - --- 2024-11-25 Patrick Steinhardt New
[v7,6/6] cat-file: add remote-object-info to batch-command cat-file: add remote-object-info to batch-command - - - --- 2024-11-25 Eric Ju New
[v7,5/6] transport: add client support for object-info cat-file: add remote-object-info to batch-command - - - --- 2024-11-25 Eric Ju New
[v7,4/6] serve: advertise object-info feature cat-file: add remote-object-info to batch-command - - - --- 2024-11-25 Eric Ju New
[v7,3/6] fetch-pack: move fetch initialization cat-file: add remote-object-info to batch-command - - - --- 2024-11-25 Eric Ju New
[v7,2/6] fetch-pack: refactor packet writing cat-file: add remote-object-info to batch-command - - - --- 2024-11-25 Eric Ju New
[v7,1/6] cat-file: add declaration of variable i inside its for loop cat-file: add remote-object-info to batch-command - - - --- 2024-11-25 Eric Ju New
[v2] doc: option value may be separate for valid reasons [v2] doc: option value may be separate for valid reasons - - - --- 2024-11-25 Junio C Hamano New
[v3,0/3] sequencer: comment out properly in todo list - - - --- 2024-11-24 Kristoffer Haugsbakk New
[v2,5/5] git-difftool--helper.sh: exit upon initialize_merge_tool errors git-mergetool: improve error code paths and messages - - - --- 2024-11-22 Philippe Blain New
[v2,4/5] git-mergetool--lib.sh: add error message for unknown tool variant git-mergetool: improve error code paths and messages - - - --- 2024-11-22 Philippe Blain New
[v2,3/5] git-mergetool--lib.sh: add error message if 'setup_user_tool' fails git-mergetool: improve error code paths and messages - - - --- 2024-11-22 Philippe Blain New
[v2,2/5] git-mergetool--lib.sh: use TOOL_MODE when erroring about unknown tool git-mergetool: improve error code paths and messages - - - --- 2024-11-22 Philippe Blain New
[v2,1/5] completion: complete '--tool-help' in 'git mergetool' git-mergetool: improve error code paths and messages - - - --- 2024-11-22 Philippe Blain New
[v15,10/10] fetch set_head: handle mirrored bare repositories set-head/fetch remote/HEAD updates - - - --- 2024-11-22 Bence Ferdinandy New
[v15,09/10] fetch: set remote/HEAD if it does not exist set-head/fetch remote/HEAD updates - - - --- 2024-11-22 Bence Ferdinandy New
[v15,08/10] refs: add create_only option to refs_update_symref_extended set-head/fetch remote/HEAD updates - - - --- 2024-11-22 Bence Ferdinandy New
[v15,07/10] refs: add TRANSACTION_CREATE_EXISTS error set-head/fetch remote/HEAD updates - - - --- 2024-11-22 Bence Ferdinandy New
[v15,06/10] remote set-head: better output for --auto set-head/fetch remote/HEAD updates - - - --- 2024-11-22 Bence Ferdinandy New
[v15,05/10] remote set-head: refactor for readability set-head/fetch remote/HEAD updates - - - --- 2024-11-22 Bence Ferdinandy New
[v15,04/10] refs: atomically record overwritten ref in update_symref set-head/fetch remote/HEAD updates - - - --- 2024-11-22 Bence Ferdinandy New
« 1 2 3 4251 252 »