Show patches with: none      |   43255 patches
« 1 2 3 4432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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 New
[v4,6/7] t/Makefile: run unit tests alongside shell tests test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon New
[v4,5/7] unit tests: add rule for running with test-tool test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon New
[v4,4/7] test-tool run-command testsuite: support unit tests test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon New
[v4,3/7] test-tool run-command testsuite: remove hardcoded filter test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon New
[v4,2/7] test-tool run-command testsuite: get shell from env test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon New
[v4,1/7] t0080: turn t-basic unit test into a helper test-tool: add unit test suite runner - - - --- 2024-04-24 Josh Steadmon New
[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 New
Documentation/RelNotes/2.45.0.txt: fix typo Documentation/RelNotes/2.45.0.txt: fix typo - - - --- 2024-04-24 Taylor Blau New
[v3,2/2] maintenance: running maintenance should not stop on errors Use a "best effort" strategy in scheduled maintenance - - - --- 2024-04-24 Johannes Schindelin New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[v2,05/12] attr: fix BUG() when parsing attrs outside of repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,04/12] attr: don't recompute default attribute source Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,03/12] parse-options-cb: only abbreviate hashes when hash algo is known Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,02/12] path: move `validate_headref()` to its only user Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,01/12] path: harden validation of HEAD with non-standard hashes Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,4/4] add: plug a leak on interactive_add mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-22 Rubén Justo Accepted
[v2,3/4] add-patch: plug a leak handling the '/' command mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-22 Rubén Justo Accepted
[v2,2/4] add-interactive: plug a leak in get_untracked_files mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-22 Rubén Justo Accepted
[v2,1/4] apply: plug a leak in apply_data mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-22 Rubén Justo Accepted
stash: fix "--staged" with binary files stash: fix "--staged" with binary files - - - --- 2024-04-22 Adam Johnson New
[2/2] docs: address typos in Git v2.45 changelog docs: improvements for Git v2.45 changelog - - - --- 2024-04-22 Patrick Steinhardt Accepted
[1/2] docs: improve changelog entry for `git pack-refs --auto` docs: improvements for Git v2.45 changelog - - - --- 2024-04-22 Patrick Steinhardt Accepted
[v4] add-patch: response to unknown command [v4] add-patch: response to unknown command - - - --- 2024-04-21 Rubén Justo Accepted
[[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
[v3,2/2] format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)] format-patch --rfc=WIP - - - --- 2024-04-21 Junio C Hamano Superseded
[v3,1/2] format-patch: allow --rfc to optionally take a value, like --rfc=WIP format-patch --rfc=WIP - - - --- 2024-04-21 Junio C Hamano Superseded
[[PATCH,RESUBMIT] Consistency for substitution hints (i18n) 1/1] parse-options: use localized subst… [[PATCH,RESUBMIT] Consistency for substitution hints (i18n) 1/1] parse-options: use localized subst… - - - --- 2024-04-21 Alexander Shopov Superseded
[[PATCH] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution h… [[PATCH] Consistency for substitution hints (i18n) 1/1] parse-options: use localized substitution h… - - - --- 2024-04-21 Alexander Shopov Superseded
don't report vsnprintf(3) error as bug don't report vsnprintf(3) error as bug - - - --- 2024-04-21 René Scharfe New
[4/4] add: plug a leak on interactive_add mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-21 Rubén Justo Superseded
[3/4] add-patch: plug a leak handling the '/' command mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-21 Rubén Justo Superseded
[1/4] apply: plug a leak in apply_data mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-21 Rubén Justo Superseded
[2/4] add-interactive: plug a leak in get_untracked_files mark t3701-add-interactive.sh as leak-free - - - --- 2024-04-21 Rubén Justo Superseded
[v3] add-patch: response to unknown command [v3] add-patch: response to unknown command - - - --- 2024-04-21 Rubén Justo Superseded
docs: remove duplicate entry and fix typo in 2.45 changelog docs: remove duplicate entry and fix typo in 2.45 changelog - - - --- 2024-04-20 Orgad Shaneh Accepted
[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
[11/11] repository: stop setting SHA1 as the default object hash Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[10/11] builtin/shortlog: don't set up revisions without repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[09/11] builtin/diff: explicitly set hash algo when there is no repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[08/11] builtin/bundle: abort "verify" early when there is no repository Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[07/11] builtin/blame: don't access potentially unitialized `the_hash_algo` Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[06/11] builtin/rev-parse: allow shortening to more than 40 hex characters Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[05/11] remote-curl: fix parsing of detached SHA256 heads Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[04/11] attr: fix BUG() when parsing attrs outside of repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[03/11] attr: don't recompute default attribute source Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[02/11] parse-options-cb: only abbreviate hashes when hash algo is known Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[01/11] path: harden validation of HEAD with non-standard hashes Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[v2,8/8] trailer: retire trailer_info_get() from API Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
[v2,7/8] trailer: make trailer_info struct private Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
[v2,6/8] trailer: make parse_trailers() return trailer_info pointer Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
[v2,5/8] interpret-trailers: access trailer_info with new helpers Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
[v2,4/8] sequencer: use the trailer iterator Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
[v2,3/8] trailer: teach iterator about non-trailer lines Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
[v2,2/8] trailer: add unit tests for trailer iterator Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
[v2,1/8] Makefile: sort UNIT_TEST_PROGRAMS Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-04-19 Linus Arver New
format-patch: ensure that --rfc and -k are mutually exclusive format-patch: ensure that --rfc and -k are mutually exclusive - 1 - --- 2024-04-19 Dragan Simic Accepted
format-patch: allow --rfc to optionally take a value, like --rfc=WIP format-patch: allow --rfc to optionally take a value, like --rfc=WIP - - - --- 2024-04-18 Junio C Hamano Superseded
[v6,8/8] SubmittingPatches: demonstrate using git-contacts with git-send-email docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver New
[v6,7/8] SubmittingPatches: add heading for format-patch and send-email docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver New
[v6,6/8] SubmittingPatches: dedupe discussion of security patches docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver New
[v6,5/8] SubmittingPatches: discuss reviewers first docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver New
[v6,4/8] SubmittingPatches: quote commands docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver New
[v6,3/8] SubmittingPatches: mention GitGitGadget docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver New
[v6,2/8] SubmittingPatches: clarify 'git-contacts' location docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver New
[v6,1/8] MyFirstContribution: mention contrib/contacts/git-contacts docs: recommend using contrib/contacts/git-contacts - - - --- 2024-04-18 Linus Arver 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
[2/5] sequencer: start removing private fields from public API rebase -m: fix --signoff with conflicts - - - --- 2024-04-18 Phillip Wood Accepted
[1/5] sequencer: always free "struct replay_opts" rebase -m: fix --signoff with conflicts - - - --- 2024-04-18 Phillip Wood Accepted
[v2,2/2] maintenance: running maintenance should not stop on errors Use a "best effort" strategy in scheduled maintenance - - - --- 2024-04-18 Johannes Schindelin Superseded
[v2,1/2] for-each-repo: optionally keep going on an error Use a "best effort" strategy in scheduled maintenance - - - --- 2024-04-18 Johannes Schindelin Superseded
[v2,6/6] repository: drop `initialize_the_repository()` global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[v2,5/6] repository: drop `the_index` variable global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[v2,4/6] builtin/clone: stop using `the_index` global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
« 1 2 3 4432 433 »