Show patches with: State = Action Required       |    Archived = No       |   597 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,08/23] pack-bitmap: make `bitmap_writer_push_bitmapped_commit()` public pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2,07/23] pack-bitmap: implement `bitmap_writer_has_bitmapped_object_id()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2,06/23] pack-bitmap-write: support storing pseudo-merge commits pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2,05/23] pseudo-merge.ch: initial commit pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2,04/23] pack-bitmap: move some initialization to `bitmap_writer_init()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2,03/23] pack-bitmap: drop unused `max_bitmaps` parameter pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2,02/23] ewah: implement `ewah_bitmap_is_subset()` pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2,01/23] Documentation/technical: describe pseudo-merge bitmaps format pack-bitmap: pseudo-merge reachability bitmaps - - - --- 2024-04-29 Taylor Blau New
[v2] builtin/tag.c: add --trailer arg [v2] builtin/tag.c: add --trailer arg - - - --- 2024-04-29 John Passaro New
[8/8] refs: check refnames as fully qualified when resolving Untitled series #848767 - - - --- 2024-04-29 Jeff King New
[7/8] refs: check refnames as fully qualified when writing tightening ref handling outside of refs/ - - - --- 2024-04-29 Jeff King New
[6/8] check_refname_format(): add FULLY_QUALIFIED flag tightening ref handling outside of refs/ - - - --- 2024-04-29 Jeff King New
[5/8] refs: use is_pseudoref_syntax() in refname_is_safe() tightening ref handling outside of refs/ - - - --- 2024-04-29 Jeff King New
[4/8] refs: disallow dash in pseudoref syntax tightening ref handling outside of refs/ - - - --- 2024-04-29 Jeff King New
[3/8] refs: move is_pseudoref_syntax() definition earlier tightening ref handling outside of refs/ - - - --- 2024-04-29 Jeff King New
[2/8] t5619: use fully qualified refname for branch tightening ref handling outside of refs/ - - - --- 2024-04-29 Jeff King New
[1/8] t0600: don't create ref outside of refs/ tightening ref handling outside of refs/ - - - --- 2024-04-29 Jeff King New
[PULL] l10n updates for 2.45.0 [PULL] l10n updates for 2.45.0 - - - --- 2024-04-29 Jiang Xin New
[v3,13/13] repository: stop setting SHA1 as the default object hash Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,12/13] oss-fuzz/commit-graph: set up hash algorithm Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,11/13] builtin/shortlog: don't set up revisions without repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,10/13] builtin/diff: explicitly set hash algo when there is no repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,09/13] builtin/bundle: abort "verify" early when there is no repository Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,08/13] builtin/blame: don't access potentially unitialized `the_hash_algo` Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,07/13] builtin/rev-parse: allow shortening to more than 40 hex characters Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,06/13] remote-curl: fix parsing of detached SHA256 heads Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,05/13] attr: fix BUG() when parsing attrs outside of repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,04/13] attr: don't recompute default attribute source Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,03/13] parse-options-cb: only abbreviate hashes when hash algo is known Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,02/13] path: move `validate_headref()` to its only user Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
[v3,01/13] path: harden validation of HEAD with non-standard hashes Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-29 Patrick Steinhardt New
gitlab-ci: add smoke test for fuzzers gitlab-ci: add smoke test for fuzzers - - - --- 2024-04-29 Patrick Steinhardt New
Re* Unexpected behavior with the rev-parse operation Re* Unexpected behavior with the rev-parse operation - - - --- 2024-04-28 Junio C Hamano New
[13/13] tests: add tests for the new url-parse builtin builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[12/13] Documentation: describe the url-parse builtin builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[11/13] url-parse: output URL components selected by user builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[10/13] url-parse: validate all given git URLs builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[09/13] url-parse: parse options given on the command line builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[08/13] url-parse: define usage and options builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[07/13] url-parse: define string to component converter fn builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[06/13] url-parse: define component extraction helper fn builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[05/13] url-parse: enumerate possible URL components builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[04/13] url-parse: add URL parsing helper function builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[03/13] builtin: create url-parse command builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[02/13] urlmatch: define url_parse function builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[01/13] url: move helper function to URL header and source builtin: implement, document and test url-parse - - - --- 2024-04-28 Matheus Afonso Martins Moreira New
[v4,7/7] ref: support symrefs in 'reference-transaction' hook add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 Karthik Nayak New
[v4,6/7] update-ref: add support for 'symref-update' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 Karthik Nayak New
[v4,5/7] update-ref: add support for 'symref-create' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 Karthik Nayak New
[v4,4/7] update-ref: add support for 'symref-delete' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 Karthik Nayak New
[v4,3/7] update-ref: add support for 'symref-verify' command add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 Karthik Nayak New
[v4,2/7] files-backend: extract out `create_symref_lock` add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 Karthik Nayak New
[v4,1/7] refs: accept symref values in `ref_transaction[_add]_update` add symref-* commands to 'git-update-ref --stdin' - - - --- 2024-04-26 Karthik Nayak New
[v3,10/10] trailer unit tests: inspect iterator contents Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,09/10] trailer: document parse_trailers() usage Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,08/10] trailer: retire trailer_info_get() from API Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,07/10] trailer: make trailer_info struct private Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,06/10] trailer: make parse_trailers() return trailer_info pointer Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,05/10] interpret-trailers: access trailer_info with new helpers Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,04/10] sequencer: use the trailer iterator Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,03/10] trailer: teach iterator about non-trailer lines Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,02/10] trailer: add unit tests for trailer iterator Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
[v3,01/10] Makefile: sort UNIT_TEST_PROGRAMS Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-26 Linus Arver New
completion: fix zsh parsing $GIT_PS1_SHOWUPSTREAM completion: fix zsh parsing $GIT_PS1_SHOWUPSTREAM - - - --- 2024-04-25 Thomas Queiroz New
[v3,8/8] ref: support symrefs in 'reference-transaction' hook refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
[v3,7/8] update-ref: support symrefs in the update command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
[v3,6/8] update-ref: support symrefs in the create command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
[v3,5/8] update-ref: support symrefs in the delete command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
[v3,4/8] update-ref: support symrefs in the verify command refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
[v3,3/8] files-backend: extract out `create_symref_lock` refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
[v3,2/8] update-ref: support parsing ref targets in `parse_next_oid` refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
[v3,1/8] refs: accept symref values in `ref_transaction[_add]_update` refs: add symref support to 'git-update-ref' - - - --- 2024-04-23 Karthik Nayak New
stash: fix "--staged" with binary files stash: fix "--staged" with binary files - - - --- 2024-04-22 Adam Johnson New
[[PATCH,RESUBMIT,2nd] Consistency for substitution hints (i18n) 1/1] parse-options: use localized s… [[PATCH,RESUBMIT,2nd] Consistency for substitution hints (i18n) 1/1] parse-options: use localized s… - - - --- 2024-04-21 Alexander Shopov New
don't report vsnprintf(3) error as bug don't report vsnprintf(3) error as bug - - - --- 2024-04-21 René Scharfe New
[v2] add-patch: response to invalid command [v2] add-patch: response to invalid command - - - --- 2024-04-20 Rubén Justo New
[v2] format-patch: allow --rfc to optionally take a value, like --rfc=WIP [v2] format-patch: allow --rfc to optionally take a value, like --rfc=WIP - - - --- 2024-04-19 Junio C Hamano New
[4/4] upload-pack: allow configuring a missing-action upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder New
[3/4] pack-objects: use the missing action API upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder New
[2/4] missing: support rejecting --missing=print upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder New
[1/4] rev-list: refactor --missing=<missing-action> upload-pack: support a missing-action - - - --- 2024-04-18 Christian Couder New
[5/5] rebase -m: fix --signoff with conflicts rebase -m: fix --signoff with conflicts - - - --- 2024-04-18 Phillip Wood New
[4/5] sequencer: store commit message in private context rebase -m: fix --signoff with conflicts - - - --- 2024-04-18 Phillip Wood New
[3/5] sequencer: move current fixups to private context rebase -m: fix --signoff with conflicts - - - --- 2024-04-18 Phillip Wood New
[4/4] t4014: add tests to cover --resend option and its exclusivity format-patch: fix an option coexistence bug and add new --resend option - - - --- 2024-04-17 Dragan Simic New
[3/4] format-patch: new --resend option for adding "RESEND" to patch subjects format-patch: fix an option coexistence bug and add new --resend option - - - --- 2024-04-17 Dragan Simic New
[2/4] format-patch: fix a bug in option exclusivity and add a test to t4014 format-patch: fix an option coexistence bug and add new --resend option - - - --- 2024-04-17 Dragan Simic New
[1/4] format-patch docs: avoid use of parentheses to improve readability format-patch: fix an option coexistence bug and add new --resend option - - - --- 2024-04-17 Dragan Simic New
[v5,8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-16 Linus Arver New
[v5,5/8] SubmittingPatches: discuss reviewers first docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-16 Linus Arver New
[v5,2/8] SubmittingPatches: clarify 'git-contacts' location docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-16 Linus Arver New
[v5,1/8] MyFirstContribution: mention contrib/contacts/git-contacts docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-16 Linus Arver New
apply: avoid using fixed-size buffer in write_out_one_reject() apply: avoid using fixed-size buffer in write_out_one_reject() - - - --- 2024-04-16 René Scharfe New
[v4] rerere: fix crashes due to unmatched opening conflict markers [v4] rerere: fix crashes due to unmatched opening conflict markers - - - --- 2024-04-16 Marcel Röthke New
[RFC] doc: describe the project's decision-making process [RFC] doc: describe the project's decision-making process - 1 - --- 2024-04-15 Josh Steadmon New
[v4] bisect: report the found commit with "show" [v4] bisect: report the found commit with "show" - - - --- 2024-04-15 Peter Krefting New
add-patch: response to invalid option add-patch: response to invalid option - - - --- 2024-04-15 Rubén Justo New
[5/5] repository: drop global `the_index` variable global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[2/5] builtin: stop using `the_index` global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[v2] pack-bitmap: gracefully handle missing BTMP chunks [v2] pack-bitmap: gracefully handle missing BTMP chunks - - - --- 2024-04-15 Patrick Steinhardt New
« 1 2 3 45 6 »