Show patches with: Archived = No       |   24340 patches
« 1 2 3 4243 244 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/3] refs: use 'uint64_t' for 'ref_update.index' refs: small followups to the migration corruption fix - - - --- 2025-01-17 Karthik Nayak Superseded
[1/3] refs: mark `ref_transaction_update_reflog()` as static refs: small followups to the migration corruption fix - - - --- 2025-01-17 Karthik Nayak Superseded
connect: address -Wsign-compare warnings connect: address -Wsign-compare warnings - - - --- 2025-01-17 Mike Hommey Accepted
[v2] gitcli: document that command line trumps config and env [v2] gitcli: document that command line trumps config and env - - - --- 2025-01-17 Junio C Hamano Accepted
grep: document negated line-number, column long options grep: document negated line-number, column long options - - - --- 2025-01-16 D. Ben Knoble New
[v4,6/6] builtin: send usage() help text to standard output Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v4,5/6] oddballs: send usage() help text to standard output Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v4,4/6] builtins: send usage_with_options() help text to standard output Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v4,3/6] usage: add show_usage_if_asked() Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v4,2/6] parse-options: add show_usage_with_options_if_asked() Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v4,1/6] t0012: optionally check that "-h" output goes to stdout Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v2] worktree: detect from secondary worktree if main worktree is bare [v2] worktree: detect from secondary worktree if main worktree is bare - - - --- 2025-01-16 Olga Pilipenco New
[v2,4/4] t/unit-tests: convert reftable tree test to use clar test framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji New
[v2,3/4] t/unit-tests: adapt priority queue test to use clar test framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji Accepted
[v2,2/4] t/unit-tests: convert mem-pool test to use clar test framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji Accepted
[v2,1/4] t/unit-tests: handle dashes in test suite filenames t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji Accepted
[5/5] pack-write: pass hash_algo to `write_rev_*()` pack-write: cleanup usage of global variables - - - --- 2025-01-16 Karthik Nayak via B4 Relay New
[4/5] pack-write: pass hash_algo to `write_rev_file()` pack-write: cleanup usage of global variables - - - --- 2025-01-16 Karthik Nayak via B4 Relay New
[3/5] pack-write: pass hash_algo to `write_idx_file()` pack-write: cleanup usage of global variables - - - --- 2025-01-16 Karthik Nayak via B4 Relay New
[2/5] pack-write: pass repository to `index_pack_lockfile()` pack-write: cleanup usage of global variables - - - --- 2025-01-16 Karthik Nayak via B4 Relay New
[1/5] pack-write: pass hash_algo to `fixup_pack_header_footer()` pack-write: cleanup usage of global variables - - - --- 2025-01-16 Karthik Nayak via B4 Relay New
[4/4] t/unit-tests: convert reftable tree test to use clar test framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji Superseded
[3/4] t/unit-tests: adapt priority queue test to use clar test framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji Superseded
[2/4] t/unit-tests: convert mem-pool test to use clar test framework t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji Superseded
[1/4] t/unit-tests: handle dashes in test suite filenames t/unit-tests: convert unit-tests to use clar - - - --- 2025-01-16 Seyi Kuforiji Superseded
[10/10] reftable: address trivial -Wsign-compare warnings reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[09/10] reftable/blocksource: adjust `read_block()` to return `ssize_t` reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[08/10] reftable/blocksource: adjust type of the block length reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[07/10] reftable/block: adjust type of the restart length reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[06/10] reftable/block: adapt header and footer size to return a `size_t` reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[05/10] reftable/basics: adjust `hash_size()` to return `uint32_t` reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[04/10] reftable/basics: adjust `common_prefix_size()` to return `size_t` reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[03/10] reftable/record: handle overflows when decoding varints reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[02/10] reftable/record: drop unused `print` function pointer reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[01/10] meson: stop disabling -Wsign-compare reftable: fix -Wsign-compare warnings - - - --- 2025-01-16 Patrick Steinhardt Superseded
[v3,10/10] ci: make "linux-musl" job use zlib-ng compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,09/10] ci: switch linux-musl to use Meson compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,08/10] compat/zlib: allow use of zlib-ng as backend compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,07/10] git-zlib: cast away potential constness of `next_in` pointer compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,06/10] compat/zlib: provide stubs for `deflateSetHeader()` compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,05/10] compat/zlib: provide `deflateBound()` shim centrally compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,04/10] git-compat-util: move include of "compat/zlib.h" into "git-zlib.h" compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,03/10] compat: introduce new "zlib.h" header compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,02/10] git-compat-util: drop `z_const` define compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3,01/10] compat: drop `uncompress2()` compatibility shim compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt New
[v3] gc: add `--expire-to` option [v3] gc: add `--expire-to` option - - - --- 2025-01-16 ZheNing Hu New
[v3,6/6] builtin: send usage() help text to standard output Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v3,5/6] oddballs: send usage() help text to standard output Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v3,4/6] usage: add show_usage_and_exit_if_asked() Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v3,3/6] builtins: send usage_with_options() help text to standard output Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v3,2/6] t0012: optionally check that "-h" output goes to stdout Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v3,1/6] parse-options: add show_usage_help_and_exit_if_asked() Send help text from "git cmd -h" to stdout - - - --- 2025-01-16 Junio C Hamano Superseded
[v2,5/5] doc: migrate git-commit manpage secondary files to new format Doc git commit - - - --- 2025-01-15 Jean-Noël Avila New
[v2,4/5] doc: convert git commit config to new format Doc git commit - - - --- 2025-01-15 Jean-Noël Avila New
[v2,3/5] doc: make more direct explanations in git commit options Doc git commit - - - --- 2025-01-15 Jean-Noël Avila New
[v2,2/5] doc: the mode param of -u of git commit is optional Doc git commit - - - --- 2025-01-15 Jean-Noël Avila New
[v2,1/5] doc: apply new documentation guidelines to git commit Doc git commit - - - --- 2025-01-15 Jean-Noël Avila New
[v6,5/5] Makefile: add option to build and test libgit-rs and libgit-rs-sys Introduce libgit-rs, a Rust wrapper around libgit.a - - - --- 2025-01-15 Josh Steadmon New
[v6,4/5] libgit: add higher-level libgit crate Introduce libgit-rs, a Rust wrapper around libgit.a - - - --- 2025-01-15 Josh Steadmon New
[v6,3/5] libgit-sys: also export some config_set functions Introduce libgit-rs, a Rust wrapper around libgit.a - - - --- 2025-01-15 Josh Steadmon New
[v6,2/5] libgit-sys: introduce Rust wrapper for libgit.a Introduce libgit-rs, a Rust wrapper around libgit.a - - - --- 2025-01-15 Josh Steadmon New
[v6,1/5] common-main: split init and exit code into new files Introduce libgit-rs, a Rust wrapper around libgit.a - - - --- 2025-01-15 Josh Steadmon New
help: add prompt-yes setting for autocorrect help: add prompt-yes setting for autocorrect - - - --- 2025-01-15 Chris Howlett New
[3/3] sideband: do allow ANSI color sequences by default Sanitize sideband channel messages - - - --- 2025-01-14 Johannes Schindelin New
[2/3] sideband: introduce an "escape hatch" to allow control characters Sanitize sideband channel messages - - - --- 2025-01-14 Johannes Schindelin New
[1/3] sideband: mask control characters Sanitize sideband channel messages - - - --- 2025-01-14 Johannes Schindelin New
[v3] meson: fix missing deps for technical articles [v3] meson: fix missing deps for technical articles - - - --- 2025-01-14 Sam James Accepted
[v2] meson: fix perl dependencies for Documentation [v2] meson: fix perl dependencies for Documentation - - - --- 2025-01-14 Sam James Accepted
[v2,10/10] ci: make "linux-musl" job use zlib-ng compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,09/10] ci: switch linux-musl to use Meson compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,08/10] compat/zlib: allow use of zlib-ng as backend compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,07/10] git-zlib: cast away potential constness of `next_in` pointer compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,06/10] compat/zlib: provide stubs for `deflateSetHeader()` compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,05/10] compat/zlib: provide `deflateBound()` shim centrally compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,04/10] git-compat-util: move include of "compat/zlib.h" into "git-zlib.h" compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,03/10] compat: introduce new "zlib.h" header compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,02/10] git-compat-util: drop `z_const` define compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,01/10] compat: drop `uncompress2()` compatibility shim compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,11/11] ci: wire up Visual Studio build with Meson meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,10/11] ci: raise error when Meson generates warnings meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,09/11] meson: fix compilation with Visual Studio meson: a couple of additions - - 1 --- 2025-01-14 Patrick Steinhardt Superseded
[v2,08/11] meson: make the CSPRNG backend configurable meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,07/11] meson: wire up fuzzers meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,06/11] meson: wire up generation of distribution archive meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,05/11] meson: wire up development environments meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,04/11] meson: fix dependencies for generated headers meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,03/11] meson: populate project version via GIT-VERSION-GEN meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,02/11] GIT-VERSION-GEN: allow running without input and output files meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2,01/11] GIT-VERSION-GEN: simplify computing the dirty marker meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt Superseded
[v2] meson: ensure correct version-def.h is used [v2] meson: ensure correct version-def.h is used - - - --- 2025-01-14 Toon Claes Accepted
[v2] docs: mention source of tasks in MyFirstContribution [v2] docs: mention source of tasks in MyFirstContribution - - - --- 2025-01-14 Rhythm-26 New
[v10,8/8] cat-file: add remote-object-info to batch-command cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,7/8] transport: add client support for object-info cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,6/8] serve: advertise object-info feature cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,5/8] fetch-pack: move fetch initialization cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,4/8] fetch-pack: refactor packet writing cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,3/8] t1006: split test utility functions into new "lib-cat-file.sh" cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,2/8] cat-file: add declaration of variable i inside its for loop cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
[v10,1/8] git-compat-util: add strtoul_ul() with error handling cat-file: add remote-object-info to batch-command - - - --- 2025-01-14 Eric Ju New
docs: add vim syntax modeline [RFC] docs: add vim syntax modeline [RFC] - - - --- 2025-01-13 M Hickford New
« 1 2 3 4243 244 »