Show patches with: State = Action Required       |   25242 patches
« 1 2 3 4252 253 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,10/10] reftable/block: optimize allocations by using scratch buffer refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,09/10] reftable/block: rename `block_writer::buf` variable refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,08/10] reftable/writer: optimize allocations by using a scratch buffer refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG` refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,06/10] refs: skip collision checks in initial transactions refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,05/10] refs: use "initial" transaction semantics to migrate refs refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,04/10] refs/files: support symbolic and root refs in initial transaction refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,03/10] refs: introduce "initial" transaction flag refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,02/10] refs/files: move logic to commit initial transaction refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v2,01/10] refs: allow passing flags when setting up a transaction refs: optimize ref format migrations - - - --- 2024-11-20 Patrick Steinhardt New
[v3,13/13] midx: implement writing incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,11/13] pack-bitmap.c: keep track of each layer's type bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,10/13] ewah: implement `struct ewah_or_iterator` midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,03/13] pack-bitmap.c: open and store incremental bitmap layers midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,02/13] pack-revindex: prepare for incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v3,01/13] Documentation: describe incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[v2,10/10] midx: inline the `MIDX_MIN_SIZE` definition Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,09/10] midx: pass down `hash_algo` to `get_split_midx_filename_ext` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,08/10] midx: pass down `hash_algo` to `get_midx_filename[_ext]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,07/10] midx: pass `repository` to `load_multi_pack_index` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,06/10] 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-19 Karthik Nayak New
[v2,05/10] midx-write: pass down repository to `write_midx_file[_only]` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,04/10] write-midx: add repository field to `write_midx_context` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,03/10] midx-write: use `revs->repo` inside `read_refs_snapshot` Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,02/10] midx-write: pass down repository to static functions Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v2,01/10] builtin: pass repository to sub commands Change midx.c and midx-write.c to not use global variables - - - --- 2024-11-19 Karthik Nayak New
[v8,23/23] meson: fix conflicts with in-flight topics Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,22/23] Introduce support for the Meson build system Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,21/23] Documentation: add comparison of build systems Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,20/23] t: allow overriding build dir Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,19/23] t: better support for out-of-tree builds Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,18/23] Documentation: extract script to generate a list of mergetools Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,16/23] Documentation: allow sourcing generated includes from separate dir Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,15/23] Makefile: simplify building of templates Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,14/23] Makefile: allow "bin-wrappers/" directory to exist Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,13/23] Makefile: refactor generators to be PWD-independent Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,12/23] Makefile: extract script to generate gitweb.js Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,11/23] Makefile: extract script to generate gitweb.cgi Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,10/23] Makefile: extract script to massage Shell scripts Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,09/23] Makefile: use "generate-perl.sh" to massage Perl library Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,08/23] Makefile: extract script to massage Perl scripts Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,07/23] Makefile: consistently use PERL_PATH Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,06/23] Makefile: generate doc versions via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,04/23] Makefile: propagate Git version via generated header Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,03/23] Makefile: refactor GIT-VERSION-GEN to be reusable Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,02/23] Makefile: consistently use @PLACEHOLDER@ to substitute Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
[v8,01/23] Makefile: use common template for GIT-BUILD-OPTIONS Modernize the build system - - - --- 2024-11-19 Patrick Steinhardt New
builtin/gc: provide hint when maintenance hits a stale schedule lock builtin/gc: provide hint when maintenance hits a stale schedule lock - - - --- 2024-11-19 Patrick Steinhardt New
diff: --pickaxe{,-grep} arg names for -S and -G diff: --pickaxe{,-grep} arg names for -S and -G - - - --- 2024-11-19 Illia Bobyr New
[v4,5/5] doc: git-diff: apply format changes to config part doc: git diff reformatting - - - --- 2024-11-18 Jean-Noël Avila New
[v4,4/5] doc: git-diff: apply format changes to diff-generate-patch doc: git diff reformatting - - - --- 2024-11-18 Jean-Noël Avila New
[v4,3/5] doc: git-diff: apply format changes to diff-format doc: git diff reformatting - - - --- 2024-11-18 Jean-Noël Avila New
[v4,2/5] doc: git-diff: apply format changes to diff-options doc: git diff reformatting - - - --- 2024-11-18 Jean-Noël Avila New
[v4,1/5] doc: git-diff: apply new documentation guidelines doc: git diff reformatting - - - --- 2024-11-18 Jean-Noël Avila New
index-pack: teach --promisor to require --stdin index-pack: teach --promisor to require --stdin - - - --- 2024-11-18 Jonathan Tan New
[v3,7/7] reftable/system: provide thin wrapper for lockfile subsystem reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,6/7] reftable/stack: drop only use of `get_locked_file_path()` reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,5/7] reftable/system: provide thin wrapper for tempfile subsystem reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,4/7] reftable/stack: stop using `fsync_component()` directly reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,3/7] reftable/system: stop depending on "hash.h" reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,2/7] reftable: explicitly handle hash format IDs reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v3,1/7] reftable/system: move "dir.h" to its only user reftable: stop using Git subsystems - - - --- 2024-11-18 Patrick Steinhardt New
[v13,9/9] fetch set_head: handle mirrored bare repositories set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,8/9] fetch: set remote/HEAD if it does not exist set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,7/9] refs: add create_only option to refs_update_symref_extended set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,6/9] refs: add TRANSACTION_CREATE_EXISTS error set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,5/9] remote set-head: better output for --auto set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,4/9] remote set-head: refactor for readability set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,3/9] refs: atomically record overwritten ref in update_symref set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,2/9] refs: standardize output of refs_read_symbolic_ref set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[v13,1/9] t/t5505-remote: set default branch to main set-head/fetch remote/HEAD updates - - - --- 2024-11-18 Bence Ferdinandy New
[6/6] object-file: inline empty tree and blob literals -Wunterminated-string-initialization warning + cleanups - - - --- 2024-11-18 Jeff King New
[5/5] object-file: inline empty tree and blob literals [1/5] object-file: prefer array-of-bytes initializer for hash literals - - - --- 2024-11-17 Jeff King New
[1/5] object-file: prefer array-of-bytes initializer for hash literals [1/5] object-file: prefer array-of-bytes initializer for hash literals - - - --- 2024-11-17 Jeff King New
[v4,0/4] Documentation/git-bundle.txt: promote --all for full backup - - - --- 2024-11-16 Kristoffer Haugsbakk New
worktree: detect from secondary worktree if main worktree is bare worktree: detect from secondary worktree if main worktree is bare - - - --- 2024-11-15 Olga Pilipenco New
[1/1] Allow cloning from repositories owned by another user Restore the ability to clone repositories owned by another user - - - --- 2024-11-15 brian m. carlson New
[v2,6/6] push: not send push-options to server with --dry-run fix behaviors of git-push --porcelain - - - --- 2024-11-14 Jiang Xin New
[v2,5/6] push: only ignore finish_connect() for dry-run mode fix behaviors of git-push --porcelain - - - --- 2024-11-14 Jiang Xin New
[v2,4/6] t5543: atomic push reports exit code failure fix behaviors of git-push --porcelain - - - --- 2024-11-14 Jiang Xin New
[v2,3/6] t5504: modernize test by moving heredocs into test bodies fix behaviors of git-push --porcelain - - - --- 2024-11-14 Jiang Xin New
[v2,2/6] push: fix the behavior of the Done message for porcelain fix behaviors of git-push --porcelain - - - --- 2024-11-14 Jiang Xin New
[v2,1/6] t5548: new test cases for push --porcelain and --dry-run fix behaviors of git-push --porcelain - - - --- 2024-11-14 Jiang Xin New
[v8,9/9] ref: add symlink ref content check for files backend add ref content check for files backend - - - --- 2024-11-14 shejialuo New
[v8,8/9] ref: check whether the target of the symref is a ref add ref content check for files backend - - - --- 2024-11-14 shejialuo New
[v8,7/9] ref: add basic symref content check for files backend add ref content check for files backend - - - --- 2024-11-14 shejialuo New
[v8,6/9] ref: add more strict checks for regular refs add ref content check for files backend - - - --- 2024-11-14 shejialuo New
[v8,5/9] ref: port git-fsck(1) regular refs check for files backend add ref content check for files backend - - - --- 2024-11-14 shejialuo New
[v8,4/9] ref: support multiple worktrees check for refs add ref content check for files backend - - - --- 2024-11-14 shejialuo New
[v8,3/9] ref: initialize ref name outside of check functions add ref content check for files backend - - - --- 2024-11-14 shejialuo New
[v8,2/9] ref: check the full refname instead of basename add ref content check for files backend - - - --- 2024-11-14 shejialuo New
« 1 2 3 4252 253 »