Show patches with: none      |   43425 patches
« 1 2 3 4434 435 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/3] refs: fix segfault in `is_pseudoref()` when ref cannot be resolved Clarify pseudo-ref terminology - - - --- 2024-04-29 Patrick Steinhardt Superseded
[2/3] refs: do not label special refs as pseudo refs Clarify pseudo-ref terminology - - - --- 2024-04-29 Patrick Steinhardt Superseded
[1/3] refs: move `is_special_ref()` Clarify pseudo-ref terminology - - - --- 2024-04-29 Patrick Steinhardt Superseded
[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
builtin/tag.c: add --trailer arg builtin/tag.c: add --trailer arg - - - --- 2024-04-29 John Passaro Superseded
[v2,1/1] advice: add --no-advice global option advice: add --no-advice global option - - - --- 2024-04-29 James Liu Superseded
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
[2/2] vimdiff: make script and tests work with zsh Test fixes when running with zsh in sh mode - - - --- 2024-04-26 brian m. carlson New
[1/2] t4046: avoid continue in &&-chain for zsh Test fixes when running with zsh in sh mode - - - --- 2024-04-26 brian m. carlson 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
doc: clarify practices for submitting updated patch versions doc: clarify practices for submitting updated patch versions - - - --- 2024-04-25 Justin Tobler New
completion: fix zsh parsing $GIT_PS1_SHOWUPSTREAM completion: fix zsh parsing $GIT_PS1_SHOWUPSTREAM - - - --- 2024-04-25 Thomas Queiroz New
[v3,3/3] completion: add docs on how to add subcommand completions [v3,1/3] completion: add 'symbolic-ref' - - - --- 2024-04-25 Roland Hieber New
[v3,2/3] completion: improve docs for using __git_complete [v3,1/3] completion: add 'symbolic-ref' - - - --- 2024-04-25 Roland Hieber New
[v3,1/3] completion: add 'symbolic-ref' [v3,1/3] completion: add 'symbolic-ref' - - - --- 2024-04-25 Roland Hieber New
[v2,2/2] completion: add docs on how to add subcommand completions [v2,1/2] completion: add 'symbolic-ref' - - - --- 2024-04-24 Roland Hieber Superseded
[v2,1/2] completion: add 'symbolic-ref' [v2,1/2] completion: add 'symbolic-ref' - - - --- 2024-04-24 Roland Hieber Superseded
[2/2] completion: add docs on how to add subcommand completions [1/2] completion: add 'symbolic-ref' - - - --- 2024-04-24 Roland Hieber Superseded
[1/2] completion: add 'symbolic-ref' [1/2] completion: add 'symbolic-ref' - - - --- 2024-04-24 Roland Hieber Superseded
[v4,7/7] ci: use test-tool as unit test runner on Windows test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon Superseded
[v4,6/7] t/Makefile: run unit tests alongside shell tests test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon Superseded
[v4,5/7] unit tests: add rule for running with test-tool test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon Superseded
[v4,4/7] test-tool run-command testsuite: support unit tests test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon Superseded
[v4,3/7] test-tool run-command testsuite: remove hardcoded filter test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon Superseded
[v4,2/7] test-tool run-command testsuite: get shell from env test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon Superseded
[v4,1/7] t0080: turn t-basic unit test into a helper test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon Superseded
[v3] fuzz: link fuzz programs with `make all` on Linux [v3] fuzz: link fuzz programs with `make all` on Linux - - - --- 2024-04-24 Josh Steadmon Accepted
Documentation/RelNotes/2.45.0.txt: fix typo Documentation/RelNotes/2.45.0.txt: fix typo - - - --- 2024-04-24 Taylor Blau Accepted
[v3,2/2] maintenance: running maintenance should not stop on errors Use a "best effort" strategy in scheduled maintenance - - - --- 2024-04-24 Johannes Schindelin Accepted
[v3,1/2] for-each-repo: optionally keep going on an error Use a "best effort" strategy in scheduled maintenance - - - --- 2024-04-24 Johannes Schindelin Accepted
[2/2] advice: add "all" option to disable all hints advice: add "all" option to disable all hints - - - --- 2024-04-24 James Liu New
[1/2] advice: allow advice type to be provided in tests advice: add "all" option to disable all hints - - - --- 2024-04-24 James Liu 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
[v4,2/2] format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)] format-patch --rfc=WIP - - - --- 2024-04-23 Junio C Hamano Accepted
[v4,1/2] format-patch: allow --rfc to optionally take a value, like --rfc=WIP format-patch --rfc=WIP - - - --- 2024-04-23 Junio C Hamano Accepted
[v2,12/12] repository: stop setting SHA1 as the default object hash Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt Superseded
[v2,11/12] builtin/shortlog: don't set up revisions without repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt Superseded
[v2,10/12] builtin/diff: explicitly set hash algo when there is no repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt Superseded
[v2,09/12] builtin/bundle: abort "verify" early when there is no repository Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt Superseded
[v2,08/12] builtin/blame: don't access potentially unitialized `the_hash_algo` Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt Superseded
[v2,07/12] builtin/rev-parse: allow shortening to more than 40 hex characters Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt Superseded
[v2,06/12] remote-curl: fix parsing of detached SHA256 heads Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt Superseded
« 1 2 3 4434 435 »