Show patches with: State = Action Required       |    Archived = No       |   397 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
gc: add `--expire-to` option gc: add `--expire-to` option - - - --- 2024-12-24 ZheNing Hu New
[v2,1/2] gc: add `--expire-to` option gc: add --expire-to option - - - --- 2024-12-31 ZheNing Hu New
[v2,2/2] fix(gc): make --prune=now compatible with --expire-to gc: add --expire-to option - - - --- 2024-12-31 ZheNing Hu New
[BUGREPORT] git diff-tree --cc SEGFAUTs [BUGREPORT] git diff-tree --cc SEGFAUTs - - - --- 2025-01-03 Wink Saville New
[v2] remote: align --verbose output with spaces [v2] remote: align --verbose output with spaces - - - --- 2024-12-17 Wang Bing-hua New
[v2] diff: update conflict handling for whitespace to issue a warning [v2] diff: update conflict handling for whitespace to issue a warning - - - --- 2024-11-13 Usman Akinyemi New
[1/4] version: refactor redact_non_printables() Introduce os-version Capability with Configurable Options - - - --- 2025-01-06 Usman Akinyemi New
[2/4] version: refactor get_uname_info() Introduce os-version Capability with Configurable Options - - - --- 2025-01-06 Usman Akinyemi New
[3/4] connect: advertise OS version Introduce os-version Capability with Configurable Options - - - --- 2025-01-06 Usman Akinyemi New
[4/4] version: introduce osversion.command config for os-version output Introduce os-version Capability with Configurable Options - - - --- 2025-01-06 Usman Akinyemi New
[v3] builtin/clone: teach git-clone(1) the --revision= option [v3] builtin/clone: teach git-clone(1) the --revision= option - - - --- 2024-12-19 Toon Claes New
meson: ensure correct version-def.h is used meson: ensure correct version-def.h is used - - - --- 2025-01-13 Toon Claes New
[RFC] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects [RFC] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects - - - --- 2024-12-20 Tomáš Trnka 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
[v2,1/2] t/helper/test-sha1: prepare for an unsafe mode t/helper/test-tool: implement 'sha1-unsafe' helper - - - --- 2024-11-05 Taylor Blau New
[v2,2/2] t/helper/test-tool: implement sha1-unsafe helper t/helper/test-tool: implement 'sha1-unsafe' helper - - - --- 2024-11-05 Taylor Blau New
[v2,2/2] pack-objects: only perform verbatim reuse on the preferred pack pack-objects: more brown-paper-bag multi-pack reuse fixes - - - --- 2024-11-14 Taylor Blau New
[v3,01/13] Documentation: describe incremental MIDX bitmaps 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,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,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,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,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,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,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,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,10/13] ewah: implement `struct ewah_or_iterator` 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,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,13/13] midx: implement writing incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2024-11-19 Taylor Blau New
[1/6] csum-file: store the hash algorithm as a struct field hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2024-11-20 Taylor Blau New
[2/6] csum-file.c: extract algop from hashfile_checksum_valid() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 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
[4/6] csum-file.c: use unsafe_hash_algo() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2024-11-20 Taylor Blau New
[5/6] t/helper/test-hash.c: use unsafe_hash_algo() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2024-11-20 Taylor Blau New
[6/6] hash.h: drop unsafe_ function variants hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2024-11-20 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
t/perf: use 'test_file_size' in more places t/perf: use 'test_file_size' in more places - - - --- 2024-11-21 Taylor Blau New
pack-bitmap.c: typofix in `find_boundary_objects()` pack-bitmap.c: typofix in `find_boundary_objects()` - - - --- 2024-11-21 Taylor Blau 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
[v2,1/8] t/helper/test-tool: implement sha1-unsafe helper hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[v2,2/8] csum-file: store the hash algorithm as a struct field hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[v2,3/8] csum-file.c: extract algop from hashfile_checksum_valid() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[v2,4/8] hash.h: introduce `unsafe_hash_algo()` hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[v2,5/8] csum-file.c: use unsafe_hash_algo() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[v2,6/8] t/helper/test-hash.c: use unsafe_hash_algo() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[v2,7/8] csum-file: introduce hashfile_checkpoint_init() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[v2,8/8] hash.h: drop unsafe_ function variants hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-08 Taylor Blau New
[PATCHv2,1/4] add-patch: Fix type missmatch rom msvc Fixes typemissmatch warinigs from msvc - - - --- 2025-01-06 Sören Krecker New
[PATCHv2,2/4] date.c: Fix type missmatch warings from msvc Fixes typemissmatch warinigs from msvc - - - --- 2025-01-06 Sören Krecker New
[PATCHv2,3/4] apply.c : Fix type missmatch warings from msvc Fixes typemissmatch warinigs from msvc - - - --- 2025-01-06 Sören Krecker New
[PATCHv2,4/4] commit.c: Fix type missmatch warings from msvc Fixes typemissmatch warinigs from msvc - - - --- 2025-01-06 Sören Krecker New
builtin/difftool: intialize some hashmap variables builtin/difftool: intialize some hashmap variables - - - --- 2024-11-11 Simon Marchi New
[v3] maintenance: add prune-remote-refs task [v3] maintenance: add prune-remote-refs task - - - --- 2025-01-03 Shubham Kanodia New
[v6,0/9] add ref content check for files backend - - - --- 2024-10-21 shejialuo New
[v6,2/9] ref: check the full refname instead of basename [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[v6,3/9] ref: initialize target name outside of check functions [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[v6,4/9] ref: support multiple worktrees check for refs [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[v6,5/9] ref: port git-fsck(1) regular refs check for files backend [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[v6,6/9] ref: add more strict checks for regular refs [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[v6,7/9] ref: add basic symref content check for files backend [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[v6,8/9] ref: check whether the target of the symref is a ref [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[v6,9/9] ref: add symlink ref content check for files backend [v6,1/9] ref: initialize "fsck_ref_report" with zero - - - --- 2024-10-21 shejialuo New
[1/1] ref: add object check for regular ref ref: add object check for regular ref - - - --- 2024-12-27 shejialuo New
[01/10] files-backend: add object check for regular ref add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[02/10] builtin/refs.h: get worktrees without reading head info add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[03/10] packed-backend: check whether the "packed-refs" is regular add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[04/10] packed-backend: add "packed-refs" header consistency check add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[05/10] packed-backend: check whether the refname contains NULL binaries add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[06/10] packed-backend: add "packed-refs" entry consistency check add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[07/10] packed-backend: create "fsck_packed_ref_entry" to store parsing info add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[08/10] packed-backend: add check for object consistency add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[09/10] packed-backend: check whether the "packed-refs" is sorted add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[10/10] builtin/fsck: add `git refs verify` child process add more ref consistency checks - - - --- 2025-01-05 shejialuo New
[v2] t9101: Refactor test_expect_success format [v2] t9101: Refactor test_expect_success format - - - --- 2024-11-02 Seyi Kuforiji New
[1/2] t/unit-tests: match functions signature with trailing code t/unit-tests: convert hash tests to use clar - - - --- 2025-01-07 Seyi Kuforiji New
[2/2] t/unit-tests: convert hash to use clar test framework t/unit-tests: convert hash tests to use clar - - - --- 2025-01-07 Seyi Kuforiji 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] Use ^=1 to toggle between 0 and 1 [v2] Use ^=1 to toggle between 0 and 1 - - - --- 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
[v7] revision: use calloc instead of malloc where possible [v7] revision: use calloc instead of malloc where possible - - - --- 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
[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
[v2] Prefer fgetc over fgets where possible [v2] Prefer fgetc over fgets where possible - - - --- 2024-12-18 Seija Kijin New
refs: exit early from the loop if it is not a main worktree refs: exit early from the loop if it is not a main worktree - - - --- 2024-12-18 Seija Kijin New
git: use U to denote unsigned to prevent UB git: use U to denote unsigned to prevent UB - - - --- 2024-12-18 Seija Kijin New
[v4] git: replace greater-than and less-than checks with one not equal check [v4] git: replace greater-than and less-than checks with one not equal check - - - --- 2024-12-18 Seija Kijin New
[v4] git: replace strbuf_addstr with strbuf_addch for all strings of length 2 [v4] git: replace strbuf_addstr with strbuf_addch for all strings of length 2 - - - --- 2024-12-18 Seija Kijin New
[v3] git: use signed loop counters when comparing with signed vars [v3] git: use signed loop counters when comparing with signed vars - - - --- 2024-12-18 Seija Kijin New
[v3] die: fix inconsistencies with usage header [v3] die: fix inconsistencies with usage header - - - --- 2024-12-18 Seija Kijin New
bundle-url: always close child_out before leaving the function bundle-url: always close child_out before leaving the function - - - --- 2024-12-18 Seija Kijin New
pathsec: make check for PATHSPEC_LITERAL more readable pathsec: make check for PATHSPEC_LITERAL more readable - - - --- 2024-12-18 Seija Kijin New
[v5] git: use ^=1 to toggle between 0 and 1 [v5] git: use ^=1 to toggle between 0 and 1 - - - --- 2024-12-18 Seija Kijin New
[v6] git: use logical-not operator to toggle between 0 and 1 [v6] git: use logical-not operator to toggle between 0 and 1 - - - --- 2024-12-18 Seija Kijin New
help: interpret help.autocorrect=1 as "immediate" rather than 0.1s help: interpret help.autocorrect=1 as "immediate" rather than 0.1s - - - --- 2025-01-08 Scott Chacon New
[v4] help: interpret boolean string values for help.autocorrect [v4] help: interpret boolean string values for help.autocorrect - - - --- 2025-01-13 Scott Chacon New
meson: fix perl dependencies for Documentation meson: fix perl dependencies for Documentation - - - --- 2025-01-11 Sam James 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
[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
[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 2 3 4 »