Show patches with: Archived = No       |   24556 patches
« 1 2 ... 3 4 5245 246 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,2/5] ci: merge linux-gcc-default into linux-gcc remote: announce removal of "branches/" and "remotes/" - - - --- 2025-01-20 Patrick Steinhardt Superseded
[v3,1/5] Makefile: wire up build option for deprecated features remote: announce removal of "branches/" and "remotes/" - - - --- 2025-01-20 Patrick Steinhardt Superseded
[5/5] Remove obsolete ".txt" extensions for AsciiDoc files Convert AsciiDoc files to .adoc extension - - - --- 2025-01-20 brian m. carlson Accepted
[4/5] doc: use .adoc extension for AsciiDoc files Convert AsciiDoc files to .adoc extension - - - --- 2025-01-20 brian m. carlson Accepted
[3/5] gitattributes: mark AsciiDoc files as LF-only Convert AsciiDoc files to .adoc extension - - - --- 2025-01-20 brian m. carlson Accepted
[2/5] editorconfig: add .adoc extension Convert AsciiDoc files to .adoc extension - - - --- 2025-01-20 brian m. carlson Accepted
[1/5] doc: update gitignore for .adoc extension Convert AsciiDoc files to .adoc extension - - - --- 2025-01-20 brian m. carlson Accepted
[v2,5/5] index-pack, unpack-objects: use skip_prefix to avoid magic number git crashes with a SIGBUS on sparc64 during pull - - - --- 2025-01-19 Jeff King Accepted
[v2,4/5] index-pack, unpack-objects: use get_be32() for reading pack header git crashes with a SIGBUS on sparc64 during pull - - - --- 2025-01-19 Jeff King Accepted
[v2,3/5] parse_pack_header_option(): avoid unaligned memory writes git crashes with a SIGBUS on sparc64 during pull - - - --- 2025-01-19 Jeff King Accepted
[v2,2/5] packfile: factor out --pack_header argument parsing git crashes with a SIGBUS on sparc64 during pull - - - --- 2025-01-19 Jeff King Accepted
[v2,1/5] bswap.h: squelch potential sparse -Wcast-truncate warnings git crashes with a SIGBUS on sparc64 during pull - - - --- 2025-01-19 Jeff King Accepted
[v3,5/5] pack-write: pass hash_algo to internal functions pack-write: cleanup usage of global variables - - - --- 2025-01-19 Karthik Nayak Accepted
[v3,4/5] pack-write: pass hash_algo to `write_rev_file()` pack-write: cleanup usage of global variables - - - --- 2025-01-19 Karthik Nayak Accepted
[v3,3/5] pack-write: pass hash_algo to `write_idx_file()` pack-write: cleanup usage of global variables - - - --- 2025-01-19 Karthik Nayak Accepted
[v3,2/5] pack-write: pass repository to `index_pack_lockfile()` pack-write: cleanup usage of global variables - - - --- 2025-01-19 Karthik Nayak Accepted
[v3,1/5] pack-write: pass hash_algo to `fixup_pack_header_footer()` pack-write: cleanup usage of global variables - - - --- 2025-01-19 Karthik Nayak Accepted
[v2,3/3] ref-filter: remove ref_format_clear() ref-filter: share bases and is_base_tips between formatting and sorting - - - --- 2025-01-18 René Scharfe New
[v2,2/3] ref-filter: move is-base tip to used_atom ref-filter: share bases and is_base_tips between formatting and sorting - - - --- 2025-01-18 René Scharfe New
[v2,1/3] ref-filter: move ahead-behind bases into used_atom [v2,1/3] ref-filter: move ahead-behind bases into used_atom - - - --- 2025-01-18 René Scharfe New
[v3,8/8] hash.h: drop unsafe_ function variants hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v3,7/8] csum-file: introduce hashfile_checkpoint_init() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v3,6/8] t/helper/test-hash.c: use unsafe_hash_algo() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v3,5/8] csum-file.c: use unsafe_hash_algo() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v3,4/8] hash.h: introduce `unsafe_hash_algo()` hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v3,3/8] csum-file.c: extract algop from hashfile_checksum_valid() hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v3,2/8] csum-file: store the hash algorithm as a struct field hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v3,1/8] t/helper/test-tool: implement sha1-unsafe helper hash: introduce unsafe_hash_algo(), drop unsafe_ variants - - - --- 2025-01-17 Taylor Blau Superseded
[v5,6/6] builtin: send usage() help text to standard output Send help text from "git cmd -h" to stdout 1 - - --- 2025-01-17 Junio C Hamano Accepted
[v5,5/6] oddballs: send usage() help text to standard output Send help text from "git cmd -h" to stdout 1 - - --- 2025-01-17 Junio C Hamano Accepted
[v5,4/6] builtins: send usage_with_options() help text to standard output Send help text from "git cmd -h" to stdout 1 - - --- 2025-01-17 Junio C Hamano Accepted
[v5,3/6] usage: add show_usage_if_asked() Send help text from "git cmd -h" to stdout - - - --- 2025-01-17 Junio C Hamano Accepted
[v5,2/6] parse-options: add show_usage_with_options_if_asked() Send help text from "git cmd -h" to stdout - - - --- 2025-01-17 Junio C Hamano Accepted
[v5,1/6] t0012: optionally check that "-h" output goes to stdout Send help text from "git cmd -h" to stdout - - - --- 2025-01-17 Junio C Hamano Accepted
[3/3] index-pack, unpack-objects: use skip_prefix to avoid magic number [1/3] packfile: factor out --pack_header argument parsing - - - --- 2025-01-17 Jeff King Accepted
[2/3] parse_pack_header_option(): avoid unaligned memory writes [1/3] packfile: factor out --pack_header argument parsing - - - --- 2025-01-17 Jeff King Accepted
[1/3] packfile: factor out --pack_header argument parsing [1/3] packfile: factor out --pack_header argument parsing - - - --- 2025-01-17 Jeff King Accepted
[v3,4/4] t/unit-tests: convert reftable tree test to use clar test framework [v3,1/4] t/unit-tests: handle dashes in test suite filenames - - - --- 2025-01-17 Seyi Kuforiji New
[v3,3/4] t/unit-tests: adapt priority queue test to use clar test framework [v3,1/4] t/unit-tests: handle dashes in test suite filenames - - - --- 2025-01-17 Seyi Kuforiji Accepted
[v3,2/4] t/unit-tests: convert mem-pool test to use clar test framework [v3,1/4] t/unit-tests: handle dashes in test suite filenames - - - --- 2025-01-17 Seyi Kuforiji Accepted
[v3,1/4] t/unit-tests: handle dashes in test suite filenames [v3,1/4] t/unit-tests: handle dashes in test suite filenames - - - --- 2025-01-17 Seyi Kuforiji Accepted
[v2,6/6] version: introduce osversion.command config for os-version output Introduce os-version Capability with Configurable Options - - - --- 2025-01-17 Usman Akinyemi Superseded
[v2,5/6] connect: advertise OS version Introduce os-version Capability with Configurable Options - - - --- 2025-01-17 Usman Akinyemi Superseded
[v2,4/6] t5701: add setup test to remove side-effect dependency Introduce os-version Capability with Configurable Options - - - --- 2025-01-17 Usman Akinyemi Superseded
[v2,3/6] version: extend get_uname_info() to hide system details Introduce os-version Capability with Configurable Options - - - --- 2025-01-17 Usman Akinyemi Superseded
[v2,2/6] version: refactor get_uname_info() Introduce os-version Capability with Configurable Options - - - --- 2025-01-17 Usman Akinyemi Superseded
[v2,1/6] version: refactor redact_non_printables() Introduce os-version Capability with Configurable Options - - - --- 2025-01-17 Usman Akinyemi Superseded
[3/3] meson: wire up the git-subtree(1) command contrib/subtree: doc fixes and support for Meson - - - --- 2025-01-17 Patrick Steinhardt Accepted
[2/3] meson: introduce build option for contrib contrib/subtree: doc fixes and support for Meson - - - --- 2025-01-17 Patrick Steinhardt Accepted
[1/3] contrib/subtree: fix building docs contrib/subtree: doc fixes and support for Meson - - - --- 2025-01-17 Patrick Steinhardt Accepted
[v2,5/5] pack-write: pass hash_algo to internal functions pack-write: cleanup usage of global variables - - - --- 2025-01-17 Karthik Nayak Superseded
[v2,4/5] pack-write: pass hash_algo to `write_rev_file()` pack-write: cleanup usage of global variables - - - --- 2025-01-17 Karthik Nayak Superseded
[v2,3/5] pack-write: pass hash_algo to `write_idx_file()` pack-write: cleanup usage of global variables - - - --- 2025-01-17 Karthik Nayak Superseded
[v2,2/5] pack-write: pass repository to `index_pack_lockfile()` pack-write: cleanup usage of global variables - - - --- 2025-01-17 Karthik Nayak Superseded
[v2,1/5] pack-write: pass hash_algo to `fixup_pack_header_footer()` pack-write: cleanup usage of global variables - - - --- 2025-01-17 Karthik Nayak Superseded
[3/3] reftable: prevent 'update_index' changes after header write refs: small followups to the migration corruption fix - - - --- 2025-01-17 Karthik Nayak Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Superseded
[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 Accepted
[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 Accepted
[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 Accepted
[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 Accepted
[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 Accepted
[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 Superseded
[v3,09/10] ci: switch linux-musl to use Meson compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt Superseded
[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 Superseded
[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 Superseded
[v3,06/10] compat/zlib: provide stubs for `deflateSetHeader()` compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt Superseded
[v3,05/10] compat/zlib: provide `deflateBound()` shim centrally compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt Superseded
[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 Superseded
[v3,03/10] compat: introduce new "zlib.h" header compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt Superseded
[v3,02/10] git-compat-util: drop `z_const` define compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-16 Patrick Steinhardt Superseded
« 1 2 ... 3 4 5245 246 »