Show patches with: Archived = No       |   23920 patches
« 1 2 3 4239 240 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v11,06/26] Makefile: generate doc versions via GIT-VERSION-GEN Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt Accepted
[v11,05/26] Makefile: generate "git.rc" via GIT-VERSION-GEN Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt Accepted
[v11,04/26] Makefile: propagate Git version via generated header Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt Accepted
[v11,03/26] Makefile: refactor GIT-VERSION-GEN to be reusable Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt Accepted
[v11,02/26] Makefile: consistently use @PLACEHOLDER@ to substitute Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt Accepted
[v11,01/26] Makefile: use common template for GIT-BUILD-OPTIONS Modernize the build system - - - --- 2024-12-06 Patrick Steinhardt Accepted
[v2] reftable/writer: ensure valid range for log's update_index [v2] reftable/writer: ensure valid range for log's update_index - - - --- 2024-12-06 karthik nayak New
[v3,5/5] doc: add technical design doc for large object promisors Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,4/5] promisor-remote: check advertised name or URL Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,3/5] Add 'promisor-remote' capability to protocol v2 Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,2/5] strbuf: refactor strbuf_trim_trailing_ch() Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v3,1/5] version: refactor strbuf_sanitize() Introduce a "promisor-remote" capability - - - --- 2024-12-06 Christian Couder New
[v2] object-name: fix reversed ordering with ":/<PATTERN>" revisions [v2] object-name: fix reversed ordering with ":/<PATTERN>" revisions - - - --- 2024-12-06 Patrick Steinhardt Superseded
[4/4] ci/lib: fix "CI setup" sections with GitLab CI Random improvements to GitLab CI - - - --- 2024-12-06 Patrick Steinhardt Superseded
[3/4] ci/lib: use echo instead of printf to set up sections Random improvements to GitLab CI - - - --- 2024-12-06 Patrick Steinhardt Superseded
[2/4] ci/lib: remove duplicate trap to end "CI setup" group Random improvements to GitLab CI - - - --- 2024-12-06 Patrick Steinhardt Superseded
[1/4] gitlab-ci: update macOS images to Sonoma Random improvements to GitLab CI - - - --- 2024-12-06 Patrick Steinhardt Superseded
[v4,16/16] t/helper: don't depend on implicit wraparound Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,15/16] scalar: address -Wsign-compare warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,14/16] builtin/patch-id: fix type of `get_one_patchid()` Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,13/16] builtin/blame: fix type of `length` variable when emitting object ID Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,12/16] gpg-interface: address -Wsign-comparison warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,11/16] daemon: fix type of `max_connections` Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,10/16] daemon: fix loops that have mismatching integer types Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,09/16] global: trivial conversions to fix `-Wsign-compare` warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,08/16] pkt-line: fix -Wsign-compare warning on 32 bit platform Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,07/16] csum-file: fix -Wsign-compare warning on 32-bit platform Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,06/16] diff.h: fix index used to loop through unsigned integer Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,05/16] config.mak.dev: drop `-Wno-sign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,04/16] global: mark code units that generate warnings with `-Wsign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,03/16] compat/win32: fix -Wsign-compare warning in "wWinMain()" Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,02/16] compat/regex: explicitly ignore "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
[v4,01/16] git-compat-util: introduce macros to disable "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-06 Patrick Steinhardt New
object-name: fix reversed ordering with magic pathspecs object-name: fix reversed ordering with magic pathspecs - - - --- 2024-12-06 Patrick Steinhardt New
Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote - - - --- 2024-12-06 Junio C Hamano New
Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote Re* [PATCH] Fix `git fetch --tags` in repo with no configured remote - - - --- 2024-12-06 Junio C Hamano Superseded
describe: split "found all tags" and max_candidates logic describe: split "found all tags" and max_candidates logic - - - --- 2024-12-06 Jeff King Accepted
Fix `git fetch --tags` in repo with no configured remote Fix `git fetch --tags` in repo with no configured remote - - - --- 2024-12-05 Josh Steadmon New
describe: drop early return for max_candidates == 0 describe: drop early return for max_candidates == 0 - - - --- 2024-12-05 Jeff King New
reftable/writer: ensure valid range for log's update_index reftable/writer: ensure valid range for log's update_index - - - --- 2024-12-05 karthik nayak Superseded
[v2] advice: suggest using subcommand "git config set" [v2] advice: suggest using subcommand "git config set" - - - --- 2024-12-05 Bence Ferdinandy Accepted
[v3,3/3] remote set-head: set followRemoteHEAD to "warn" if "always" [v3,1/3] fetch set_head: move warn advice into advise_if_enabled - - - --- 2024-12-05 Bence Ferdinandy Accepted
[v3,2/3] fetch set_head: add warn-if-not-$branch option [v3,1/3] fetch set_head: move warn advice into advise_if_enabled - - - --- 2024-12-05 Bence Ferdinandy Accepted
[v3,1/3] fetch set_head: move warn advice into advise_if_enabled [v3,1/3] fetch set_head: move warn advice into advise_if_enabled - - - --- 2024-12-05 Bence Ferdinandy Accepted
[v3,15/15] t/helper: don't depend on implicit wraparound Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,14/15] scalar: address -Wsign-compare warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,13/15] builtin/patch-id: fix type of `get_one_patchid()` Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,12/15] builtin/blame: fix type of `length` variable when emitting object ID Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,11/15] gpg-interface: address -Wsign-comparison warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,10/15] daemon: fix type of `max_connections` Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,09/15] daemon: fix loops that have mismatching integer types Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,08/15] global: trivial conversions to fix `-Wsign-compare` warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,07/15] sign-compare: 32-bit support Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,06/15] diff.h: fix index used to loop through unsigned integer Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,05/15] config.mak.dev: drop `-Wno-sign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,04/15] global: mark code units that generate warnings with `-Wsign-compare` Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,03/15] compat/win32: fix -Wsign-compare warning in "wWinMain()" Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,02/15] compat/regex: explicitly ignore "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
[v3,01/15] git-compat-util: introduce macros to disable "-Wsign-compare" warnings Start compiling with `-Wsign-compare` - - - --- 2024-12-05 Patrick Steinhardt Superseded
fixup! describe: stop traversing when we run out of names fixup! describe: stop traversing when we run out of names - - - --- 2024-12-04 Josh Steadmon New
[v3] strvec: `strvec_splice()` to a statically initialized vector [v3] strvec: `strvec_splice()` to a statically initialized vector - - - --- 2024-12-04 Rubén Justo New
advice: suggest using subcommand "git config set" advice: suggest using subcommand "git config set" - - - --- 2024-12-04 Bence Ferdinandy Superseded
[v2,3/3] remote set-head: set followRemoteHEAD to "warn" if "always" [v2,1/3] fetch set_head: move warn advice into advise_if_enabled - - - --- 2024-12-04 Bence Ferdinandy Superseded
[v2,2/3] fetch set_head: add warn-if-not-$branch option [v2,1/3] fetch set_head: move warn advice into advise_if_enabled - - - --- 2024-12-04 Bence Ferdinandy Superseded
[v2,1/3] fetch set_head: move warn advice into advise_if_enabled [v2,1/3] fetch set_head: move warn advice into advise_if_enabled - - - --- 2024-12-04 Bence Ferdinandy Superseded
sign-compare: 32-bit support sign-compare: 32-bit support - - - --- 2024-12-04 Junio C Hamano New
[4/3] index-pack: work around false positive use of uninitialized variable Performance improvements for repacking non-promisor objects - - - --- 2024-12-04 Junio C Hamano New
[RFC,v1,2/2] remote set-head: set followRemoteHEAD to "warn" if "always" set_head finishing touches - - - --- 2024-12-03 Bence Ferdinandy New
[RFC,v1,1/2] fetch set_head: add warn-if-not-$branch option set_head finishing touches - - - --- 2024-12-03 Bence Ferdinandy New
[v3,3/3] index-pack --promisor: also check commits' trees Performance improvements for repacking non-promisor objects - - - --- 2024-12-03 Jonathan Tan Accepted
[v3,2/3] index-pack --promisor: don't check blobs Performance improvements for repacking non-promisor objects - - - --- 2024-12-03 Jonathan Tan Accepted
[v3,1/3] index-pack --promisor: dedup before checking links Performance improvements for repacking non-promisor objects - - - --- 2024-12-03 Jonathan Tan New
[v2,3/3] index-pack --promisor: also check commits' trees Performance improvements for repacking non-promisor objects - - - --- 2024-12-03 Jonathan Tan Superseded
[v2,2/3] index-pack --promisor: don't check blobs Performance improvements for repacking non-promisor objects - - - --- 2024-12-03 Jonathan Tan Superseded
[v2,1/3] index-pack --promisor: dedup before checking links Performance improvements for repacking non-promisor objects - - - --- 2024-12-03 Jonathan Tan Superseded
[2/1] t9300: test verification of renamed paths [v2] fast-import: disallow more path components - - - --- 2024-12-03 Jeff King Accepted
doc: mention rev-list --ancestry-path restrictions doc: mention rev-list --ancestry-path restrictions - - - --- 2024-12-03 Kai Koponen Accepted
[v2] strvec: `strvec_splice()` to a statically initialized vector [v2] strvec: `strvec_splice()` to a statically initialized vector - - - --- 2024-12-03 Rubén Justo Superseded
doc: mention rev-list --ancestry-path restrictions doc: mention rev-list --ancestry-path restrictions - - - --- 2024-12-03 Kai Koponen Superseded
[v10,10/10] packfile.c: remove unnecessary prepare_packed_git() call packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,09/10] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[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 Accepted
[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 Accepted
[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 Accepted
[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 Accepted
[v10,04/10] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[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 Accepted
[v10,02/10] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v10,01/10] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-12-03 karthik nayak Accepted
[v2,4/4] tag: "git tag" refuses to use HEAD as a tagname forbid HEAD as a tagname - - - --- 2024-12-03 Junio C Hamano Accepted
[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 Accepted
[v2,2/4] refs: drop strbuf_ prefix from helpers forbid HEAD as a tagname - - - --- 2024-12-03 Junio C Hamano Accepted
[v2,1/4] refs: move ref name helpers around forbid HEAD as a tagname - - - --- 2024-12-03 Junio C Hamano Accepted
[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
« 1 2 3 4239 240 »