Show patches with: State = Action Required       |    Archived = No       |   373 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[0/6] a less-invasive racy-leak fix - - - --- 2025-01-01 Jeff King New
[00/14] Stop using `the_repository` in some trivial cases - - - --- 2024-12-17 Patrick Steinhardt New
[08/14] tree-diff: pass whole path string to path_appendnew() combine-diff cleanups - - - --- 2025-01-09 Jeff King New
[1/1] Added built in function recognition for shell userdiff: add built-in pattern for shell scripts - - - --- 2025-02-11 Moumita New
[1/1] commit-reach: use unsigned int for flags in paint_down_to_common() Use unsigned type for bit flags in commit-reach.c - - - --- 2025-02-12 Moumita New
[1/1] Exit on invalid diff status of diff_filepair Exit on invalid diff status of diff_filepair - - - --- 2025-01-08 Jake Roggenbuck New
[1/1] gitk: Update Bulgarian translation (323t) Updated Bulgarian tranlation of gitk - - - --- 2024-12-23 Alexander Shopov New
[1/1] l10n: bg.po: Updated Bulgarian translation (5515t) [1/1] l10n: bg.po: Updated Bulgarian translation (5515t) - - - --- 2024-12-24 Alexander Shopov New
[1/1] ref: add object check for regular ref ref: add object check for regular ref - - - --- 2024-12-27 shejialuo New
[1/1] refs.c: fix -Wsign-compare warnings Fix -Wsign-compare warnings in refs.c - - - --- 2025-02-08 Moumita New
[1/1] Renamed all *.txt files to .adoc of Documentation Rename all *.txt files to .adoc in Documentation - - - --- 2025-02-01 Moumita New
[1/1] Renamed all *.txt files to .adoc of Documentation [1/1] Renamed all *.txt files to .adoc of Documentation - - - --- 2025-02-01 Moumita New
[1/2] Check for Perl 5.26.0 from Meson build [1/2] Check for Perl 5.26.0 from Meson build - - - --- 2025-01-20 Peter Oliver New
[1/2] config/remote.txt: reunite 'severOption' description paragraphs Documentation: fixups following followRemoteHEAD - - - --- 2025-02-14 Philippe Blain 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
[1/2] meson: wire up credential-wincred meson: wire up contrib/credential - - - --- 2025-02-13 M Hickford New
[1/2] midx: show progress during QSORT operation midx: implement progress reporting for QSORT operation - - - --- 2025-02-10 Ayush Chandekar 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
[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
[1/3] builtin: introduce diff-blob command batch blob diff generation - - - --- 2024-12-13 Justin Tobler New
[1/3] clean, dir: add and use new helper `add_patterns_from_string_list()` clean: add `config.exclude` and `--remove-excluded` - - - --- 2025-02-10 Ivan Shapovalov New
[1/3] sideband: mask control characters Sanitize sideband channel messages - - - --- 2025-01-14 Johannes Schindelin New
[1/3] test-lib: invert return value of check_test_results_san_file_empty lsan test-lib readability - - - --- 2025-01-07 Jeff King New
[1/4] t/unit-tests: convert hashmap test to clar framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-30 Seyi Kuforiji New
[1/5] merge-tree --stdin: flush stdout to avoid deadlock merge-tree --stdin: flush stdout - - - --- 2025-02-16 Phillip Wood New
[1/6] refs/files: remove duplicate check in `split_symref_update()` refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[1/6] xdiff: move sign comparison warning guard into each file [1/6] xdiff: move sign comparison warning guard into each file - - - --- 2025-02-12 David Aguilar New
[1/7] builtin/verify-tag: stop using `the_repository` stop using the_repository global variable. - - - --- 2025-02-14 Usman Akinyemi New
[10/14] combine-diff: drop public declaration of combine_diff_path_size() combine-diff cleanups - - - --- 2025-01-09 Jeff King New
[14/14] tree-diff: make list tail-passing more explicit combine-diff cleanups - - - --- 2025-01-09 Jeff King New
[2/2] config/remote.txt: improve wording for 'remote.<name>.followRemoteHEAD' Documentation: fixups following followRemoteHEAD - - - --- 2025-02-14 Philippe Blain New
[2/2] Fix Meson Perl version check [1/2] Check for Perl 5.26.0 from Meson build - - - --- 2025-01-20 Peter Oliver New
[2/2] gitk: add text wrapping preferences gitk: text wrapping in ctext (commit headers, subject, and body) - - - --- 2024-12-09 Christoph Sommer New
[2/2] meson: wire up credential-libsecret meson: wire up contrib/credential - - - --- 2025-02-13 M Hickford 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
[2/2] t5319: add test for MIDX QSORT progress reporting midx: implement progress reporting for QSORT operation - - - --- 2025-02-10 Ayush Chandekar New
[2/3] builtin/diff-blob: add "--stdin" option batch blob diff generation - - - --- 2024-12-13 Justin Tobler New
[2/3] clean: rename `ignored` -> `remove_ignored` clean: add `config.exclude` and `--remove-excluded` - - - --- 2025-02-10 Ivan Shapovalov 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
[2/3] sideband: introduce an "escape hatch" to allow control characters Sanitize sideband channel messages - - - --- 2025-01-14 Johannes Schindelin New
[2/4] t/unit-tests: adapt example decorate test to clar framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-30 Seyi Kuforiji New
[2/5] merge-tree: remove redundant code merge-tree --stdin: flush stdout - - - --- 2025-02-16 Phillip Wood New
[2/5] Revert "index-pack: spawn threads atomically" fixing thread races in linux-leaks CI - - - --- 2024-12-30 Jeff King New
[2/6] refs: move duplicate refname update check to generic layer refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[2/6] Revert "index-pack: spawn threads atomically" [1/6] test-lib: use individual lsan dir for --stress runs - - - --- 2025-01-01 Jeff King New
[2/6] xdiff: avoid signed vs. unsigned comparisons in xdiffi.c [1/6] xdiff: move sign comparison warning guard into each file - - - --- 2025-02-12 David Aguilar New
[2/7] builtin/verify-commit.c: stop using `the_repository` stop using the_repository global variable. - - - --- 2025-02-14 Usman Akinyemi New
[3/3] builtin/diff-blob: Add "-z" option batch blob diff generation - - - --- 2024-12-13 Justin Tobler New
[3/3] clean: add `config.exclude` and `--remove-excluded` clean: add `config.exclude` and `--remove-excluded` - - - --- 2025-02-10 Ivan Shapovalov 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
[3/3] sideband: do allow ANSI color sequences by default Sanitize sideband channel messages - - - --- 2025-01-14 Johannes Schindelin New
[3/4] t/unit-tests: convert strbuf test to clar framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-30 Seyi Kuforiji New
[3/5] merge-tree: only use basic merge config merge-tree --stdin: flush stdout - - - --- 2025-02-16 Phillip Wood New
[3/6] hash.h: introduce `unsafe_hash_algo()` hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2024-11-20 Taylor Blau New
[3/6] refs/files: remove duplicate duplicates check refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[3/6] xdiff: avoid signed vs. unsigned comparisons in xemit.c [1/6] xdiff: move sign comparison warning guard into each file - - - --- 2025-02-12 David Aguilar New
[3/7] builtin/send-pack.c: stop using `the_repository` stop using the_repository global variable. - - - --- 2025-02-14 Usman Akinyemi New
[4,1/1] parse-options: localize mark-up of placeholder text in the short help Localize mark-up of placeholder text in the short help - - - --- 2024-12-28 Alexander Shopov 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
[4/5] merge-tree: improve docs for --stdin merge-tree --stdin: flush stdout - - - --- 2025-02-16 Phillip Wood New
[4/6] refs/reftable: extract code from the transaction preparation refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[4/6] xdiff: avoid signed vs. unsigned comparisons in xhistogram.c [1/6] xdiff: move sign comparison warning guard into each file - - - --- 2025-02-12 David Aguilar New
[4/7] builtin/pack-refs: stop using `the_repository` stop using the_repository global variable. - - - --- 2025-02-14 Usman Akinyemi New
[5/5] merge-tree: fix link formatting in html docs merge-tree --stdin: flush stdout - - - --- 2025-02-16 Phillip Wood New
[5/6] refs: implement partial reference transaction support refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[5/6] xdiff: avoid signed vs. unsigned comparisons in xpatience.c [1/6] xdiff: move sign comparison warning guard into each file - - - --- 2025-02-12 David Aguilar New
[5/7] builtin/ls-files: stop using `the_repository` stop using the_repository global variable. - - - --- 2025-02-14 Usman Akinyemi New
[6/6] update-ref: add --allow-partial flag for stdin mode refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[6/6] xdiff: avoid signed vs. unsigned comparisons in xutils.c [1/6] xdiff: move sign comparison warning guard into each file - - - --- 2025-02-12 David Aguilar New
[6/7] builtin/for-each-ref: stop using `the_repository` stop using the_repository global variable. - - - --- 2025-02-14 Usman Akinyemi New
[7/7] builtin/checkout-index.c: stop using `the_repository` stop using the_repository global variable. - - - --- 2025-02-14 Usman Akinyemi New
[BUG] Git 2.48.0-rc2 - Test t0610.26 Fails [BUG] Git 2.48.0-rc2 - Test t0610.26 Fails - - - --- 2025-01-07 Randall S. Becker New
[BUGREPORT] git diff-tree --cc SEGFAUTs [BUGREPORT] git diff-tree --cc SEGFAUTs - - - --- 2025-01-03 Wink Saville 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
[GSoC,Newbie] Test Script Enhancements [GSoC,Newbie] Test Script Enhancements - - - --- 2025-01-05 Rhythm-26 New
[GSOC,Newbie] Test Script t6423 Microproject [GSOC,Newbie] Test Script t6423 Microproject - - - --- 2025-02-01 Ayush Chandekar New
[GSoC,RFC] show-branch: use commit-slab for flag storage [GSoC,RFC] show-branch: use commit-slab for flag storage - - - --- 2025-02-17 Meet Soni New
[GSoC,v2] merge-recursive: optimize time complexity for process_renames [GSoC,v2] merge-recursive: optimize time complexity for process_renames - - - --- 2025-02-14 Meet Soni New
[GSoC,v2] refspec: clarify function naming and documentation [GSoC,v2] refspec: clarify function naming and documentation - - - --- 2025-02-15 Meet Soni New
[GSOC,v2] t6422: avoid suppressing Git’s exit code in tests [GSOC,v2] t6422: avoid suppressing Git’s exit code in tests - - - --- 2025-02-05 Ayush Chandekar New
[GSoC,v2] t7603: replace test -f by test_path_is_file [GSoC,v2] t7603: replace test -f by test_path_is_file - - - --- 2025-02-12 Lucas Oshiro New
[GSoC] merge-recursive: optimize string_list construction [GSoC] merge-recursive: optimize string_list construction - - - --- 2025-02-11 Meet Soni New
[PATCHv2,1/4] add-patch: Fix type missmatch rom 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
[PULL] l10n updates for 2.48.0 round 1 [PULL] l10n updates for 2.48.0 round 1 - - - --- 2025-01-07 Jiang Xin New
[RFC,1/2] merge-recursive: optimize time complexity for process_renames merge-recursive: optimize time complexity - - - --- 2025-02-13 Meet Soni New
[RFC,2/2] merge-recursive: optimize time complexity for get_unmerged merge-recursive: optimize time complexity - - - --- 2025-02-13 Meet Soni New
[RFC,resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects [RFC,resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects - - - --- 2025-01-30 Tomáš Trnka New
[RFC,v1,1/2] fetch set_head: add warn-if-not-$branch option set_head finishing touches - - - --- 2024-12-03 Bence Ferdinandy 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] builtin/log: include From in git show --format=email [RFC] builtin/log: include From in git show --format=email - - - --- 2025-02-14 Antonin Godard 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
[RFC] mailmap: fix check-mailmap with full mailmap line [RFC] mailmap: fix check-mailmap with full mailmap line - - - --- 2025-02-13 Jacob Keller New
[v10,1/8] git-compat-util: add strtoul_ul() with error handling cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,2/8] cat-file: add declaration of variable i inside its for loop cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,3/8] t1006: split test utility functions into new "lib-cat-file.sh" cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,4/8] fetch-pack: refactor packet writing cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,5/8] fetch-pack: move fetch initialization cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,6/8] serve: advertise object-info feature cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
« 1 2 3 4 »