messages from 2025-07-29 07:14:57 to 2025-07-31 20:49:40 UTC [more...]
[PATCH 0/2] breaking-changes: deprecate support for core.commentChar=auto
2025-07-31 20:49 UTC (6+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] breaking-changes: deprecate support for core.commentString=auto
` [PATCH v2 2/3] config: warn on core.commentString=auto
` [PATCH v2 3/3] commit: print advice when core.commentString=auto
Pretty output in JSON format
2025-07-31 20:19 UTC (5+ messages)
[PATCH 0/9] do not overuse strbuf_split*()
2025-07-31 20:15 UTC (14+ messages)
` [PATCH 1/9] wt-status: avoid strbuf_split*()
` [PATCH 2/9] clean: do not pass strbuf by value
` [PATCH 3/9] clean: do not use strbuf_split*() [part 1]
` [PATCH 4/9] clean: do not use strbuf_split*() [part 2]
` [PATCH 5/9] merge-tree: do not use strbuf_split*()
` [PATCH 6/9] notes: "
` [PATCH 7/9] config: do not use strbuf_split()
` [PATCH 8/9] environment: do not use strbuf_split*()
` [PATCH 9/9] sub-process: "
[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
2025-07-31 19:49 UTC (10+ messages)
` [GSoC PATCH v5 0/5] repo: "
` [GSoC PATCH v5 2/5] repo: add the field references.format
[PATCH 0/5] string_list_split*() updates
2025-07-31 19:45 UTC (9+ messages)
` [PATCH 1/5] string-list: report programming error with BUG
` [PATCH 2/5] string-list: align string_list_split() with its _in_place() counterpart
` [PATCH 3/5] string-list: unify string_list_split* functions
` [PATCH 4/5] string-list: optionally trim string pieces split by string_list_split()
` [PATCH 5/5] diff: simplify parsing of diff.colormovedws
[PATCH 0/4] builtin/remote: rework how remote refs get renamed
2025-07-31 19:15 UTC (23+ messages)
` [PATCH 1/4] refs: pass refname when invoking reflog entry callback
` [PATCH 3/4] builtin/remote: rework how remote refs get renamed
` [PATCH 4/4] builtin/remote: only iterate through refs that are to be renamed
` [PATCH v2 0/6] builtin/remote: rework how remote refs get renamed
` [PATCH v2 1/6] refs: pass refname when invoking reflog entry callback
` [PATCH v2 2/6] refs: simplify logic when migrating reflog entries
` [PATCH v2 3/6] builtin/remote: fix sign comparison warnings
` [PATCH v2 4/6] builtin/remote: determine whether refs need renaming early on
` [PATCH v2 5/6] builtin/remote: rework how remote refs get renamed
` [PATCH v2 6/6] builtin/remote: only iterate through refs that are to be renamed
[PATCH] docs: remove stray bracket from git-clone synopsis
2025-07-31 19:07 UTC (2+ messages)
[PATCH] modify the “foo" file path to "$PWD/bad-clone/sub/foo"
2025-07-31 18:45 UTC (7+ messages)
` [PATCH v2] t7450: inspect the correct path a broken code would write to
[PATCH RFC v3 0/3] Introduce git-last-modified(1) command
2025-07-31 18:40 UTC (15+ messages)
` [PATCH v5 0/6] "
` [PATCH v6 0/4] "
` [PATCH v6 1/4] last-modified: new subcommand to show when files were last modified
` [PATCH v6 2/4] t/perf: add last-modified perf script
` [PATCH v6 3/4] commit-graph: export prepare_commit_graph()
` [PATCH v6 4/4] last-modified: use Bloom filters when available
[PATCH 0/5] git-gui: workaround deprecation of Tcl/TK 8.5 in macOS
2025-07-31 17:47 UTC (25+ messages)
` [PATCH 1/5] git-gui: remove uname_O in Makefile
` [PATCH 2/5] git-gui: fix dependency of GITGUI_MAIN on generator
` [PATCH 3/5] git-gui: retire Git Gui.app
` [PATCH 4/5] git-gui: honor TCLTK_PATH in git-gui--askpass
` [PATCH 5/5] git-gui: ensure own version of git-gui--askpass is used
` [PATCH v2 0/5] git-gui: workaround deprecation of Tcl/Tk 8.5 in macOS
` [PATCH v2 1/5] git-gui: remove uname_O in Makefile
` [PATCH v2 2/5] git-gui: fix dependency of GITGUI_MAIN on generator
` [PATCH v2 3/5] git-gui: retire Git Gui.app
` [PATCH v2 4/5] git-gui: honor TCLTK_PATH in git-gui--askpass
` [PATCH v2 5/5] git-gui: ensure own version of git-gui--askpass is used
[PATCH] interactive: do strip trailing CRLF from input
2025-07-31 16:37 UTC (2+ messages)
[PATCH v4 0/5] Make the "promisor-remote" capability support more fields
2025-07-31 16:03 UTC (22+ messages)
` [PATCH v5 "
` [PATCH v5 2/5] promisor-remote: allow a server to advertise "
` [PATCH v6 0/5] Make the "promisor-remote" capability support "
` [PATCH v6 3/5] promisor-remote: refactor how we parse advertised fields
` [PATCH v6 4/5] promisor-remote: allow a client to check fields
` [PATCH v7 0/5] Make the "promisor-remote" capability support more fields
` [PATCH v7 1/5] promisor-remote: refactor to get rid of 'struct strvec'
` [PATCH v7 2/5] promisor-remote: allow a server to advertise more fields
` [PATCH v7 3/5] promisor-remote: refactor how we parse advertised fields
` [PATCH v7 4/5] promisor-remote: allow a client to check fields
` [PATCH v7 5/5] promisor-remote: use string constants for 'name' and 'url' too
[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
2025-07-31 14:20 UTC (7+ messages)
` [PATCH 4/7] xdiff: make fields of xrecord_t Rust friendly
[PATCH] meson: Check whether git is new enough to support ls-files --deduplicate
2025-07-31 12:15 UTC
[RFC v2] git-secure: extend interactive authentication to more Git operations
2025-07-31 9:36 UTC
[GSoC][RFC PATCH v3 0/3] Add refs list subcommand
2025-07-31 9:00 UTC (7+ messages)
` [GSoC][RFC PATCH v4 0/5] "
` [GSoC][RFC PATCH v4 1/5] doc: factor out common option
` [GSoC][RFC PATCH v4 2/5] builtin/for-each-ref: factor out core logic into a helper
` [GSoC][RFC PATCH v4 3/5] builtin/refs: add list subcommand
` [GSoC][RFC PATCH v4 4/5] t6300: refactor tests to be shareable
` [GSoC][RFC PATCH v4 5/5] t: add test for git refs list subcommand
[PATCH] clean: do not pass strbuf by value
2025-07-31 5:31 UTC (4+ messages)
[PATCH] test-hashmap: document why it is no longer used but still there
2025-07-30 23:18 UTC
[PATCH 0/4] permit -h/--help-all in more scenarios
2025-07-30 22:05 UTC (10+ messages)
` [PATCH 2/4] parse-options: name flags passed to usage_with_options_internal
` [PATCH 3/4] builtin: also setup gently for --help-all
` [PATCH 4/4] builtins: show help on "-h"/"--help-all" with more than 2 arguments left
Why does git-grep appear to treat exclude pathspecs differently?
2025-07-30 21:49 UTC (3+ messages)
[PATCH v3 6/7] t/t1517: move verify-commit -h test to t1517
2025-07-30 21:15 UTC (9+ messages)
` [PATCH v4 0/2] refactor t1517 to focus on help output outside a repository
` [PATCH v4 1/2] t/t1517: automate `git subcmd -h` tests "
[GSOC PATCH] environment: move access to "core.sparsecheckout" into repo_settings
2025-07-30 15:52 UTC (9+ messages)
` [GSOC PATCH v6 0/3] environment: remove sparse-checkout related global variables
[PATCH] send-email: add --get-smtp-server option to fetch SMTP settings
2025-07-30 15:14 UTC (2+ messages)
[PATCH v2] send-email: add --get-smtp-server option to fetch SMTP settings
2025-07-30 15:12 UTC
[PATCH] status: add --json output format to git status
2025-07-30 14:58 UTC (4+ messages)
[PATCH v2 0/8] refs: fix migration of reflog entries
2025-07-30 10:33 UTC (17+ messages)
` [PATCH v2 4/8] builtin/reflog: implement subcommand to write new entries
` [PATCH v2 7/8] refs: stop unsetting REF_HAVE_OLD for log-only updates
[GSOC PATCH 0/2] builtin/fmt-merge-msg: remove dependency on global variables and 'the_repository'
2025-07-30 8:53 UTC (12+ messages)
` [GSOC PATCH 1/2] environment: remove the global variable 'merge_log_config'
` [GSOC PATCH 2/2] builtin/fmt-merge-msg: stop depending on 'the_repository'
[PATCH 0/3] Teach git-diff-tree(1) option --max-depth
2025-07-30 6:20 UTC (6+ messages)
` [PATCH 1/3] combine-diff: zero memory used for callback filepairs
` [PATCH 2/3] within_depth: fix return for empty path
` [PATCH 3/3] diff: teach tree-diff a max-depth parameter
[PATCH 0/8] midx: stop deduplicating info redundant with their sources
2025-07-30 5:21 UTC (11+ messages)
` [PATCH 1/8] odb: store locality in object database sources
` [PATCH 2/8] odb: allow `odb_find_source()` to fail
` [PATCH 3/8] odb: return newly created in-memory sources
` [PATCH 4/8] midx: drop redundant `struct repository` parameter
` [PATCH 5/8] midx: load multi-pack indices via their source
` [PATCH 6/8] midx: write "
` [PATCH 7/8] midx: stop duplicating info redundant with its owning source
` [PATCH 8/8] midx: compute paths via their source
git-diff: --ignore-matching-lines has no effect on the output when --name-only is used
2025-07-30 0:28 UTC (3+ messages)
` [PATCH] diff: ensure consistent diff behavior with -I<regex> across output formats
[PATCH v4 0/4] Better support for customising context lines in --patch commands
2025-07-29 16:18 UTC (5+ messages)
` [PATCH v5 "
[PATCH 0/8] refs: fix migration of reflog entries
2025-07-29 16:16 UTC (13+ messages)
` [PATCH v3 0/9] "
` [PATCH v3 1/9] Documentation/git-reflog: convert to use synopsis type
` [PATCH v3 2/9] builtin/reflog: improve grouping of subcommands
` [PATCH v3 3/9] refs: export `ref_transaction_update_reflog()`
` [PATCH v3 4/9] builtin/reflog: implement subcommand to write new entries
` [PATCH v3 5/9] ident: fix type of string length parameter
` [PATCH v3 6/9] refs: fix identity for migrated reflogs
` [PATCH v3 7/9] refs/files: detect race when generating reflog entry for HEAD
` [PATCH v3 8/9] refs: stop unsetting REF_HAVE_OLD for log-only updates
` [PATCH v3 9/9] refs: fix invalid old object IDs when migrating reflogs
What's cooking in git.git (Jul 2025, #08; Mon, 28)
2025-07-29 15:30 UTC (3+ messages)
[PATCH] gpg-interface: expand gpg.program as a path
2025-07-29 15:06 UTC (6+ messages)
` [PATCH v2 2/2] t7510: add test cases for non-absolute gpg program
[GSoC] Blog: Machine-Readable Repository Information Query Tool
2025-07-29 15:01 UTC (2+ messages)
` [GSoC] Blog: Machine-Readable Repository Information Query Tool (week 8)
[PATCH] meson: ensure correct "clar-decls.h" header is used
2025-07-29 14:10 UTC
[PATCH 0/5] ref-filter: small cleanups and fixes
2025-07-29 8:04 UTC (3+ messages)
` [PATCH v2 "
-h prints alias information even for grep
2025-07-29 7:26 UTC (8+ messages)
` [PATCH] git: show alias info only with lone -h
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).