Show patches with: Archived = No       |   19531 patches
« 1 2 ... 12 13 14195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/2] name-rev: use mem_pool_strfmt() name-rev: use memory pool for name strings - - - --- 2024-02-25 René Scharfe New
[1/2] mem-pool: add mem_pool_strfmt() name-rev: use memory pool for name strings - - - --- 2024-02-25 René Scharfe New
[3/3] t-ctype: do one test per class and char t-ctype: simplify unit test definitions - - - --- 2024-02-25 René Scharfe New
[2/3] t-ctype: avoid duplicating class names t-ctype: simplify unit test definitions - - - --- 2024-02-25 René Scharfe New
[1/3] t-ctype: allow NUL anywhere in the specification string t-ctype: simplify unit test definitions - - - --- 2024-02-25 René Scharfe New
send-email: implement SMTP bearer authentication send-email: implement SMTP bearer authentication - - - --- 2024-02-25 Julian Swagemakers New
completion: fix __git_complete_worktree_paths completion: fix __git_complete_worktree_paths - - - --- 2024-02-25 Rubén Justo Superseded
[v3] build: support z/OS (OS/390). [v3] build: support z/OS (OS/390). - - - --- 2024-02-25 Haritha D Superseded
[v2] doc: clarify the wording on <git-compat-util.h> requirement [v2] doc: clarify the wording on <git-compat-util.h> requirement - - - --- 2024-02-24 Junio C Hamano Superseded
fetch: convert strncmp() with strlen() to starts_with() fetch: convert strncmp() with strlen() to starts_with() - - - --- 2024-02-24 René Scharfe New
[6/6] parse-options: rearrange long_name matching code parse-options: long option parsing fixes and cleanup - - - --- 2024-02-24 René Scharfe Superseded
[5/6] parse-options: normalize arg and long_name before comparison parse-options: long option parsing fixes and cleanup - - - --- 2024-02-24 René Scharfe Superseded
[4/6] parse-options: detect ambiguous self-negation parse-options: long option parsing fixes and cleanup - - - --- 2024-02-24 René Scharfe Superseded
[3/6] parse-options: factor out register_abbrev() and struct parsed_option parse-options: long option parsing fixes and cleanup - - - --- 2024-02-24 René Scharfe Superseded
[2/6] parse-options: set arg of abbreviated option lazily parse-options: long option parsing fixes and cleanup - - - --- 2024-02-24 René Scharfe Superseded
[1/6] parse-options: recognize abbreviated negated option with arg parse-options: long option parsing fixes and cleanup - - - --- 2024-02-24 René Scharfe Superseded
compat: drop inclusion of <git-compat-util.h> compat: drop inclusion of <git-compat-util.h> - - - --- 2024-02-24 Junio C Hamano Accepted
doc: clarify the wording on <git-compat-util.h> requirement doc: clarify the wording on <git-compat-util.h> requirement - - - --- 2024-02-24 Junio C Hamano Superseded
[GSoC,1/1] add: use unsigned type for collection of bits Use unsigned integral type for collection of bits. - - - --- 2024-02-24 Eugenio Gigante Superseded
[v3,7/7] ci: use test-tool as unit test runner on Windows test-tool: add unit test suite runner - - - --- 2024-02-23 Josh Steadmon New
[v3,6/7] t/Makefile: run unit tests alongside shell tests test-tool: add unit test suite runner - - - --- 2024-02-23 Josh Steadmon New
[v3,5/7] unit tests: add rule for running with test-tool test-tool: add unit test suite runner - - - --- 2024-02-23 Josh Steadmon New
[v3,4/7] test-tool run-command testsuite: support unit tests test-tool: add unit test suite runner - - - --- 2024-02-23 Josh Steadmon New
[v3,3/7] test-tool run-command testsuite: remove hardcoded filter test-tool: add unit test suite runner - - - --- 2024-02-23 Josh Steadmon New
[v3,2/7] test-tool run-command testsuite: get shell from env test-tool: add unit test suite runner - - - --- 2024-02-23 Josh Steadmon New
[v3,1/7] t0080: turn t-basic unit test into a helper test-tool: add unit test suite runner - - - --- 2024-02-23 Josh Steadmon New
Documentation/config/pack.txt: fix broken AsciiDoc Documentation/config/pack.txt: fix broken AsciiDoc - - - --- 2024-02-23 Taylor Blau Accepted
unit-tests: convert t/helper/test-oid-array.c to unit-tests unit-tests: convert t/helper/test-oid-array.c to unit-tests - - - --- 2024-02-23 Ghanshyam Thakkar New
[v5,5/5] for-each-ref: add new option to include root refs for-each-ref: add '--include-root-refs' option - - - --- 2024-02-23 Karthik Nayak Accepted
[v5,4/5] ref-filter: rename 'FILTER_REFS_ALL' to 'FILTER_REFS_REGULAR' for-each-ref: add '--include-root-refs' option - - - --- 2024-02-23 Karthik Nayak Accepted
[v5,3/5] refs: introduce `refs_for_each_include_root_refs()` for-each-ref: add '--include-root-refs' option - - - --- 2024-02-23 Karthik Nayak Accepted
[v5,2/5] refs: extract out `loose_fill_ref_dir_regular_file()` for-each-ref: add '--include-root-refs' option - - - --- 2024-02-23 Karthik Nayak Accepted
[v5,1/5] refs: introduce `is_pseudoref()` and `is_headref()` for-each-ref: add '--include-root-refs' option - - - --- 2024-02-23 Karthik Nayak Accepted
[v4,6/6] fill_tree_descriptor(): mark error message for translation merge-tree: handle missing objects correctly - - - --- 2024-02-23 Johannes Schindelin Accepted
[v4,5/6] cache-tree: avoid an unnecessary check merge-tree: handle missing objects correctly - - - --- 2024-02-23 Johannes Schindelin Accepted
[v4,4/6] Always check `parse_tree*()`'s return value merge-tree: handle missing objects correctly - - - --- 2024-02-23 Johannes Schindelin Accepted
[v4,3/6] t4301: verify that merge-tree fails on missing blob objects merge-tree: handle missing objects correctly - - - --- 2024-02-23 Johannes Schindelin Accepted
[v4,2/6] merge-ort: do check `parse_tree()`'s return value merge-tree: handle missing objects correctly - - - --- 2024-02-23 Johannes Schindelin Accepted
[v4,1/6] merge-tree: fail with a non-zero exit code on missing tree objects merge-tree: handle missing objects correctly - - - --- 2024-02-23 Johannes Schindelin Accepted
[v2,2/2] an improvement: removed configure.ac changes This PR enables a successful git build on z/OS. - - - --- 2024-02-23 Haritha D New
[v2,1/2] build: support z/OS (OS/390). This PR enables a successful git build on z/OS. - - - --- 2024-02-23 Haritha D New
[v2,16/16] t7527: update case-insenstive fsmonitor test FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,15/16] fsmonitor: refactor bit invalidation in refresh callback FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,14/16] fsmonitor: support case-insensitive events FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,13/16] fsmonitor: trace the new invalidated cache-entry count FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,12/16] fsmonitor: return invalided cache-entry count on non-directory event FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,11/16] fsmonitor: remove custom loop from non-directory path handler FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,10/16] fsmonitor: return invalidated cache-entry count on directory event FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,09/16] fsmonitor: move untracked invalidation into helper functions FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,08/16] fsmonitor: refactor untracked-cache invalidation FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,07/16] dir: create untracked_cache_invalidate_trimmed_path() FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,06/16] fsmonitor: refactor refresh callback for non-directory events FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,05/16] fsmonitor: clarify handling of directory events in callback helper FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,04/16] fsmonitor: refactor refresh callback on directory events FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,03/16] t7527: temporarily disable case-insensitive tests FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,02/16] t7527: add case-insensitve test for FSMonitor FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2,01/16] name-hash: add index_dir_find() FSMonitor edge cases on case-insensitive file systems - - - --- 2024-02-23 Jeff Hostetler Superseded
[v2] Add unix domain socket support to HTTP transport [v2] Add unix domain socket support to HTTP transport - - - --- 2024-02-23 Leslie Cheng New
[2/2] commit-graph: suggest removing corrupt graphs commit-graph: suggest deleting corrupt graphs - - - --- 2024-02-22 Josh Steadmon New
[1/2] commit-graph: add `git commit-graph clear` subcommand commit-graph: suggest deleting corrupt graphs - - - --- 2024-02-22 Josh Steadmon New
[v5,3/3] test-stdlib: show that git-std-lib is independent Untitled series #828803 - - - --- 2024-02-22 Calvin Wan New
[v5,2/3] git-std-lib: introduce Git Standard Library Untitled series #828802 - - - --- 2024-02-22 Calvin Wan New
[v5,1/3] pager: include stdint.h because uintmax_t is used [v5,1/3] pager: include stdint.h because uintmax_t is used - - - --- 2024-02-22 Calvin Wan New
[v3,5/5] cache-tree: avoid an unnecessary check merge-tree: handle missing objects correctly - - - --- 2024-02-22 Johannes Schindelin Superseded
[v3,4/5] Always check `parse_tree*()`'s return value merge-tree: handle missing objects correctly - - - --- 2024-02-22 Johannes Schindelin Superseded
[v3,3/5] t4301: verify that merge-tree fails on missing blob objects merge-tree: handle missing objects correctly - - - --- 2024-02-22 Johannes Schindelin Superseded
[v3,2/5] merge-ort: do check `parse_tree()`'s return value merge-tree: handle missing objects correctly - - - --- 2024-02-22 Johannes Schindelin Superseded
[v3,1/5] merge-tree: fail with a non-zero exit code on missing tree objects merge-tree: handle missing objects correctly - - - --- 2024-02-22 Johannes Schindelin Superseded
[v2,11/11] repo_get_merge_bases_many_dirty(): pass on errors from `merge_bases_many()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin Accepted
[v2,10/11] repo_get_merge_bases_many(): pass on errors from `merge_bases_many()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin Accepted
[v2,09/11] get_octopus_merge_bases(): pass on errors from `merge_bases_many()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin Accepted
[v2,08/11] repo_get_merge_bases(): pass on errors from `merge_bases_many()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin Accepted
[v2,07/11] get_merge_bases_many_0(): pass on errors from `merge_bases_many()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin Accepted
[v2,06/11] merge_bases_many(): pass on errors from `paint_down_to_common()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin New
[v2,05/11] commit-reach: start reporting errors in `paint_down_to_common()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin New
[v2,04/11] Prepare `paint_down_to_common()` for handling shallow commits The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin Accepted
[v2,03/11] Start reporting missing commits in `repo_in_merge_bases_many()` The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin New
[v2,02/11] Prepare `repo_in_merge_bases_many()` to optionally expect missing commits The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin New
[v2,01/11] paint_down_to_common: plug two memory leaks The merge-base logic vs missing commit objects - - - --- 2024-02-22 Johannes Schindelin Accepted
doc: clarify the format of placeholders doc: clarify the format of placeholders - - - --- 2024-02-21 Jean-Noël AVILA Accepted
[v2] rebase: make warning less passive aggressive [v2] rebase: make warning less passive aggressive - - - --- 2024-02-21 Harmen Stoppels Accepted
[v3,8/8] builtin/reflog: introduce subcommand to list reflogs reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[v3,7/8] refs: stop resolving ref corresponding to reflogs reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[v3,6/8] refs: drop unused params from the reflog iterator callback reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[v3,5/8] refs: always treat iterators as ordered reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[v3,4/8] refs/files: sort merged worktree and common reflogs reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[v3,3/8] refs/files: sort reflogs returned by the reflog iterator reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[v3,2/8] dir-iterator: support iteration in sorted order reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[v3,1/8] dir-iterator: pass name to `prepare_next_entry_data()` directly reflog: introduce subcommand to list reflogs - - - --- 2024-02-21 Patrick Steinhardt Accepted
[2/2] builtin/show-branch: detect empty reflogs Detect empty or missing reflogs with `ref@{0}` - - - --- 2024-02-21 Patrick Steinhardt New
[1/2] object-name: detect and report empty reflogs Detect empty or missing reflogs with `ref@{0}` - - - --- 2024-02-21 Patrick Steinhardt New
Add unix domain socket support to HTTP transport. Add unix domain socket support to HTTP transport. - - - --- 2024-02-21 Leslie Cheng New
git-remote.txt: fix typo git-remote.txt: fix typo - - - --- 2024-02-21 Jakub Wilk Accepted
[3/3] doc: add some missing sentence dots. Doc placeholders - - - --- 2024-02-20 Jean-Noël AVILA Accepted
[2/3] doc: git-clone fix missing placeholder end carret Doc placeholders - - - --- 2024-02-20 Jean-Noël AVILA Accepted
[1/3] doc: git-rev-parse: enforce command-line description syntax Doc placeholders - - - --- 2024-02-20 Jean-Noël AVILA Accepted
[v4] documentation: send-email: use camel case consistently [v4] documentation: send-email: use camel case consistently - - - --- 2024-02-20 Dragan Simic New
[v3] documentation: send-email: use camel case consistently [v3] documentation: send-email: use camel case consistently - - - --- 2024-02-20 Dragan Simic Superseded
branch: adjust documentation branch: adjust documentation - 1 - --- 2024-02-20 Rubén Justo New
rebase: make warning less passive aggressive rebase: make warning less passive aggressive - - - --- 2024-02-20 Harmen Stoppels Superseded
« 1 2 ... 12 13 14195 196 »