Show patches with: State = Action Required       |    Archived = No       |   389 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2] doc: remove extra quotes in generated docs [v2] doc: remove extra quotes in generated docs - - - --- 2024-12-18 Kyle Lippincott New
[v2] git: replace two checks with one not equal check [v2] git: replace two checks with one not equal check - - - --- 2024-12-18 Seija Kijin New
[v4] mingw: check that the file attributes are valid before modifying them [v4] mingw: check that the file attributes are valid before modifying them - - - --- 2024-12-18 Seija Kijin New
[v7] revision: use calloc instead of malloc where possible [v7] revision: use calloc instead of malloc where possible - - - --- 2024-12-18 Seija Kijin New
[v2] win32: ensure len does not cause any overreads [v2] win32: ensure len does not cause any overreads - - - --- 2024-12-18 Seija Kijin New
[v2] Use ^=1 to toggle between 0 and 1 [v2] Use ^=1 to toggle between 0 and 1 - - - --- 2024-12-18 Seija Kijin New
git: use signed counters when comparing with signed vars git: use signed counters when comparing with signed vars - - - --- 2024-12-18 Seija Kijin New
[v2] remote: align --verbose output with spaces [v2] remote: align --verbose output with spaces - - - --- 2024-12-17 Wang Bing-hua New
[00/14] Stop using `the_repository` in some trivial cases - - - --- 2024-12-17 Patrick Steinhardt New
[v3,1/2] range-diff: optionally include merge commits' diffs in the analysis Support diff merges option in range diff - - - --- 2024-12-16 Johannes Schindelin New
[filter-repo] Don't crash on multi-line config values [filter-repo] Don't crash on multi-line config values - - - --- 2024-12-14 Toke Høiland-Jørgensen New
[3/3] builtin/diff-blob: Add "-z" option batch blob diff generation - - - --- 2024-12-13 Justin Tobler New
[2/3] builtin/diff-blob: add "--stdin" option batch blob diff generation - - - --- 2024-12-13 Justin Tobler New
[1/3] builtin: introduce diff-blob command batch blob diff generation - - - --- 2024-12-13 Justin Tobler New
[v3,6/8] send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS" fix behaviors of git-push --porcelain - - - --- 2024-12-10 Jiang Xin New
[v3,5/8] t5548: add porcelain push test cases for dry-run mode fix behaviors of git-push --porcelain - - - --- 2024-12-10 Jiang Xin New
[v3,4/8] t5548: add new porcelain test cases fix behaviors of git-push --porcelain - - - --- 2024-12-10 Jiang Xin New
[v3,3/8] t5548: refactor test cases by resetting upstream fix behaviors of git-push --porcelain - - - --- 2024-12-10 Jiang Xin New
[v3,2/8] t5548: refactor to reuse setup_upstream() function fix behaviors of git-push --porcelain - - - --- 2024-12-10 Jiang Xin New
[v3,1/8] t5504: modernize test by moving heredocs into test bodies fix behaviors of git-push --porcelain - - - --- 2024-12-10 Jiang Xin New
[2/2] gitk: add text wrapping preferences gitk: text wrapping in ctext (commit headers, subject, and body) - - - --- 2024-12-09 Christoph Sommer New
[1/2] gitk: make headings of preferences bold gitk: text wrapping in ctext (commit headers, subject, and body) - - - --- 2024-12-09 Christoph Sommer New
verify-pack: Fix documentation of --stat-only to reflect behavior verify-pack: Fix documentation of --stat-only to reflect behavior - - - --- 2024-12-08 Calum McConnell New
[3/3] object-name: advice to avoid refs that resemble hashes [1/3] advice: enhance `detach_advice()` to `detach_advice_if_enabled()` - - - --- 2024-12-08 Rubén Justo New
[2/3] commit: use `advise_if_enabled()` in `read_graft_file()` [1/3] advice: enhance `detach_advice()` to `detach_advice_if_enabled()` - - - --- 2024-12-08 Rubén Justo New
[1/3] advice: enhance `detach_advice()` to `detach_advice_if_enabled()` [1/3] advice: enhance `detach_advice()` to `detach_advice_if_enabled()` - - - --- 2024-12-08 Rubén Justo New
[v3,7/7] path-walk: reorder object visits PATH WALK I: The path-walk API - - - --- 2024-12-06 Derrick Stolee New
[v3,6/7] path-walk: mark trees and blobs as UNINTERESTING PATH WALK I: The path-walk API - - - --- 2024-12-06 Derrick Stolee New
[v3,5/7] path-walk: visit tags and cached objects PATH WALK I: The path-walk API - - - --- 2024-12-06 Derrick Stolee New
[v3,4/7] path-walk: allow consumer to specify object types PATH WALK I: The path-walk API - - - --- 2024-12-06 Derrick Stolee New
[v3,1/7] path-walk: introduce an object walk by path PATH WALK I: The path-walk API - - - --- 2024-12-06 Derrick Stolee New
[v11,26/26] Revert "meson: fix conflicts with in-flight topics" Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt New
[v11,25/26] meson: fix conflicts with in-flight topics Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt New
[v3,5/5] doc: add technical design doc for large object promisors Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,4/5] promisor-remote: check advertised name or URL Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,3/5] Add 'promisor-remote' capability to protocol v2 Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,2/5] strbuf: refactor strbuf_trim_trailing_ch() Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,1/5] version: refactor strbuf_sanitize() Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
object-name: fix reversed ordering with magic pathspecs object-name: fix reversed ordering with magic pathspecs - - - --- 2024-12-06 Patrick Steinhardt New
Fix `git fetch --tags` in repo with no configured remote Fix `git fetch --tags` in repo with no configured remote - - - --- 2024-12-05 Josh Steadmon New
describe: drop early return for max_candidates == 0 describe: drop early return for max_candidates == 0 - - - --- 2024-12-05 Jeff King New
fixup! describe: stop traversing when we run out of names fixup! describe: stop traversing when we run out of names - - - --- 2024-12-04 Josh Steadmon New
[v3] strvec: `strvec_splice()` to a statically initialized vector [v3] strvec: `strvec_splice()` to a statically initialized vector - - - --- 2024-12-04 Rubén Justo New
sign-compare: 32-bit support sign-compare: 32-bit support - - - --- 2024-12-04 Junio C Hamano New
[4/3] index-pack: work around false positive use of uninitialized variable Performance improvements for repacking non-promisor objects - - - --- 2024-12-04 Junio C Hamano New
[RFC,v1,2/2] remote set-head: set followRemoteHEAD to "warn" if "always" set_head finishing touches - - - --- 2024-12-03 Bence Ferdinandy New
[RFC,v1,1/2] fetch set_head: add warn-if-not-$branch option set_head finishing touches - - - --- 2024-12-03 Bence Ferdinandy New
[v3,1/3] index-pack --promisor: dedup before checking links Performance improvements for repacking non-promisor objects - - - --- 2024-12-03 Jonathan Tan New
Documentation/git-update-index.txt: add an example of use Documentation/git-update-index.txt: add an example of use - - - --- 2024-12-01 Matěj Cepl New
builtin/repack.c: prune unreachable objects with `--expire-to` builtin/repack.c: prune unreachable objects with `--expire-to` - - - --- 2024-12-01 Taylor Blau New
Revert "doc: move git-cherry to plumbing" Revert "doc: move git-cherry to plumbing" - - - --- 2024-11-30 Kristoffer Haugsbakk New
[v2,3/3] worktree: add id to `worktree list` output Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White New
[v2,2/3] worktree: rename worktree id during worktree move Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White New
[v2,1/3] worktree: add worktree with unique suffix Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White New
Makefile: add the missing period in the 'SHA-1 implementations' comment Makefile: add the missing period in the 'SHA-1 implementations' comment - - - --- 2024-11-29 jxzhu New
Documentation/git-bundle.txt: fix word join typo Documentation/git-bundle.txt: fix word join typo - - - --- 2024-11-28 Kristoffer Haugsbakk New
[v2] CodingGuidelines: a handful of error message guidelines [v2] CodingGuidelines: a handful of error message guidelines - - - --- 2024-11-28 Junio C Hamano 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
[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,08/10] reftable/writer: optimize allocations by using a scratch buffer 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
[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
[v3,0/3] sequencer: comment out properly in todo list - - - --- 2024-11-24 Kristoffer Haugsbakk New
pack-bitmap.c: typofix in `find_boundary_objects()` pack-bitmap.c: typofix in `find_boundary_objects()` - - - --- 2024-11-21 Taylor Blau New
t/perf: use 'test_file_size' in more places t/perf: use 'test_file_size' in more places - - - --- 2024-11-21 Taylor Blau New
packfile.c: remove unnecessary prepare_packed_git() call packfile.c: remove unnecessary prepare_packed_git() call - - - --- 2024-11-20 Taylor Blau New
[3/6] hash.h: introduce `unsafe_hash_algo()` hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2024-11-20 Taylor Blau New
ref-filter: add "notes" atom ref-filter: add "notes" atom - - - --- 2024-11-20 Kousik Sanagavarapu New
git: fix paginate handling for commands with DELAY_PAGER_CONFIG git: fix paginate handling for commands with DELAY_PAGER_CONFIG - - - --- 2024-11-20 Matthew Bystrin 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
« 1 2 3 4 »