Show patches with: Archived = No       |   24750 patches
« 1 2 3 4247 248 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[GSOC,v2,3/6] apply: do a typecast to eliminate warnings apply: address -Wsign-comparison warnings - - - --- 2025-02-09 Zejun Zhao Superseded
[GSOC,v2,2/6] apply: change some variables from `int` to `size_t` apply: address -Wsign-comparison warnings - - - --- 2025-02-09 Zejun Zhao Superseded
[GSOC,v2,1/6] apply: change fields in `apply_state` to unsigned apply: address -Wsign-comparison warnings - - - --- 2025-02-09 Zejun Zhao Superseded
[1/1] refs.c: fix -Wsign-compare warnings Fix -Wsign-compare warnings in refs.c - - - --- 2025-02-08 Moumita New
[GSoC] t7603: replace test -f by test_path_is_file [GSoC] t7603: replace test -f by test_path_is_file - - - --- 2025-02-08 Lucas Oshiro Superseded
revision: fix missing null for freed memory revision: fix missing null for freed memory - - - --- 2025-02-08 Emily Klassen New
builtin/refs: add '--skip-reflog' flag to bypass reflog migration builtin/refs: add '--skip-reflog' flag to bypass reflog migration - - - --- 2025-02-07 Karthik Nayak Superseded
[v5,18/18] Makefile: skip reftable library for Coccinelle reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h" reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,16/18] git-compat-util.h: split out POSIX-emulating bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,15/18] compat/mingw: split out POSIX-related bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,13/18] reftable/basics: stop using `SWAP()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,12/18] reftable/stack: stop using `sleep_millisec()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,11/18] reftable/system: introduce `reftable_rand()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,10/18] reftable/reader: stop using `ARRAY_SIZE()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,09/18] reftable/basics: provide wrappers for big endian conversion reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,08/18] reftable/basics: stop using `st_mult()` in array allocators reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,07/18] reftable: stop using `BUG()` in trivial cases reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,05/18] reftable/record: stop using `BUG()` in `reftable_record_init()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,04/18] reftable/record: stop using `COPY_ARRAY()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,03/18] reftable/blocksource: stop using `xmmap()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,02/18] reftable/stack: stop using `write_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v5,01/18] reftable/stack: stop using `read_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt New
[v2,16/16] path: adjust last remaining users of `the_repository` path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,15/16] environment: move access to "core.sharedRepository" into repo settings path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,14/16] environment: move access to "core.hooksPath" into repo settings path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,13/16] repo-settings: introduce function to clear struct path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,12/16] path: drop `git_path()` in favor of `repo_git_path()` path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,10/16] path: drop `git_common_path()` in favor of `repo_common_path()` path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,09/16] worktree: return allocated string from `get_worktree_git_dir()` path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()` path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,07/16] path: drop `git_pathdup()` in favor of `repo_git_path()` path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,06/16] path: drop unused `strbuf_git_path()` function path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,05/16] path: refactor `repo_submodule_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,03/16] path: refactor `repo_worktree_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,02/16] path: refactor `repo_git_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[v2,01/16] path: refactor `repo_common_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-07 Patrick Steinhardt New
[6/6] update-ref: add --allow-partial flag for stdin mode refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[5/6] refs: implement partial reference transaction support refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[4/6] refs/reftable: extract code from the transaction preparation refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[3/6] refs/files: remove duplicate duplicates check refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[2/6] refs: move duplicate refname update check to generic layer refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[1/6] refs/files: remove duplicate check in `split_symref_update()` refs: introduce support for partial reference transactions - - - --- 2025-02-07 Karthik Nayak New
[v2] doc: documentation for http.uploadarchive config option [v2] doc: documentation for http.uploadarchive config option - - - --- 2025-02-06 Piotr Szlazak Accepted
[16/16] path: adjust last remaining users of `the_repository` path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[15/16] environment: move access to "core.sharedRepository" into repo settings path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[14/16] environment: move access to "core.hooksPath" into repo settings path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[13/16] repo-settings: introduce function to clear struct path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[12/16] path: drop `git_path()` in favor of `repo_git_path()` path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[11/16] rerere: let `rerere_path()` write paths into a caller-provided buffer path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[10/16] path: drop `git_common_path()` in favor of `repo_common_path()` path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[09/16] worktree: return allocated string from `get_worktree_git_dir()` path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[08/16] path: drop `git_path_buf()` in favor of `repo_git_path_replace()` path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[07/16] path: drop `git_pathdup()` in favor of `repo_git_path()` path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[06/16] path: drop unused `strbuf_git_path()` function path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[05/16] path: refactor `repo_submodule_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[04/16] submodule: refactor `submodule_to_gitdir()` to accept a repo path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[03/16] path: refactor `repo_worktree_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[02/16] path: refactor `repo_git_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[01/16] path: refactor `repo_common_path()` family of functions path: remove dependency on `the_repository` - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v2] reftable: ignore file-in-use errors when unlink(3p) fails on Windows [v2] reftable: ignore file-in-use errors when unlink(3p) fails on Windows - - - --- 2025-02-06 Patrick Steinhardt New
[v4,18/18] Makefile: skip reftable library for Coccinelle reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h" reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,16/18] git-compat-util.h: split out POSIX-emulating bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,15/18] compat/mingw: split out POSIX-related bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,14/18] reftable/basics: stop using `UNUSED` annotation reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,13/18] reftable/basics: stop using `SWAP()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,12/18] reftable/stack: stop using `sleep_millisec()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,11/18] reftable/system: introduce `reftable_rand()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,10/18] reftable/reader: stop using `ARRAY_SIZE()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,09/18] reftable/basics: provide wrappers for big endian conversion reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,08/18] reftable/basics: stop using `st_mult()` in array allocators reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,07/18] reftable: stop using `BUG()` in trivial cases reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,05/18] reftable/record: stop using `BUG()` in `reftable_record_init()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,04/18] reftable/record: stop using `COPY_ARRAY()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,03/18] reftable/blocksource: stop using `xmmap()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,02/18] reftable/stack: stop using `write_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v4,01/18] reftable/stack: stop using `read_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-06 Patrick Steinhardt Superseded
[v7,7/7] builtin/clone: teach git-clone(1) the --revision= option Enable doing a shallow clone of a specific git revision - - - --- 2025-02-06 Toon Claes New
[v7,6/7] parse-options: introduce die_for_incompatible_opt2() Enable doing a shallow clone of a specific git revision - - - --- 2025-02-06 Toon Claes Accepted
[v7,5/7] clone: introduce struct clone_opts in builtin/clone.c Enable doing a shallow clone of a specific git revision - - - --- 2025-02-06 Toon Claes Accepted
[v7,4/7] clone: add tags refspec earlier to fetch refspec Enable doing a shallow clone of a specific git revision - - - --- 2025-02-06 Toon Claes Accepted
[v7,3/7] clone: refactor wanted_peer_refs() Enable doing a shallow clone of a specific git revision - - - --- 2025-02-06 Toon Claes Accepted
[v7,2/7] clone: make it possible to specify --tags Enable doing a shallow clone of a specific git revision - - - --- 2025-02-06 Toon Claes Accepted
[v7,1/7] clone: cut down on global variables in clone.c Enable doing a shallow clone of a specific git revision - - - --- 2025-02-06 Toon Claes Accepted
[v3,8/8] builtin/fsck: add `git refs verify` child process add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v3,7/8] packed-backend: check whether the "packed-refs" is sorted add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v3,6/8] packed-backend: add "packed-refs" entry consistency check add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v3,5/8] packed-backend: check whether the refname contains NUL characters add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v3,4/8] packed-backend: add "packed-refs" header consistency check add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v3,3/8] packed-backend: check whether the "packed-refs" is regular file add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v3,2/8] builtin/refs: get worktrees without reading head information add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v3,1/8] t0602: use subshell to ensure working directory unchanged add more ref consistency checks - - - --- 2025-02-06 shejialuo Superseded
[v2,3/3] difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE [v2,1/3] difftool: eliminate use of global variables - - - --- 2025-02-06 David Aguilar Accepted
[v2,2/3] difftool: eliminate use of the_repository [v2,1/3] difftool: eliminate use of global variables - - - --- 2025-02-06 David Aguilar Accepted
« 1 2 3 4247 248 »