Show patches with: Archived = No       |   25772 patches
« 1 2 ... 5 6 7257 258 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[4/9] builtin/send-pack: stop using `the_repository` remove unnecessary if statement - - - --- 2025-03-18 Usman Akinyemi Superseded
[3/9] builtin/verify-commit: stop using `the_repository` remove unnecessary if statement - - - --- 2025-03-18 Usman Akinyemi Superseded
[2/9] builtin/verify-tag: stop using `the_repository` remove unnecessary if statement - - - --- 2025-03-18 Usman Akinyemi Superseded
[1/9] config: teach repo_config to allow `repo` to be NULL remove unnecessary if statement - - - --- 2025-03-18 Usman Akinyemi Superseded
[GSoC] Modernize Test Path Checking: test -(e|f|d) [GSoC] Modernize Test Path Checking: test -(e|f|d) - - - --- 2025-03-18 Sampriyo Guin Superseded
index-pack, unpack-objects: restore missing ->init_fn index-pack, unpack-objects: restore missing ->init_fn - - - --- 2025-03-18 gtXfined H. Accepted
[v6,4/4] promisor-remote: compare remote names case sensitively "promisor-remote" capability fixes - - - --- 2025-03-18 Christian Couder Accepted
[v6,3/4] promisor-remote: fix possible issue when no URL is advertised "promisor-remote" capability fixes - - - --- 2025-03-18 Christian Couder Accepted
[v6,2/4] promisor-remote: fix segfault when remote URL is missing "promisor-remote" capability fixes - - - --- 2025-03-18 Christian Couder Accepted
[v6,1/4] t5710: arrange to delete the client before cloning "promisor-remote" capability fixes - - - --- 2025-03-18 Christian Couder Accepted
[2/2] fetch: don't ask for remote HEAD if followRemoteHEAD is "never" limiting followRemoteHEAD being used - - - --- 2025-03-18 Jeff King Accepted
[1/2] fetch: only respect followRemoteHEAD with configured refspecs limiting followRemoteHEAD being used - - - --- 2025-03-18 Jeff King Accepted
[v3,3/3] config.mak.dev: enable -Wunreachable-code -Wunreachable-code - - - --- 2025-03-17 Junio C Hamano Accepted
[v3,2/3] git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare() -Wunreachable-code - - - --- 2025-03-17 Junio C Hamano New
[v3,1/3] run-command: use errno to check for sigfillset() error -Wunreachable-code - - - --- 2025-03-17 Junio C Hamano Accepted
[5/5] repack: begin combining cruft packs with `--combine-cruft-below-size` repack: introduce '--combine-cruft-below-size' - - - --- 2025-03-17 Taylor Blau Superseded
[4/5] repack: avoid combining cruft packs with `--max-cruft-size` repack: introduce '--combine-cruft-below-size' - - - --- 2025-03-17 Taylor Blau Superseded
[3/5] t/t7704-repack-cruft.sh: consolidate `write_blob()` repack: introduce '--combine-cruft-below-size' - - - --- 2025-03-17 Taylor Blau Superseded
[2/5] t/t7704-repack-cruft.sh: clarify wording in --max-cruft-size tests repack: introduce '--combine-cruft-below-size' - - - --- 2025-03-17 Taylor Blau Superseded
[1/5] t/t5329-pack-objects-cruft.sh: evict 'repack'-related tests repack: introduce '--combine-cruft-below-size' - - - --- 2025-03-17 Taylor Blau Superseded
[4/4] refspec: replace `refspec_item_init()` with fetch/push variants refspec: treat 'fetch' as a Boolean value - - - --- 2025-03-17 Taylor Blau Superseded
[3/4] refspec: remove refspec_item_init_or_die() refspec: treat 'fetch' as a Boolean value - - - --- 2025-03-17 Taylor Blau Superseded
[2/4] refspec: replace `refspec_init()` with fetch/push variants refspec: treat 'fetch' as a Boolean value - - - --- 2025-03-17 Taylor Blau Superseded
[1/4] refspec: treat 'fetch' as a Boolean value refspec: treat 'fetch' as a Boolean value - - - --- 2025-03-17 Taylor Blau Superseded
[GSoC,v3] rm: fix sign comparison warnings [GSoC,v3] rm: fix sign comparison warnings - - - --- 2025-03-17 Arnav Bhate Superseded
[GSoC,v3] rm: fix sign comparison warnings [GSoC,v3] rm: fix sign comparison warnings - - - --- 2025-03-17 Arnav Bhate Superseded
[GSoC,v2] rm: fix sign comparison warnings [GSoC,v2] rm: fix sign comparison warnings - - - --- 2025-03-16 Arnav Bhate Superseded
[5/5] merge-ort: remove extraneous word in comment Miscellaneous fixups preparing for the removal of merge-recursive - - - --- 2025-03-16 Elijah Newren Accepted
[4/5] merge-ort: fix accidental strset<->strintmap Miscellaneous fixups preparing for the removal of merge-recursive - - - --- 2025-03-16 Elijah Newren Accepted
[3/5] t7615: be more explicit about diff algorithm used Miscellaneous fixups preparing for the removal of merge-recursive - - - --- 2025-03-16 Elijah Newren New
[2/5] t6423: fix a comment that accidentally reversed two commits Miscellaneous fixups preparing for the removal of merge-recursive - - - --- 2025-03-16 Elijah Newren Accepted
[1/5] stash: remove merge-recursive.h include Miscellaneous fixups preparing for the removal of merge-recursive - - - --- 2025-03-16 Elijah Newren Accepted
[v2,3/3] treewide: replace assert() with BUG_IF_NOT() in special cases Add a static analysis job to prevent assertions with side effects - - - --- 2025-03-16 Elijah Newren Superseded
[v2,2/3] ci: add build checking for side-effects in assert() calls Add a static analysis job to prevent assertions with side effects - - - --- 2025-03-16 Elijah Newren Superseded
[v2,1/3] git-compat-util: introduce BUG_IF_NOT() macro Add a static analysis job to prevent assertions with side effects - - - --- 2025-03-16 Elijah Newren Superseded
meson: fix perl detection when docs are enabled, but perl bindings aren't meson: fix perl detection when docs are enabled, but perl bindings aren't - - - --- 2025-03-16 Eli Schwartz Accepted
[GSoC,v4,2/2] Error handling for SMTP status codes smtp_auth_maybe: unified error capture and status code processing optimization - - - --- 2025-03-16 Zheng Yuting New
[GSoC,v4,1/2] Unify capture of SMTP errors smtp_auth_maybe: unified error capture and status code processing optimization - - - --- 2025-03-16 Zheng Yuting New
doc: add missing commit C to the graph for --ancestry-path=H D..M doc: add missing commit C to the graph for --ancestry-path=H D..M - - - --- 2025-03-16 Han Jiang Accepted
[GSOC,3/3] Replace git_config(...) with repo_config(...) for modern Git compatibility [GSOC,1/3] Remove outdated mentoring mailing list reference and clarify tutorial prerequisites - - - --- 2025-03-15 JAYATHEERTH K New
[GSOC,2/3] Update function signature and UNUSED to include struct repository and modify builtin.h a… [GSOC,1/3] Remove outdated mentoring mailing list reference and clarify tutorial prerequisites - - - --- 2025-03-15 JAYATHEERTH K New
[GSOC,1/3] Remove outdated mentoring mailing list reference and clarify tutorial prerequisites [GSOC,1/3] Remove outdated mentoring mailing list reference and clarify tutorial prerequisites - - - --- 2025-03-15 JAYATHEERTH K New
[2/2] doc: apply new format to git-branch man page doc: apply new format to git-branch man page - - - --- 2025-03-15 Jean-Noël Avila Superseded
[1/2] completion: take into account the formatting backticks for options doc: apply new format to git-branch man page - - - --- 2025-03-15 Jean-Noël Avila Superseded
docs: clarify meaning of core.commentString=auto docs: clarify meaning of core.commentString=auto - - - --- 2025-03-15 Oswald Buddenhagen New
git-gui: heed core.commentChar/commentString git-gui: heed core.commentChar/commentString - - - --- 2025-03-15 Oswald Buddenhagen New
[12/12] config.mak.uname: add a note about CSPRNG_METHOD for Linux [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[11/12] config.mak.uname; add arc4random to the cygwin build [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[10/12] config.mak.uname: add sysinfo() configuration for cygwin [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[09/12] builtin/gc.c: correct RAM calculation when using sysinfo [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[08/12] config.mak.uname: add clock_gettime() to the cygwin build [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[07/12] config.mak.uname: add HAVE_GETDELIM to the cygwin section [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[06/12] config.mak.uname: only set NO_REGEX on cygwin for v1.7 [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[05/12] config.mak.uname: add a note about NO_STRLCPY for Linux [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[04/12] Makefile: remove NEEDS_LIBRT build variable [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[03/12] meson.build: only set build variables for non-default values [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[02/12] Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK [01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK - - - --- 2025-03-15 Ramsay Jones New
[v2] diffcore-rename: fix BUG when break detection and --follow used together [v2] diffcore-rename: fix BUG when break detection and --follow used together - - - --- 2025-03-15 Elijah Newren Accepted
xdiff: avoid arithmetic overflow in xdl_get_hunk() xdiff: avoid arithmetic overflow in xdl_get_hunk() - - - --- 2025-03-14 René Scharfe New
[v2,3/3] git-compat-util: add NOT_A_CONST macro and use it in atfork_prepare() -Wunreachable-code - - - --- 2025-03-14 Junio C Hamano Superseded
[v2,2/3] run-command: use errno to check for sigfillset() error -Wunreachable-code - - - --- 2025-03-14 Junio C Hamano Superseded
[v2,1/3] config.mak.dev: enable -Wunreachable-code -Wunreachable-code - - - --- 2025-03-14 Junio C Hamano Superseded
[v4,13/13] midx: implement writing incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,11/13] pack-bitmap.c: keep track of each layer's type bitmaps midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,10/13] ewah: implement `struct ewah_or_iterator` midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,09/13] pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,08/13] pack-bitmap.c: compute disk-usage with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,06/13] pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,05/13] pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,03/13] pack-bitmap.c: open and store incremental bitmap layers midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,02/13] pack-revindex: prepare for incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v4,01/13] Documentation: describe incremental MIDX bitmaps midx: incremental multi-pack indexes, part two - - - --- 2025-03-14 Taylor Blau Superseded
[v3,2/2] completion: fix bugs with slashes in remote names completion: fix bugs with slashes in remote names - - - --- 2025-03-14 David Mandelberg Superseded
[v3,1/2] completion: add helper to count path components completion: fix bugs with slashes in remote names - - - --- 2025-03-14 David Mandelberg Superseded
[v2] meson: use test_environment conditionally. [v2] meson: use test_environment conditionally. - - - --- 2025-03-14 Sam James New
meson: use test_environment conditionally. meson: use test_environment conditionally. - - - --- 2025-03-14 Sam James Superseded
[v5,3/3] promisor-remote: compare remote names case sensitively "promisor-remote" capability fixes - - - --- 2025-03-14 Christian Couder Superseded
[v5,2/3] promisor-remote: fix possible issue when no URL is advertised "promisor-remote" capability fixes - - - --- 2025-03-14 Christian Couder Superseded
[v5,1/3] promisor-remote: fix segfault when remote URL is missing "promisor-remote" capability fixes - - - --- 2025-03-14 Christian Couder Superseded
[v3,2/2] reflog: implement subcommand to drop reflogs reflog: implement subcommand to drop reflogs - - - --- 2025-03-14 Karthik Nayak Accepted
[v3,1/2] reflog: improve error for when reflog is not found reflog: implement subcommand to drop reflogs - - - --- 2025-03-14 Karthik Nayak Accepted
[3/3] treewide: replace assert() with BUG_IF_NOT() in special cases Add a static analysis job to prevent assertions with side effects - - - --- 2025-03-14 Elijah Newren Superseded
[2/3] ci: add build checking for side-effects in assert() calls Add a static analysis job to prevent assertions with side effects - - - --- 2025-03-14 Elijah Newren Superseded
[1/3] git-compat-util: introduce BUG_IF_NOT() macro Add a static analysis job to prevent assertions with side effects - - - --- 2025-03-14 Elijah Newren Superseded
[v3,6/6] rev-list: support NUL-delimited --missing option rev-list: introduce NUL-delimited output mode - - - --- 2025-03-13 Justin Tobler Superseded
[v3,5/6] rev-list: support NUL-delimited --boundary option rev-list: introduce NUL-delimited output mode - - - --- 2025-03-13 Justin Tobler Superseded
[v3,4/6] rev-list: support delimiting objects with NUL bytes rev-list: introduce NUL-delimited output mode - - - --- 2025-03-13 Justin Tobler Superseded
[v3,3/6] revision: support NUL-delimited --stdin mode rev-list: introduce NUL-delimited output mode - - - --- 2025-03-13 Justin Tobler Superseded
[v3,2/6] rev-list: refactor early option parsing rev-list: introduce NUL-delimited output mode - - - --- 2025-03-13 Justin Tobler Superseded
[v3,1/6] rev-list: inline `show_object_with_name()` in `show_object()` rev-list: introduce NUL-delimited output mode - - - --- 2025-03-13 Justin Tobler Superseded
git-imap-send.1: Some remarks and a patch with editorial changes for this man page git-imap-send.1: Some remarks and a patch with editorial changes for this man page - - - --- 2025-03-13 Bjarni Ingi Gislason New
git-filter-branch.1: Some remarks and a patch with editorial changes for this man page git-filter-branch.1: Some remarks and a patch with editorial changes for this man page - - - --- 2025-03-13 Bjarni Ingi Gislason New
[v5] builtin/pack-objects.c: freshen objects from existing cruft packs [v5] builtin/pack-objects.c: freshen objects from existing cruft packs - - - --- 2025-03-13 Taylor Blau Accepted
[GSoC] Add more builtin patterns for userdiff: Add builtin patterns for Verilog [GSoC] Add more builtin patterns for userdiff: Add builtin patterns for Verilog - - - --- 2025-03-13 li li New
[2/2] compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL` compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL` - - - --- 2025-03-13 Patrick Steinhardt Superseded
[1/2] compat/mingw: handle O_CLOEXEC in `mingw_open_existing()` compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL` - - - --- 2025-03-13 Patrick Steinhardt Superseded
« 1 2 ... 5 6 7257 258 »