Show patches with: Archived = No       |   23810 patches
« 1 2 3 4238 239 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
doc: mention rev-list --ancestry-path restrictions doc: mention rev-list --ancestry-path restrictions - - - --- 2024-12-03 Kai Koponen New
[v10,10/10] packfile.c: remove unnecessary prepare_packed_git() call packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,09/10] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,08/10] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,07/10] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,06/10] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,05/10] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,04/10] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,03/10] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,02/10] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v10,01/10] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 Karthik Nayak New
[v2,4/4] tag: "git tag" refuses to use HEAD as a tagname forbid HEAD as a tagname - - - --- 2024-12-03 Junio C Hamano New
[v2,3/4] t5604: do not expect that HEAD can be a valid tagname forbid HEAD as a tagname - - - --- 2024-12-03 Junio C Hamano New
[v2,2/4] refs: drop strbuf_ prefix from helpers forbid HEAD as a tagname - - - --- 2024-12-03 Junio C Hamano New
[v2,1/4] refs: move ref name helpers around forbid HEAD as a tagname - - - --- 2024-12-03 Junio C Hamano New
[v2,8/8] pack-objects: add third name hash version pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Derrick Stolee New
[v2,7/8] pack-objects: prevent name hash version change pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Derrick Stolee New
[v2,6/8] test-tool: add helper for name-hash values pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Derrick Stolee New
[v2,5/8] p5313: add size comparison test pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Derrick Stolee New
[v2,4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Derrick Stolee New
[v2,3/8] repack: add --name-hash-version option pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Derrick Stolee New
[v2,2/8] pack-objects: add --name-hash-version option pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Derrick Stolee New
[v2,1/8] pack-objects: create new name-hash function version pack-objects: Create an alternative name hash algorithm (recreated) - - - --- 2024-12-02 Jonathan Tan New
[3/3] index-pack: commit tree during outgoing link check Performance improvements for repacking non-promisor objects - - - --- 2024-12-02 Jonathan Tan New
[2/3] index-pack: no blobs during outgoing link check Performance improvements for repacking non-promisor objects - - - --- 2024-12-02 Jonathan Tan New
[1/3] index-pack: dedup first during outgoing link check Performance improvements for repacking non-promisor objects - - - --- 2024-12-02 Jonathan Tan New
[v2,14/14] t/helper: don't depend on implicit wraparound Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,13/14] scalar: address -Wsign-compare warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,12/14] builtin/patch-id: fix type of `get_one_patchid()` Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,11/14] builtin/blame: fix type of `length` variable when emitting object ID Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,10/14] gpg-interface: address -Wsign-comparison warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,09/14] daemon: fix type of `max_connections` Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,08/14] daemon: fix loops that have mismatching integer types Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,07/14] global: trivial conversions to fix `-Wsign-compare` warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,06/14] diff.h: fix index used to loop through unsigned integer Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,05/14] config.mak.dev: drop `-Wno-sign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,04/14] global: mark code units that generate warnings with `-Wsign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,03/14] compat/win32: fix -Wsign-compare warning in "wWinMain()" Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,02/14] compat/regex: explicitly ignore "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[v2,01/14] git-compat-util: introduce macros to disable "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-02 Patrick Steinhardt New
[4/4] tag: "git tag" refuses to use HEAD as a tagname forbid HEAD as a tagname - - - --- 2024-12-02 Junio C Hamano Superseded
[3/4] t5604: do not expect that HEAD is a valid tagname forbid HEAD as a tagname - - - --- 2024-12-02 Junio C Hamano Superseded
[2/4] refs: drop strbuf_ prefix from helpers forbid HEAD as a tagname - - - --- 2024-12-02 Junio C Hamano Superseded
[1/4] refs: move ref name helpers around forbid HEAD as a tagname - - - --- 2024-12-02 Junio C Hamano Superseded
Documentation/git-update-index.txt: add an example of use Documentation/git-update-index.txt: add an example of use - - - --- 2024-12-01 Matěj Cepl New
builtin/repack.c: prune unreachable objects with `--expire-to` builtin/repack.c: prune unreachable objects with `--expire-to` - - - --- 2024-12-01 Taylor Blau New
Revert "doc: move git-cherry to plumbing" Revert "doc: move git-cherry to plumbing" - - - --- 2024-11-30 Kristoffer Haugsbakk New
[v2] fast-import: disallow more path components [v2] fast-import: disallow more path components - - - --- 2024-11-30 Elijah Newren Accepted
[v2,3/3] worktree: add id to `worktree list` output Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White New
[v2,2/3] worktree: rename worktree id during worktree move Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White New
[v2,1/3] worktree: add worktree with unique suffix Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White New
[v6,8/8] worktree: refactor `repair_worktree_after_gitdir_move()` Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
[v6,7/8] worktree: add relative cli/config options to `repair` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
[v6,6/8] worktree: add relative cli/config options to `move` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
[v6,5/8] worktree: add relative cli/config options to `add` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
[v6,4/8] worktree: add `write_worktree_linking_files()` function Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
[v6,3/8] worktree: refactor infer_backlink return Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
[v6,2/8] worktree: add `relativeWorktrees` extension Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
[v6,1/8] setup: correctly reinitialize repository version Allow relative worktree linking to be configured by the user - - - --- 2024-11-29 Caleb White New
Documentation/git-update-ref.txt: add missing word Documentation/git-update-ref.txt: add missing word - - - --- 2024-11-29 Kristoffer Haugsbakk New
strvec: `strvec_splice()` to a statically initialized vector strvec: `strvec_splice()` to a statically initialized vector - - - --- 2024-11-29 Rubén Justo New
[10/10] daemon: fix type of `max_connections` Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[09/10] daemon: fix loops that have mismatching integer types Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[08/10] global: trivial conversions to fix `-Wsign-compare` warnings Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[07/10] diff.h: fix index used to loop through unsigned integer Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[06/10] global: fix unsigned integer promotions in ternary statements Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[05/10] config.mak.dev: drop `-Wno-sign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[04/10] global: mark code units that generate warnings with `-Wsign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[03/10] compat/win32: fix -Wsign-compare warning in "wWinMain()" Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[02/10] compat/regex: explicitly ignore "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[01/10] git-compat-util: introduce macros to disable "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-11-29 Patrick Steinhardt Superseded
[v2] builtin/clone: teach git-clone(1) the --revision= option [v2] builtin/clone: teach git-clone(1) the --revision= option - - - --- 2024-11-29 Toon Claes New
Makefile: add the missing period in the 'SHA-1 implementations' comment Makefile: add the missing period in the 'SHA-1 implementations' comment - - - --- 2024-11-29 jxzhu New
[2/2] worktree: rename worktree id during worktree move Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White Superseded
[1/2] worktree: add worktree with unique suffix Ensure unique worktree ids across repositories - - - --- 2024-11-29 Caleb White Superseded
[v3] fetch: add configuration for set_head behaviour [v3] fetch: add configuration for set_head behaviour - - - --- 2024-11-28 Bence Ferdinandy New
[v3] fetch: add configuration for set_head behaviour [v3] fetch: add configuration for set_head behaviour - - - --- 2024-11-28 Bence Ferdinandy Superseded
Documentation/git-bundle.txt: fix word join typo Documentation/git-bundle.txt: fix word join typo - - - --- 2024-11-28 Kristoffer Haugsbakk New
[v10,23/23] meson: fix conflicts with in-flight topics Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,22/23] Introduce support for the Meson build system Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,21/23] Documentation: add comparison of build systems Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,20/23] t: allow overriding build dir Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,19/23] t: better support for out-of-tree builds Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,18/23] Documentation: extract script to generate a list of mergetools Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,17/23] Documentation: teach "cmd-list.perl" about out-of-tree builds Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,16/23] Documentation: allow sourcing generated includes from separate dir Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,15/23] Makefile: simplify building of templates Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,14/23] Makefile: allow "bin-wrappers/" directory to exist Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,13/23] Makefile: refactor generators to be PWD-independent Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,12/23] Makefile: extract script to generate gitweb.js Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,11/23] Makefile: extract script to generate gitweb.cgi Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,10/23] Makefile: extract script to massage Shell scripts Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,09/23] Makefile: use "generate-perl.sh" to massage Perl library Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,08/23] Makefile: extract script to massage Perl scripts Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,07/23] Makefile: consistently use PERL_PATH Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,06/23] Makefile: generate doc versions via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,05/23] Makefile: generate "git.rc" via GIT-VERSION-GEN Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,04/23] Makefile: propagate Git version via generated header Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,03/23] Makefile: refactor GIT-VERSION-GEN to be reusable Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
[v10,02/23] Makefile: consistently use @PLACEHOLDER@ to substitute Modernize the build system - - - --- 2024-11-28 Patrick Steinhardt New
« 1 2 3 4238 239 »