messages from 2026-02-17 20:31:26 to 2026-02-19 18:03:38 UTC [more...]
[PATCH 0/2] format-patch: make boolean and mention in diff-options.adoc
2026-02-19 18:03 UTC (4+ messages)
` [PATCH 1/2] format-patch: make format.noprefix a boolean
` [PATCH 2/2] doc: diff-options.adoc: show format.noprefix for format-patch
[PATCH 0/5] Avoid the_repository in merge-ort and replay
2026-02-19 17:54 UTC (12+ messages)
` [PATCH 1/5] merge-ort: pass repository to write_tree()
` [PATCH 2/5] merge-ort: replace the_repository with opt->repo
` [PATCH 3/5] merge-ort: replace the_hash_algo with opt->repo->hash_algo
` [PATCH 4/5] merge-ort: prevent the_repository from coming back
` [PATCH 5/5] replay: "
[PATCH] doc: fetch: document `--jobs=0` behavior
2026-02-19 17:38 UTC (3+ messages)
[PATCH 0/3] git-receive-pack(1): optimize `assign_shallow_commits_to_refs()`
2026-02-19 17:35 UTC (9+ messages)
` [PATCH 1/3] commit: avoid parsing non-commits in `lookup_commit_reference_gently()`
` [PATCH 2/3] commit: make `repo_parse_commit_no_graph()` more robust
` [PATCH 3/3] commit: use commit graph in `lookup_commit_reference_gently()`
[PATCH] t: use test_seq -f and pipes in a few more places
2026-02-19 17:09 UTC (2+ messages)
[PATCH 0/2] refs: allow setting the reference directory
2026-02-19 15:35 UTC (9+ messages)
` [PATCH v7 0/6] "
` [PATCH v7 1/6] setup: don't modify repo in `create_reference_database()`
` [PATCH v7 2/6] refs: extract out `refs_create_refdir_stubs()`
` [PATCH v7 3/6] refs: move out stub modification to generic layer
` [PATCH v7 4/6] refs: receive and use the reference storage payload
` [PATCH v7 5/6] refs: allow reference location in refstorage config
` [PATCH v7 6/6] refs: add GIT_REFERENCE_BACKEND to specify reference backend
[PATCH] osxkeychain: define build targets in the top-level Makefile
2026-02-19 15:25 UTC (17+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] t1006: fix %(rest) test for object names with whitespace
2026-02-19 15:24 UTC
[PATCH 0/3] Fix misuse of `refs_for_each_ref_in()`
2026-02-19 15:22 UTC (9+ messages)
` [PATCH v3 0/4] "
` [PATCH v4 "
` [PATCH v4 1/4] pack-bitmap: deduplicate logic to iterate over preferred bitmap tips
` [PATCH v4 2/4] pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"
` [PATCH v4 3/4] bisect: fix misuse of `refs_for_each_ref_in()`
` [PATCH v4 4/4] bisect: simplify string_list memory handling
[PATCH v4] meson: regenerate config-list.h when Documentation changes
2026-02-19 15:10 UTC (6+ messages)
` [PATCH v5] build: "
[RFC GSoC PATCH v3 0/2] Make read_attr() repository-aware by introducing a lazy bare state
2026-02-19 15:01 UTC (4+ messages)
[RFC][PATCH 2/2] worktree: stop passing NULL as primary worktree
2026-02-19 14:26 UTC (10+ messages)
` [PATCH 0/2] worktree_git_path(): remove repository argument
` [PATCH 1/2] wt-status: avoid passing NULL worktree
` [PATCH v2 0/2] worktree_git_path(): remove repository argument
` [PATCH v2 1/2] wt-status: avoid passing NULL worktree
` [PATCH v2 2/2] path: remove repository argument from worktree_git_path()
[PATCH] format-patch: fix from header in cover letter
2026-02-19 13:43 UTC (15+ messages)
` [PATCH v2] format-patch: fix From "
` [PATCH] "
` [PATCH v4] "
[PATCH] object-file: use `container_of()` to convert from base types
2026-02-19 13:43 UTC (2+ messages)
[GSOC PATCH 0/2] mailmap: reduce global state
2026-02-19 12:59 UTC (3+ messages)
` [GSOC PATCH 1/2] mailmap: stop using the_repository
` [GSOC PATCH 2/2] mailmap: drop global config variables
[PATCH 0/4] cleaning up ref-filter lstrip/rstrip code
2026-02-19 11:21 UTC (4+ messages)
` [PATCH 1/4] ref-filter: factor out refname component counting
[PATCH v6 0/6] refs: allow setting the reference directory
2026-02-19 9:35 UTC (9+ messages)
` [PATCH v6 4/6] refs: move out stub modification to generic layer
` [PATCH v6 6/6] refs: add GIT_REFERENCE_BACKEND to specify reference backend
[PATCH v6 0/2] setup: allow cwd/.git to be a symlink to a directory
2026-02-19 7:16 UTC (4+ messages)
` [PATCH v6 1/2] setup: distinguish ENOENT from other stat errors
` [PATCH v6 2/2] setup: allow cwd/.git to be a symlink to a directory
` [PATCH v7] "
[PATCH 0/7] Some assorted fixes for GitLab CI
2026-02-19 6:25 UTC (12+ messages)
` [PATCH 5/7] ci: make test slicing consistent across Meson/Make
` [PATCH v2 0/7] Some assorted fixes for GitLab CI
` [PATCH v2 1/7] ci: handle failures of test-slice helper
` [PATCH v2 2/7] ci: don't skip smallest test slice in GitLab
` [PATCH v2 3/7] meson: fix MERGE_TOOL_DIR with "--no-bin-wrappers"
` [PATCH v2 4/7] github: fix Meson tests not executing at all
` [PATCH v2 5/7] ci: make test slicing consistent across Meson/Make
` [PATCH v2 6/7] gitlab-ci: use "run-test-slice-meson.sh"
` [PATCH v2 7/7] gitlab-ci: handle failed tests on MSVC+Meson job
[PATCH v3] setup: fail if .git is not a file or directory
2026-02-19 5:11 UTC (20+ messages)
` [PATCH v4] setup: allow cwd/.git to be a symlink to a directory
` [PATCH v5 0/2] setup.c: v5 reroll
` [PATCH v5 1/2] setup: distingush ENOENT from other stat errors
` [PATCH v5 2/2] setup: allow cwd/.git to be a symlink to a directory
[PATCH 0/8] repo: refactoring leftover nits
2026-02-19 3:29 UTC (10+ messages)
` [PATCH 1/8] CodingGuidelines: instruct to name arrays in singular
` [PATCH 2/8] repo: rename repo_info_fields to repo_info_field
` [PATCH 3/8] repo: replace get_value_fn_for_key by get_repo_info_field
` [PATCH 4/8] repo: rename struct field to repo_info_field
` [PATCH 5/8] t1900: rename t1900-repo to t1900-repo-info
` [PATCH 6/8] t1901: use tr in git repo structure output instead of expected value
` [PATCH 7/8] Documentation/git-repo: replace 'NUL' with '_NUL_'
` [PATCH 8/8] Documentation/git-repo: capitalize format descriptions
[BUG REPORT] Git Bash for Windows Freezes When Receiving User Input
2026-02-19 0:58 UTC (2+ messages)
[PATCH 0/1] replay: add --revert option to reverse commit changes
2026-02-18 23:42 UTC (11+ messages)
` [PATCH v2 0/2] replay: add --revert mode "
` [PATCH v2 1/2] sequencer: extract revert message formatting into shared function
` [PATCH v3 0/2] replay: add --revert mode to reverse commit changes
` [PATCH v3 1/2] sequencer: extract revert message formatting into shared function
` [PATCH v3 2/2] replay: add --revert mode to reverse commit changes
[PATCH 0/4] Specify hooks via configs
2026-02-18 22:23 UTC (10+ messages)
` [PATCH v2 0/8] "
` [PATCH v2 1/8] hook: add internal state alloc/free callbacks
` [PATCH v2 2/8] hook: run a list of hooks to prepare for multihook support
` [PATCH v2 3/8] hook: add "git hook list" command
` [PATCH v2 4/8] hook: include hooks from the config
` [PATCH v2 5/8] hook: allow disabling config hooks
` [PATCH v2 6/8] hook: allow event = "" to overwrite previous values
` [PATCH v2 7/8] hook: allow out-of-repo 'git hook' invocations
` [PATCH v2 8/8] hook: add -z option to "git hook list"
[RFC] Support UTF-8 characters in Git alias names
2026-02-18 21:57 UTC (12+ messages)
` [PATCH v6 0/4] support UTF-8 in "
` [PATCH v6 1/4] help: use list_aliases() for alias listing
` [PATCH v6 2/4] alias: prepare for subsection aliases
` [PATCH v6 3/4] alias: support non-alphanumeric names via subsection syntax
` [PATCH v6 4/4] completion: fix zsh alias listing for subsection aliases
` [PATCH v7 0/4] support UTF-8 in alias names
` [PATCH v7 1/4] help: use list_aliases() for alias listing
` [PATCH v7 2/4] alias: prepare for subsection aliases
` [PATCH v7 3/4] alias: support non-alphanumeric names via subsection syntax
` [PATCH v7 4/4] completion: fix zsh alias listing for subsection aliases
[PATCH 0/5] builtin/repo: include largest object information
2026-02-18 20:13 UTC (14+ messages)
` [PATCH 1/5] builtin/repo: update stats for each object
` [PATCH 2/5] builtin/repo: collect largest inflated objects
` [PATCH 3/5] builtin/repo: add OID annotations to table output
` [PATCH 4/5] builtin/repo: find commit with most parents
[RFC] git repo info: exposing repository paths
2026-02-18 18:35 UTC (2+ messages)
What's cooking in git.git (Feb 2026, #06)
2026-02-18 18:31 UTC (5+ messages)
` ps/tests-wo-iconv-fixes (was: What's cooking in git.git (Feb 2026, #06))
` ps/tests-wo-iconv-fixes
` [PATCH v4 0/3] wt-status: reduce reliance on global state
[PATCH 0/3] wt-status: reduce reliance on global state
2026-02-18 17:53 UTC (8+ messages)
` [PATCH v4 "
` [PATCH v5 "
` [PATCH v5 1/3] wt-status: pass struct repository through function parameters
` [PATCH v5 2/3] wt-status: replace uses of the_repository with local repository instances
` [PATCH v5 3/3] wt-status: use hash_algo from local repository instead of global the_hash_algo
[PATCH 0/4] Fix tests with missing iconv(1) executable
2026-02-18 17:46 UTC (10+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 1/5] t: don't set ICONV prereq when iconv(1) is missing
` [PATCH v3 2/5] t40xx: don't use iconv(1) without ICONV prereq
` [PATCH v3 3/5] t4205: improve handling of ICONV prerequisite
` [PATCH v3 4/5] t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"
` [PATCH v3 5/5] t6006: don't use iconv(1) without ICONV prereq
[PATCH v2 0/5] builtin/history: some smaller UI improvements
2026-02-18 16:09 UTC (5+ messages)
` [PATCH v2 3/5] builtin/history: replace "--ref-action=print" with "--dry-run"
[PATCH] apply: strip ./ prefix from --directory argument
2026-02-18 14:40 UTC (6+ messages)
` [PATCH v2] apply: normalize path in "
[PATCH v2 0/2] http: add support for HTTP 429 rate limit retries
2026-02-18 14:09 UTC (11+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] strbuf: fix incorrect alloc size in strbuf_reencode()
` [PATCH v4 0/5] http: add support for HTTP 429 rate limit retries
` [PATCH v4 1/5] strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()
` [PATCH v4 2/5] strbuf_attach: fix all call sites to pass correct alloc
` [PATCH v4 3/5] strbuf: replace strbuf_grow() in strbuf_attach() with BUG() check
` [PATCH v4 4/5] remote-curl: introduce show_http_message_fatal() helper
` [PATCH v4 5/5] http: add support for HTTP 429 rate limit retries
rebase --abort had issues
2026-02-18 13:32 UTC (3+ messages)
[RFC GSoC PATCH] environment: move core.trustctime to repo_settings
2026-02-18 11:45 UTC (5+ messages)
[Outreachy PATCH v5 0/3] store repo specific config values in new `struct repo_config_values`
2026-02-18 11:27 UTC (4+ messages)
` [Outreachy PATCH v7 "
Push Certificates: Privacy Concerns Regarding the "pushee" Header
2026-02-18 9:56 UTC (5+ messages)
[Bug] Git subtree regression
2026-02-18 4:29 UTC (2+ messages)
[PATCH 0/3] contrib/subtree: process out-of-prefix subtrees
2026-02-18 2:31 UTC (8+ messages)
` [PATCH 3/3] "
` [PATCH v2 0/3] "
` [PATCH v2 1/3] contrib/subtree: capture additional test-cases
` [PATCH v2 2/3] contrib/subtree: test history depth
` [PATCH v2 3/3] contrib/subtree: process out-of-prefix subtrees
[PATCH v2] format-patch: fix From header in cover letter
2026-02-17 21:41 UTC
[PATCH v2] format-patch: fix From header in cover letter
2026-02-17 21:30 UTC
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