Show patches with: Submitter = Patrick Steinhardt       |    Archived = No       |   1066 patches
« 1 2 3 410 11 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,12/12] repository: stop setting SHA1 as the default object hash Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,11/12] builtin/shortlog: don't set up revisions without repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,10/12] builtin/diff: explicitly set hash algo when there is no repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,09/12] builtin/bundle: abort "verify" early when there is no repository Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,08/12] builtin/blame: don't access potentially unitialized `the_hash_algo` Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,07/12] builtin/rev-parse: allow shortening to more than 40 hex characters Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,06/12] remote-curl: fix parsing of detached SHA256 heads Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,05/12] attr: fix BUG() when parsing attrs outside of repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,04/12] attr: don't recompute default attribute source Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,03/12] parse-options-cb: only abbreviate hashes when hash algo is known Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,02/12] path: move `validate_headref()` to its only user Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[v2,01/12] path: harden validation of HEAD with non-standard hashes Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-23 Patrick Steinhardt New
[2/2] docs: address typos in Git v2.45 changelog docs: improvements for Git v2.45 changelog - - - --- 2024-04-22 Patrick Steinhardt Accepted
[1/2] docs: improve changelog entry for `git pack-refs --auto` docs: improvements for Git v2.45 changelog - - - --- 2024-04-22 Patrick Steinhardt Accepted
[11/11] repository: stop setting SHA1 as the default object hash Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[10/11] builtin/shortlog: don't set up revisions without repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[09/11] builtin/diff: explicitly set hash algo when there is no repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[08/11] builtin/bundle: abort "verify" early when there is no repository Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[07/11] builtin/blame: don't access potentially unitialized `the_hash_algo` Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[06/11] builtin/rev-parse: allow shortening to more than 40 hex characters Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[05/11] remote-curl: fix parsing of detached SHA256 heads Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[04/11] attr: fix BUG() when parsing attrs outside of repo Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[03/11] attr: don't recompute default attribute source Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[02/11] parse-options-cb: only abbreviate hashes when hash algo is known Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[01/11] path: harden validation of HEAD with non-standard hashes Stop relying on SHA1 fallback for `the_hash_algo` - - - --- 2024-04-19 Patrick Steinhardt Superseded
[v2,6/6] repository: drop `initialize_the_repository()` global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[v2,5/6] repository: drop `the_index` variable global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[v2,4/6] builtin/clone: stop using `the_index` global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[v2,3/6] repository: initialize index in `repo_init()` global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[v2,2/6] builtin: stop using `the_index` global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[v2,1/6] t/helper: stop using `the_index` global: drop `the_index` variable - - - --- 2024-04-18 Patrick Steinhardt New
[2/2] builtin/receive-pack: convert to use git-maintenance(1) builtin/receive-pack: convert to use git-maintenance(1) - - - --- 2024-04-17 Patrick Steinhardt Accepted
[1/2] run-command: introduce function to prepare auto-maintenance process builtin/receive-pack: convert to use git-maintenance(1) - - - --- 2024-04-17 Patrick Steinhardt Accepted
[5/5] repository: drop global `the_index` variable global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[4/5] builtin/clone: stop using `the_index` global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[3/5] repository: initialize index in `repo_init()` global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[2/5] builtin: stop using `the_index` global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[1/5] t/helper: stop using `the_index` global: drop external `the_index` variable - - - --- 2024-04-15 Patrick Steinhardt New
[v2] pack-bitmap: gracefully handle missing BTMP chunks [v2] pack-bitmap: gracefully handle missing BTMP chunks - - - --- 2024-04-15 Patrick Steinhardt New
[v4,13/13] t0612: add tests to exercise Git/JGit reftable compatibility t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,12/13] t0610: fix non-portable variable assignment t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,11/13] t06xx: always execute backend-specific tests t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,10/13] ci: install JGit dependency t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,09/13] ci: make Perforce binaries executable for all users t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,08/13] ci: merge scripts which install dependencies t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,07/13] ci: fix setup of custom path for GitLab CI t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,06/13] ci: merge custom PATH directories t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,05/13] ci: convert "install-dependencies.sh" to use "/bin/sh" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,04/13] ci: drop duplicate package installation for "linux-gcc-default" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,03/13] ci: skip sudo when we are already root t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,02/13] ci: expose distro name in dockerized GitHub jobs t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v4,01/13] ci: rename "runs_on_pool" to "distro" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-12 Patrick Steinhardt New
[v3,13/13] t0612: add tests to exercise Git/JGit reftable compatibility t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,12/13] t0610: fix non-portable variable assignment t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,11/13] t06xx: always execute backend-specific tests t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,10/13] ci: install JGit dependency t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,09/13] ci: make Perforce binaries executable for all users t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,08/13] ci: merge scripts which install dependencies t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,07/13] ci: fix setup of custom path for GitLab CI t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,06/13] ci: merge custom PATH directories t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,05/13] ci: convert "install-dependencies.sh" to use "/bin/sh" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,04/13] ci: drop duplicate package installation for "linux-gcc-default" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,03/13] ci: skip sudo when we are already root t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,02/13] ci: expose distro name in dockerized GitHub jobs t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[v3,01/13] ci: rename "runs_on_pool" to "distro" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-11 Patrick Steinhardt Superseded
[2/2] t0610: execute git-pack-refs(1) with specified umask t0610: fix umask tests - - - --- 2024-04-09 Patrick Steinhardt Accepted
[1/2] t0610: make `--shared=` tests reusable t0610: fix umask tests - - - --- 2024-04-09 Patrick Steinhardt Accepted
pack-bitmap: gracefully handle missing BTMP chunks pack-bitmap: gracefully handle missing BTMP chunks - - - --- 2024-04-09 Patrick Steinhardt Superseded
[v3,11/11] reftable/block: reuse compressed array reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,10/11] reftable/block: reuse zstream when writing log blocks reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,09/11] reftable/writer: reset `last_key` instead of releasing it reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,08/11] reftable/writer: unify releasing memory reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,07/11] reftable/writer: refactorings for `writer_flush_nonempty_block()` reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,06/11] reftable/writer: refactorings for `writer_add_record()` reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,05/11] refs/reftable: don't recompute committer ident reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,04/11] reftable: remove name checks reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,03/11] refs/reftable: skip duplicate name checks reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,02/11] refs/reftable: perform explicit D/F check when writing symrefs reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v3,01/11] refs/reftable: fix D/F conflict error message on ref copy reftable: optimize write performance - - - --- 2024-04-08 Patrick Steinhardt New
[v2,10/10] reftable/block: avoid copying block iterators on seek reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,09/10] reftable/block: reuse `zstream` state on inflation reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,08/10] reftable/block: open-code call to `uncompress2()` reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,07/10] reftable/block: reuse uncompressed blocks reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,06/10] reftable/reader: iterate to next block in place reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,05/10] reftable/block: move ownership of block reader into `struct table_iter` reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,04/10] reftable/block: introduce `block_reader_release()` reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,03/10] reftable/block: better grouping of functions reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,02/10] reftable/block: merge `block_iter_seek()` and `block_reader_seek()` reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,01/10] reftable/block: rename `block_reader_start()` reftable: optimize table and block iterators - - - --- 2024-04-08 Patrick Steinhardt Accepted
[v2,01/12] ci: rename "runs_on_pool" to "distro" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,12/12] t0612: add tests to exercise Git/JGit reftable compatibility t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,11/12] t0610: fix non-portable variable assignment t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,10/12] t06xx: always execute backend-specific tests t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,09/12] ci: install JGit dependency t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,08/12] ci: make Perforce binaries executable for all users t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,07/12] ci: merge scripts which install dependencies t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,06/12] ci: merge custom PATH directories t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,05/12] ci: convert "install-dependencies.sh" to use "/bin/sh" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,04/12] ci: drop duplicate package installation for "linux-gcc-default" t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
[v2,03/12] ci: allow skipping sudo on dockerized jobs t: exercise Git/JGit reftable compatibility - - - --- 2024-04-08 Patrick Steinhardt Superseded
« 1 2 3 410 11 »