git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
[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  (15+ messages)
` [PATCH v5 0/4] support uTF-8 in "
  ` [PATCH v5 4/4] completion: fix zsh alias listing for subsection aliases
` [PATCH v6 0/4] support UTF-8 in alias names
  ` [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/7] Some assorted fixes for GitLab CI
 2026-02-18 21:32 UTC  (3+ messages)
` [PATCH 5/7] ci: make test slicing consistent across Meson/Make

[PATCH 0/8] repo: refactoring leftover nits
 2026-02-18 21:08 UTC  (9+ 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

[PATCH] object-file: use `container_of()` to convert from base types
 2026-02-18 21:01 UTC 

[PATCH 0/2] format-patch: make boolean and mention in diff-options.adoc
 2026-02-18 20:26 UTC  (3+ 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] 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

[PATCH 0/3] git-receive-pack(1): optimize `assign_shallow_commits_to_refs()`
 2026-02-18 19:34 UTC  (7+ 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] doc: fetch: document `--jobs=0` behavior
 2026-02-18 19:32 UTC 

[PATCH] osxkeychain: define build targets in the top-level Makefile
 2026-02-18 19:14 UTC  (16+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3] setup: fail if .git is not a file or directory
 2026-02-18 18:43 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/3] Fix misuse of `refs_for_each_ref_in()`
 2026-02-18 18:36 UTC  (3+ messages)
` [PATCH v3 0/4] "

[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] t: use test_seq -f and pipes in a few more places
 2026-02-18 18:10 UTC 

[PATCH 0/3] wt-status: reduce reliance on global state
 2026-02-18 17:53 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] wt-status: pass struct repository through function parameters
  ` [PATCH v4 2/3] wt-status: replace uses of the_repository with local repository instances
  ` [PATCH v4 3/3] wt-status: use hash_algo from local repository instead of global the_hash_algo
` [PATCH v5 0/3] wt-status: reduce reliance on global state
  ` [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  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t4xxx: don't use iconv(1) without ICONV prereq
  ` [PATCH v2 2/4] t4205: improve handling of ICONV prerequisite
  ` [PATCH v2 3/4] t5550: add ICONV prereq to tests that use "$HTTPD_URL/error"
  ` [PATCH v2 4/4] t6006: don't use iconv(1) without ICONV prereq
` [PATCH v3 0/5] Fix tests with missing iconv(1) executable
  ` [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 v6 0/6] refs: allow setting the reference directory
 2026-02-18 15:27 UTC  (10+ 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] apply: strip ./ prefix from --directory argument
 2026-02-18 14:40 UTC  (6+ messages)
` [PATCH v2] apply: normalize path in "

[PATCH v3] meson: regenerate config-list.h when Documentation changes
 2026-02-18 14:37 UTC  (12+ messages)
` [PATCH v4] "
  ` [PATCH v5] build: "

[RFC][PATCH 2/2] worktree: stop passing NULL as primary worktree
 2026-02-18 14:19 UTC  (17+ messages)
` [PATCH 0/2] worktree_git_path(): remove repository argument
  ` [PATCH 1/2] wt-status: avoid passing NULL worktree
  ` [PATCH 2/2] path: remove repository argument from worktree_git_path()

[PATCH v2 0/2] http: add support for HTTP 429 rate limit retries
 2026-02-18 14:09 UTC  (13+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] strbuf: fix incorrect alloc size in strbuf_reencode()
  ` [PATCH v3 2/3] remote-curl: introduce show_http_message_fatal() helper
  ` [PATCH v3 3/3] http: add support for HTTP 429 rate limit retries
  ` [PATCH v4 0/5] "
    ` [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)

[PATCH v6 0/2] setup: allow cwd/.git to be a symlink to a directory
 2026-02-18 12:46 UTC  (3+ 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

[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)

[PATCH 0/5] Avoid the_repository in merge-ort and replay
 2026-02-18  9:15 UTC  (6+ 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: "

[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] format-patch: fix from header in cover letter
 2026-02-17 23:25 UTC  (11+ messages)
` [PATCH v2] format-patch: fix From "
  ` [PATCH] "
    ` [PATCH v4] "

[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 

[PATCH resent] l10n: de.po: Fix spelling of suggested color-moved-ws mode allow-indentation-change
 2026-02-17 18:56 UTC  (2+ messages)

[PATCH v2] path: factor out skip_slashes() in normalize_path_copy_len()
 2026-02-17 18:27 UTC  (3+ messages)

[PATCH 0/4] cleaning up ref-filter lstrip/rstrip code
 2026-02-17 18:07 UTC  (3+ messages)
` [PATCH 1/4] ref-filter: factor out refname component counting

What's cooking in git.git (Feb 2026, #05)
 2026-02-17 16:33 UTC  (3+ messages)
` ds/revision-maximal-only (was Re: What's cooking in git.git (Feb 2026, #05))

[PATCH 0/5] [RFC] Make 'git config list --type=' parse and filter types
 2026-02-17 16:20 UTC  (9+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 03/13] config: make 'git config list --type=<X>' work
  ` [PATCH v2 11/13] color: add color_parse_gently()

[GSoC 2026 Inquiry] Refactoring global state
 2026-02-17 15:55 UTC  (3+ messages)

[PATCH 0/5] gitweb: fix broken mobile layouts across views
 2026-02-17 12:29 UTC  (4+ messages)
` [PATCH 3/5] gitweb: fix mobile page overflow across log/commit/blob/diff views

[RFC][PATCH 2/2] worktree: stop passing NULL as primary worktree
 2026-02-17 10:09 UTC  (2+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).