Show patches with: none      |   49151 patches
« 1 2 3 4491 492 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
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 New
[v2] meson: fix perl dependencies for Documentation [v2] meson: fix perl dependencies for Documentation - - - --- 2025-01-14 Sam James New
[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 New
[v2,09/10] ci: switch linux-musl to use Meson compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt New
[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 New
[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 New
[v2,06/10] compat/zlib: provide stubs for `deflateSetHeader()` compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt New
[v2,05/10] compat/zlib: provide `deflateBound()` shim centrally compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt New
[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 New
[v2,03/10] compat: introduce new "zlib.h" header compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt New
[v2,02/10] git-compat-util: drop `z_const` define compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt New
[v2,01/10] compat: drop `uncompress2()` compatibility shim compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-14 Patrick Steinhardt New
[v2,11/11] ci: wire up Visual Studio build with Meson meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,10/11] ci: raise error when Meson generates warnings meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,09/11] meson: fix compilation with Visual Studio meson: a couple of additions - - 1 --- 2025-01-14 Patrick Steinhardt New
[v2,08/11] meson: make the CSPRNG backend configurable meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,07/11] meson: wire up fuzzers meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,06/11] meson: wire up generation of distribution archive meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,05/11] meson: wire up development environments meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,04/11] meson: fix dependencies for generated headers meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,03/11] meson: populate project version via GIT-VERSION-GEN meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,02/11] GIT-VERSION-GEN: allow running without input and output files meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2,01/11] GIT-VERSION-GEN: simplify computing the dirty marker meson: a couple of additions - - - --- 2025-01-14 Patrick Steinhardt New
[v2] meson: ensure correct version-def.h is used [v2] meson: ensure correct version-def.h is used - - - --- 2025-01-14 Toon Claes New
[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
[v3,2/2] object-name: be more strict in parsing describe-like output object-name: fix a pair of object name resolution issues - - - --- 2025-01-13 Elijah Newren New
[v3,1/2] object-name: fix resolution of object names containing curly braces object-name: fix a pair of object name resolution issues - - - --- 2025-01-13 Elijah Newren New
meson: move config-list from libgit to builtin meson: move config-list from libgit to builtin - - - --- 2025-01-13 Alex Xu (Hello71) New
meson: ensure correct version-def.h is used meson: ensure correct version-def.h is used - - - --- 2025-01-13 Toon Claes Superseded
[v4] help: interpret boolean string values for help.autocorrect [v4] help: interpret boolean string values for help.autocorrect - - - --- 2025-01-13 Scott Chacon New
[9/9] ci: wire up Visual Studio build with Meson meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
[8/9] meson: fix compilation with Visual Studio meson: a couple of additions - - 1 --- 2025-01-13 Patrick Steinhardt Superseded
[7/9] meson: make the CSPRNG backend configurable meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
[6/9] meson: wire up fuzzers meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
[5/9] meson: wire up generation of distribution archive meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
[4/9] meson: wire up development environments meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
[3/9] meson: fix dependencies for generated headers meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
[2/9] GIT-VERSION-GEN: move default version into a separate file meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
[1/9] GIT-VERSION-GEN: simplify computing the dirty marker meson: a couple of additions - - - --- 2025-01-13 Patrick Steinhardt Superseded
fetch set_head: fix non-mirror remotes in bare repositories fetch set_head: fix non-mirror remotes in bare repositories - - - --- 2025-01-12 Bence Ferdinandy New
[v2] Revert "doc: move git-cherry to plumbing" [v2] Revert "doc: move git-cherry to plumbing" - - - --- 2025-01-12 Kristoffer Haugsbakk New
ref-filter: share bases and is_base_tips between formatting and sorting ref-filter: share bases and is_base_tips between formatting and sorting - - - --- 2025-01-12 René Scharfe New
t8002-blame: simplify padding generation in blank boundary tests t8002-blame: simplify padding generation in blank boundary tests - - - --- 2025-01-11 Jan Palus New
[v3] help: interpret boolean string values for help.autocorrect [v3] help: interpret boolean string values for help.autocorrect - - - --- 2025-01-11 Scott Chacon Superseded
meson: fix perl dependencies for Documentation meson: fix perl dependencies for Documentation - - - --- 2025-01-11 Sam James Superseded
[v2,2/2] docs: discuss caching personal access tokens docs: discuss caching personal access tokens - - - --- 2025-01-10 M Hickford New
[v2,1/2] docs: list popular credential helpers docs: discuss caching personal access tokens - - - --- 2025-01-10 M Hickford New
[8/8] compat/zlib: allow use of zlib-ng as backend compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[7/8] git-zlib: cast away potential constness of `next_in` pointer compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[6/8] compat/zlib: provide stubs for `deflateSetHeader()` compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[5/8] compat/zlib: provide `deflateBound()` shim centrally compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[4/8] git-compat-util: move include of "compat/zlib.h" into "git-zlib.h" compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[3/8] compat: introduce new "zlib.h" header compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[2/8] git-compat-util: drop `z_const` define compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[1/8] compat: drop `uncompress2()` compatibility shim compat/zlib: allow use of zlib-ng as backend - - - --- 2025-01-10 Patrick Steinhardt Superseded
[v2] GIT-VERSION-GEN: allow it to be run in parallel [v2] GIT-VERSION-GEN: allow it to be run in parallel - - - --- 2025-01-10 Johannes Schindelin Accepted
[v4,10/10] ci: remove stale code for Azure Pipelines A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,09/10] ci: use latest Ubuntu release A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,08/10] ci: stop special-casing for Ubuntu 16.04 A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,07/10] gitlab-ci: add linux32 job testing against i386 A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,06/10] gitlab-ci: remove the "linux-old" job A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,05/10] github: simplify computation of the job's distro A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,04/10] github: convert all Linux jobs to be containerized A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,03/10] github: adapt containerized jobs to be rootless A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,02/10] t7422: fix flaky test caused by buffered stdout A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v4,01/10] t0060: fix EBUSY in MinGW when setting up runtime prefix A couple of CI improvements - - - --- 2025-01-10 Patrick Steinhardt New
[v3,2/2] builtin/blame: fix out-of-bounds write with blank boundary commits builtin/blame: fix out-of-bounds reads and writes - - - --- 2025-01-10 Patrick Steinhardt Accepted
[v3,1/2] builtin/blame: fix out-of-bounds read with excessive `--abbrev` builtin/blame: fix out-of-bounds reads and writes - - - --- 2025-01-10 Patrick Steinhardt Accepted
instaweb: fix ip binding for the python http.server instaweb: fix ip binding for the python http.server - - - --- 2025-01-10 Alecs King New
[v2] doc: convert git-restore to new style format [v2] doc: convert git-restore to new style format - - - --- 2025-01-10 Jean-Noël Avila New
[v2] doc: convert git-notes to new documentation format [v2] doc: convert git-notes to new documentation format - - - --- 2025-01-10 Jean-Noël Avila New
[v2] trace2: prevent segfault on config collection where no value specified [v2] trace2: prevent segfault on config collection where no value specified - - - --- 2025-01-10 Adam Murray New
[v2,2/2] rev-list: extend --missing-info to print missing object type rev-list: print missing object type with --missing=print-type - - - --- 2025-01-10 Justin Tobler New
[v2,1/2] rev-list: add --missing-info to print missing object path [v2,1/2] rev-list: add --missing-info to print missing object path - - - --- 2025-01-10 Justin Tobler New
[v5] credential-cache: respect authtype capability [v5] credential-cache: respect authtype capability - - - --- 2025-01-09 M Hickford New
Histogram/patience diff matching lines with different counts Histogram/patience diff matching lines with different counts - - - --- 2025-01-09 Martin von Zweigbergk New
docs: discuss caching personal access tokens docs: discuss caching personal access tokens - - - --- 2025-01-09 M Hickford New
GIT-VERSION-GEN: allow it to be run in parallel GIT-VERSION-GEN: allow it to be run in parallel - - - --- 2025-01-09 Johannes Schindelin Superseded
[v3] t/unit-tests: convert hash to use clar test framework [v3] t/unit-tests: convert hash to use clar test framework - - - --- 2025-01-09 Seyi Kuforiji Accepted
config.txt: add trailer.* variables config.txt: add trailer.* variables - - - --- 2025-01-09 Julian Prein New
[v2] builtin/blame: fix out-of-bounds read with excessive `--abbrev` [v2] builtin/blame: fix out-of-bounds read with excessive `--abbrev` - - - --- 2025-01-09 Patrick Steinhardt New
[v2] help: interpret boolean string values for help.autocorrect [v2] help: interpret boolean string values for help.autocorrect - - - --- 2025-01-09 Scott Chacon Superseded
[14/14] tree-diff: make list tail-passing more explicit combine-diff cleanups - - - --- 2025-01-09 Jeff King New
[13/14] tree-diff: simplify emit_path() list management combine-diff cleanups - - - --- 2025-01-09 Jeff King New
[12/14] tree-diff: use the name "tail" to refer to list tail combine-diff cleanups - - - --- 2025-01-09 Jeff King New
[11/14] tree-diff: drop list-tail argument to diff_tree_paths() combine-diff cleanups - - - --- 2025-01-09 Jeff King New
[10/14] combine-diff: drop public declaration of combine_diff_path_size() combine-diff cleanups - - - --- 2025-01-09 Jeff King New
« 1 2 3 4491 492 »