Show patches with: Submitter = Patrick Steinhardt       |    Archived = No       |   3648 patches
« 1 2 3 436 37 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[9/9] builtin/cat-file: use bitmaps to efficiently filter by object type builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[8/9] builtin/cat-file: deduplicate logic to iterate over all objects builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[7/9] pack-bitmap: introduce function to check whether a pack is bitmapped builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[6/9] pack-bitmap: expose function to iterate over bitmapped objects builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[5/9] builtin/cat-file: support "object:type=" objects filter builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[4/9] builtin/cat-file: support "blob:limit=" objects filter builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[3/9] builtin/cat-file: support "blob:none" objects filter builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[2/9] builtin/cat-file: wire up an option to filter objects builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[1/9] builtin/cat-file: rename variable that tracks usage builtin/cat-file: allow filtering objects in batch mode - - - --- 2025-02-21 Patrick Steinhardt New
[v2,16/16] refs: reuse iterators when determining refname availability refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,15/16] refs/iterator: implement seeking for "files" iterators refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,14/16] refs/iterator: implement seeking for `packed-ref` iterators refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,13/16] refs/iterator: implement seeking for ref-cache iterators refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,12/16] refs/iterator: implement seeking for reftable iterators refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,11/16] refs/iterator: implement seeking for merged iterators refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,10/16] refs/iterator: provide infrastructure to re-seek iterators refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,09/16] refs/iterator: separate lifecycle from iteration refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,08/16] refs: stop re-verifying common prefixes for availability refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,07/16] refs/files: batch refname availability checks for initial transactions refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,06/16] refs/files: batch refname availability checks for normal transactions refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,05/16] refs/reftable: batch refname availability checks refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,04/16] refs: introduce function to batch refname availability checks refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,02/16] object-name: allow skipping ambiguity checks in `get_oid()` family refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,01/16] object-name: introduce `repo_get_oid_with_flags()` refs: batch refname availability checks - - - --- 2025-02-19 Patrick Steinhardt New
[v2,10/10] ci: exercise credential helpers meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,09/10] ci: fix propagating UTF-8 test locale in musl-based Meson job meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,08/10] meson: wire up static analysis via Coccinelle meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,07/10] meson: wire up git-contacts(1) meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,06/10] meson: wire up credential helpers meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,05/10] contrib/credential: fix compilation of "osxkeychain" helper meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,04/10] contrib/credential: fix compiling "libsecret" helper meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,03/10] contrib/credential: fix compilation of wincred helper with MSVC meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,02/10] contrib/credential: fix "netrc" tests with out-of-tree builds meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v2,01/10] GIT-BUILD-OPTIONS: propagate project's source directory meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-19 Patrick Steinhardt New
[v6,18/18] Makefile: skip reftable library for Coccinelle reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h" reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,16/18] git-compat-util.h: split out POSIX-emulating bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,15/18] compat/mingw: split out POSIX-related bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,13/18] reftable/basics: stop using `SWAP()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,12/18] reftable/stack: stop using `sleep_millisec()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,11/18] reftable/system: introduce `reftable_rand()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,10/18] reftable/reader: stop using `ARRAY_SIZE()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,09/18] reftable/basics: provide wrappers for big endian conversion reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,08/18] reftable/basics: stop using `st_mult()` in array allocators reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,07/18] reftable: stop using `BUG()` in trivial cases reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,05/18] reftable/record: stop using `BUG()` in `reftable_record_init()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,04/18] reftable/record: stop using `COPY_ARRAY()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,03/18] reftable/blocksource: stop using `xmmap()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,02/18] reftable/stack: stop using `write_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[v6,01/18] reftable/stack: stop using `read_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-18 Patrick Steinhardt New
[12/12] ci: exercise credential helpers meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[11/12] ci: fix propagating UTF-8 test locale in musl-based Meson job meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[10/12] meson: wire up Gitk meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[09/12] gitk: extract script to build Gitk meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[08/12] meson: wire up static analysis via Coccinelle meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[07/12] meson: wire up git-contacts(1) meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[06/12] meson: wire up credential helpers meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[05/12] contrib/credential: fix compilation of "osxkeychain" helper meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[04/12] contrib/credential: fix compiling "libsecret" helper meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[03/12] contrib/credential: fix compilation of wincred helper with MSVC meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[02/12] contrib/credential: fix "netrc" tests with out-of-tree builds meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[01/12] GIT-BUILD-OPTIONS: propagate project's source directory meson: wire up bits and pieces from "contrib/" - - - --- 2025-02-18 Patrick Steinhardt Superseded
[14/14] refs: reuse iterators when determining refname availability refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[13/14] refs/iterator: implement seeking for "files" iterators refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[12/14] refs/iterator: implement seeking for `packed-ref` iterators refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[11/14] refs/iterator: implement seeking for ref-cache iterators refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[10/14] refs/iterator: implement seeking for reftable iterators refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[09/14] refs/iterator: implement seeking for merged iterators refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[08/14] refs/iterator: provide infrastructure to re-seek iterators refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[07/14] refs/iterator: separate lifecycle from iteration refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[06/14] refs: stop re-verifying common prefixes for availability refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[05/14] refs/reftable: start using `refs_verify_refnames_available()` refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[04/14] refs: introduce function to batch refname availability checks refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[03/14] builtin/update-ref: skip ambiguity checks when parsing object IDs refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[02/14] object-name: allow skipping ambiguity checks in `get_oid()` family refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[01/14] object-name: introduce `repo_get_oid_with_flags()` refs: batch refname availability checks - - - --- 2025-02-17 Patrick Steinhardt Superseded
[v5,18/18] Makefile: skip reftable library for Coccinelle reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[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 Superseded
[v5,16/18] git-compat-util.h: split out POSIX-emulating bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,15/18] compat/mingw: split out POSIX-related bits reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,13/18] reftable/basics: stop using `SWAP()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,12/18] reftable/stack: stop using `sleep_millisec()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,11/18] reftable/system: introduce `reftable_rand()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,10/18] reftable/reader: stop using `ARRAY_SIZE()` macro reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,09/18] reftable/basics: provide wrappers for big endian conversion reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,08/18] reftable/basics: stop using `st_mult()` in array allocators reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,07/18] reftable: stop using `BUG()` in trivial cases reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,05/18] reftable/record: stop using `BUG()` in `reftable_record_init()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,04/18] reftable/record: stop using `COPY_ARRAY()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,03/18] reftable/blocksource: stop using `xmmap()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,02/18] reftable/stack: stop using `write_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[v5,01/18] reftable/stack: stop using `read_in_full()` reftable: stop using "git-compat-util.h" - - - --- 2025-02-07 Patrick Steinhardt Superseded
[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
« 1 2 3 436 37 »