Show patches with: Archived = No       |   23168 patches
« 1 2 3 4231 232 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
t1016: clean up style t1016: clean up style - - - --- 2024-11-02 Andrew Kreimer New
[v2] t9101: Refactor test_expect_success format [v2] t9101: Refactor test_expect_success format - - - --- 2024-11-02 Seyi Kuforiji New
[v2,4/4] index-pack: repack local links into promisor packs When fetching from a promisor remote, repack local objects referenced - - - --- 2024-11-01 Jonathan Tan New
[v2,3/4] t5300: move --window clamp test next to unclamped When fetching from a promisor remote, repack local objects referenced - - - --- 2024-11-01 Jonathan Tan New
[v2,2/4] t0410: use from-scratch server When fetching from a promisor remote, repack local objects referenced - - - --- 2024-11-01 Jonathan Tan New
[v2,1/4] t0410: make test description clearer When fetching from a promisor remote, repack local objects referenced - - - --- 2024-11-01 Jonathan Tan New
[v4] show-index: fix uninitialized hash function [v4] show-index: fix uninitialized hash function - - - --- 2024-11-01 Abhijeet Sonar New
rev-list: skip bitmap traversal for --left-right rev-list: skip bitmap traversal for --left-right - - - --- 2024-11-01 Jeff King Accepted
[v4,8/8] worktree: refactor `repair_worktree_after_gitdir_move()` Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
[v4,7/8] worktree: add relative cli/config options to `repair` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
[v4,6/8] worktree: add relative cli/config options to `move` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
[v4,5/8] worktree: add relative cli/config options to `add` command Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
[v4,4/8] worktree: add `write_worktree_linking_files()` function Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
[v4,3/8] worktree: refactor infer_backlink return Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
[v4,2/8] worktree: add `relativeWorktrees` extension Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
[v4,1/8] setup: correctly reinitialize repository version Allow relative worktree linking to be configured by the user - - - --- 2024-11-01 Caleb White New
`git apply -p` doesn't remove source prefix in 'rename' diff entries. `git apply -p` doesn't remove source prefix in 'rename' diff entries. - - - --- 2024-11-01 Iago-lito New
[3/3] Add additional CI jobs to avoid accidental breakage Improve CI testing of older systems - - - --- 2024-10-31 brian m. carlson New
[2/3] ci: remove clause for Ubuntu 16.04 Improve CI testing of older systems - - - --- 2024-10-31 brian m. carlson New
[1/3] gitlab-ci: switch from Ubuntu 16.04 to 20.04 Improve CI testing of older systems - - - --- 2024-10-31 brian m. carlson New
[v2,2/2] fetch-pack: warn if in commit graph but not obj db When fetching, die if in commit graph but not obj db - - - --- 2024-10-31 Jonathan Tan New
[v2,1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()" When fetching, die if in commit graph but not obj db - - - --- 2024-10-31 Jonathan Tan New
t9101: Refactor test_expect_success format t9101: Refactor test_expect_success format - - - --- 2024-10-31 Seyi Kuforiji Superseded
[v4,9/9] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,8/9] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,7/9] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,6/9] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,5/9] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,4/9] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,3/9] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,2/9] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[v4,1/9] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-31 karthik nayak New
[6/6] path-walk: mark trees and blobs as UNINTERESTING PATH WALK I: The path-walk API - - - --- 2024-10-31 Derrick Stolee New
[5/6] path-walk: visit tags and cached objects PATH WALK I: The path-walk API - - - --- 2024-10-31 Derrick Stolee New
[4/6] path-walk: allow consumer to specify object types PATH WALK I: The path-walk API - - - --- 2024-10-31 Derrick Stolee New
[3/6] t6601: add helper for testing path-walk API PATH WALK I: The path-walk API - - - --- 2024-10-31 Derrick Stolee New
[2/6] test-lib-functions: add test_cmp_sorted PATH WALK I: The path-walk API - - - --- 2024-10-31 Derrick Stolee New
[1/6] path-walk: introduce an object walk by path PATH WALK I: The path-walk API - - - --- 2024-10-31 Derrick Stolee New
[v3,8/8] worktree: refactor `repair_worktree_after_gitdir_move()` Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,7/8] worktree: add relative cli/config options to `repair` command Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,6/8] worktree: add relative cli/config options to `move` command Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,5/8] worktree: add relative cli/config options to `add` command Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,4/8] worktree: add `write_worktree_linking_files()` function Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,3/8] worktree: refactor infer_backlink return Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,2/8] worktree: add `relativeWorktrees` extension Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,1/8] setup: correctly reinitialize repository version Allow relative worktree linking to be configured by the user - - - --- 2024-10-31 Caleb White Superseded
[v3,9/9] midx: add repository to `multi_pack_index` struct packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,8/9] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,7/9] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,6/9] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,5/9] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,4/9] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,3/9] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,2/9] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[v3,1/9] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-30 karthik nayak Superseded
[2/2] fetch-pack: warn if in commit graph but not obj db When fetching, warn if in commit graph but not obj db - - - --- 2024-10-29 Jonathan Tan New
[1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()" When fetching, warn if in commit graph but not obj db - - - --- 2024-10-29 Jonathan Tan New
[v2,3/3] Documentation/git-bundle.txt: discuss naïve backups [v2,1/3] Documentation/git-bundle.txt: mention full backup example - - - --- 2024-10-29 Kristoffer Haugsbakk New
[v2,2/3] Documentation/git-bundle.txt: mention --all in spec. refs [v2,1/3] Documentation/git-bundle.txt: mention full backup example - - - --- 2024-10-29 Kristoffer Haugsbakk New
[v2,1/3] Documentation/git-bundle.txt: mention full backup example [v2,1/3] Documentation/git-bundle.txt: mention full backup example - - - --- 2024-10-29 Kristoffer Haugsbakk New
[v2,0/3] Documentation/git-bundle.txt: promote --all for full backup - - - --- 2024-10-29 Kristoffer Haugsbakk New
[v5,6/6] cat-file: add remote-object-info to batch-command cat-file: add remote-object-info to batch-command - - - --- 2024-10-28 Eric Ju New
[v5,5/6] cat-file: add declaration of variable i inside its for loop cat-file: add remote-object-info to batch-command - - - --- 2024-10-28 Eric Ju New
[v5,4/6] transport: add client support for object-info cat-file: add remote-object-info to batch-command - - - --- 2024-10-28 Eric Ju New
[v5,3/6] serve: advertise object-info feature cat-file: add remote-object-info to batch-command - - - --- 2024-10-28 Eric Ju New
[v5,2/6] fetch-pack: move fetch initialization cat-file: add remote-object-info to batch-command - - - --- 2024-10-28 Eric Ju New
[v5,1/6] fetch-pack: refactor packet writing cat-file: add remote-object-info to batch-command - - - --- 2024-10-28 Eric Ju New
[v2,5/5] worktree: add `relativeWorktrees` extension Allow relative worktree linking to be configured by the user - - - --- 2024-10-28 Caleb White Superseded
[v2,4/5] setup: correctly reinitialize repository version Allow relative worktree linking to be configured by the user - - - --- 2024-10-28 Caleb White Superseded
[v2,3/5] worktree: add tests for worktrees with relative paths Allow relative worktree linking to be configured by the user - - - --- 2024-10-28 Caleb White Superseded
[v2,2/5] worktree: add `write_worktree_linking_files` function Allow relative worktree linking to be configured by the user - - - --- 2024-10-28 Caleb White Superseded
[v2,1/5] worktree: add CLI/config options for relative path linking Allow relative worktree linking to be configured by the user - - - --- 2024-10-28 Caleb White Superseded
[v2,8/8] config: make `packed_git_(limit|window_size)` non-global variables packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
[v2,7/8] config: make `delta_base_cache_limit` a non-global variable packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
[v2,6/8] packfile: pass down repository to `for_each_packed_object` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
[v2,5/8] packfile: pass down repository to `has_object[_kept]_pack` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
[v2,4/8] packfile: pass down repository to `odb_pack_name` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
[v2,3/8] packfile: pass `repository` to static function in the file packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
[v2,2/8] packfile: use `repository` from `packed_git` directly packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
[v2,1/8] packfile: add repository to struct `packed_git` packfile: avoid using the 'the_repository' global variable - - - --- 2024-10-28 karthik nayak Superseded
t6006: fix prereq handling with `test_format ()` t6006: fix prereq handling with `test_format ()` - - - --- 2024-10-28 Patrick Steinhardt Accepted
[v3,3/3] compat/mingw: support POSIX semantics for atomic renames compat/mingw: implement POSIX-style atomic renames - - - --- 2024-10-27 Patrick Steinhardt New
[v3,2/3] compat/mingw: allow deletion of most opened files compat/mingw: implement POSIX-style atomic renames - - - --- 2024-10-27 Patrick Steinhardt New
[v3,1/3] compat/mingw: share file handles created via `CreateFileW()` compat/mingw: implement POSIX-style atomic renames - - - --- 2024-10-27 Patrick Steinhardt New
[v3] show-index: fix uninitialized hash function [v3] show-index: fix uninitialized hash function - - - --- 2024-10-26 Abhijeet Sonar Superseded
[2/2] worktree: add `relativeWorktrees` extension Allow relative worktree linking to be configured by the user - - - --- 2024-10-25 Caleb White Superseded
[1/2] worktree: add CLI/config options for relative path linking Allow relative worktree linking to be configured by the user - - - --- 2024-10-25 Caleb White Superseded
[v3,5/5] worktree: add `relativeWorktrees` extension Optionally link worktrees with relative paths - - - --- 2024-10-25 Caleb White New
[v3,4/5] worktree: add test for path handling in linked worktrees Optionally link worktrees with relative paths - - - --- 2024-10-25 Caleb White New
[v3,3/5] worktree: optionally link worktrees with relative paths Optionally link worktrees with relative paths - - - --- 2024-10-25 Caleb White New
[v3,2/5] worktree: support worktrees linked with relative paths Optionally link worktrees with relative paths - - - --- 2024-10-25 Caleb White New
[v3,1/5] worktree: refactor infer_backlink() to use strbuf* Optionally link worktrees with relative paths - - - --- 2024-10-25 Caleb White New
[11/11] packfile: use oidread() instead of hashcpy() to fill object_id dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King Accepted
[10/11] packfile: use object_id in find_pack_entry_one() dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King New
[09/11] packfile: convert find_sha1_pack() to use object_id dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King Accepted
[08/11] http-walker: use object_id instead of bare hash dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King New
[07/11] packfile: warn people away from parse_packed_git() dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King Accepted
[06/11] packfile: drop sha1_pack_index_name() dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King Accepted
[05/11] packfile: drop sha1_pack_name() dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King Accepted
[04/11] packfile: drop has_pack_index() dumb-http pack index v1 regression + cleanups - - - --- 2024-10-25 Jeff King Accepted
« 1 2 3 4231 232 »