public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-14 16:50:14 to 2026-02-17 20:51:04 UTC [more...]

[PATCH 0/3] http: add support for HTTP 429 rate limit retries
 2026-02-17 20:51 UTC  (12+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [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

Push Certificates: Privacy Concerns Regarding the "pushee" Header
 2026-02-17 20:31 UTC  (3+ messages)

[PATCH] apply: strip ./ prefix from --directory argument
 2026-02-17 20:27 UTC  (3+ messages)

[PATCH v3] meson: regenerate config-list.h when Documentation changes
 2026-02-17 20:24 UTC  (11+ messages)
` [PATCH v4] "

[Outreachy PATCH v5 0/3] store repo specific config values in new `struct repo_config_values`
 2026-02-17 20:08 UTC  (6+ messages)
` [Outreachy PATCH v7 "
  ` [Outreachy PATCH v7 1/3] environment: stop storing `core.attributesFile` globally
  ` [Outreachy PATCH v7 2/3] environment: stop using core.sparseCheckout globally
  ` [Outreachy PATCH v7 3/3] environment: move "branch.autoSetupMerge" into `struct repo_config_values`

[RFC] Support UTF-8 characters in Git alias names
 2026-02-17 20:01 UTC  (8+ messages)
` [PATCH v5 0/4] support uTF-8 in "
  ` [PATCH v5 1/4] help: use list_aliases() for alias listing
  ` [PATCH v5 2/4] alias: prepare for subsection aliases
  ` [PATCH v5 3/4] alias: support non-alphanumeric names via subsection syntax
  ` [PATCH v5 4/4] completion: fix zsh alias listing for subsection aliases

[RFC GSoC PATCH] environment: move core.trustctime to repo_settings
 2026-02-17 19:13 UTC  (2+ messages)

[PATCH v2] setup: fail if .git is not a file or directory
 2026-02-17 18:56 UTC  (14+ messages)
` [PATCH v3] "
          ` [PATCH v4] setup: allow cwd/.git to be a symlink to a directory

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

[RFC][PATCH 2/2] worktree: stop passing NULL as primary worktree
 2026-02-17 18:47 UTC  (19+ 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] path: factor out skip_slashes() in normalize_path_copy_len()
 2026-02-17 18:27 UTC  (3+ messages)

[PATCH] ref-filter: don't declare a strdup'd variable const before writing to it
 2026-02-17 18:07 UTC  (10+ messages)
` [PATCH 0/4] cleaning up ref-filter lstrip/rstrip code
  ` [PATCH 1/4] ref-filter: factor out refname component counting
  ` [PATCH 2/4] ref-filter: simplify lstrip_ref_components() memory handling
  ` [PATCH 3/4] ref-filter: simplify rstrip_ref_components() "
  ` [PATCH 4/4] ref-filter: avoid strrchr() in rstrip_ref_components()

[PATCH] osxkeychain: define build targets in the top-level Makefile
 2026-02-17 18:05 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/3] wt-status: reduce reliance on global state
 2026-02-17 17:29 UTC  (5+ 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

What's cooking in git.git (Feb 2026, #05)
 2026-02-17 16:33 UTC  (4+ 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  (19+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 02/13] config: add 'gently' parameter to format_config()
  ` [PATCH v2 03/13] config: make 'git config list --type=<X>' work
  ` [PATCH v2 04/13] config: format int64s gently
  ` [PATCH v2 06/13] config: format bools or ints gently
  ` [PATCH v2 09/13] config: format paths gently
  ` [PATCH v2 11/13] color: add color_parse_gently()
  ` [PATCH v2 13/13] config: restructure format_config()

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

[PATCH] format-patch: fix from header in cover letter
 2026-02-17 15:22 UTC  (7+ messages)
` [PATCH v2] format-patch: fix From "

[PATCH 0/4] Fix tests with missing iconv(1) executable
 2026-02-17 15:18 UTC  (12+ 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 0/5] gitweb: fix broken mobile layouts across views
 2026-02-17 12:29 UTC  (10+ messages)
` [PATCH 3/5] gitweb: fix mobile page overflow across log/commit/blob/diff views
` [PATCH v2 0/5] gitweb: fix broken mobile layouts across views
  ` [PATCH v2 1/5] gitweb: add viewport meta tag for mobile devices
  ` [PATCH v2 2/5] gitweb: prevent project search bar from overflowing on mobile
  ` [PATCH v2 3/5] gitweb: fix mobile page overflow across log/commit/blob/diff views
  ` [PATCH v2 4/5] gitweb: fix mobile footer overflow by wrapping text and clearing floats
  ` [PATCH v2 5/5] gitweb: let page header grow on mobile for long wrapped project names

[PATCH 0/2] refs: allow setting the reference directory
 2026-02-17 10:15 UTC  (17+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 1/6] setup: don't modify repo in `create_reference_database()`
  ` [PATCH v6 2/6] refs: extract out `refs_create_refdir_stubs()`
  ` [PATCH v6 3/6] refs: receive and use the reference storage payload
  ` [PATCH v6 4/6] refs: move out stub modification to generic layer
  ` [PATCH v6 5/6] refs: allow reference location in refstorage config
  ` [PATCH v6 6/6] refs: add GIT_REFERENCE_BACKEND to specify reference backend

[PATCH 0/3] contrib/subtree: process out-of-prefix subtrees
 2026-02-16 21:33 UTC  (5+ messages)
` [PATCH 1/3] contrib/subtree: capture additional test-cases
` [PATCH 2/3] contrib/subtree: test history depth
` [PATCH 3/3] contrib/subtree: process out-of-prefix subtrees

[Bug] Git subtree regression
 2026-02-16 21:25 UTC  (4+ messages)

[PATCH v2] symlinks: use unsigned int for flags
 2026-02-16 17:20 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH 0/3] git-receive-pack(1): optimize `assign_shallow_commits_to_refs()`
 2026-02-16 15:38 UTC  (4+ 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 v2 0/8] Implement `promisor.storeFields` and `--filter=auto`
 2026-02-16 13:26 UTC  (15+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 6/9] list-objects-filter-options: support 'auto' mode for --filter
  ` [PATCH v4 0/9] Implement `promisor.storeFields` and `--filter=auto`
    ` [PATCH v4 1/9] promisor-remote: refactor initialising field lists
    ` [PATCH v4 2/9] promisor-remote: allow a client to store fields
    ` [PATCH v4 3/9] clone: make filter_options local to cmd_clone()
    ` [PATCH v4 4/9] fetch: make filter_options local to cmd_fetch()
    ` [PATCH v4 5/9] doc: fetch: document `--filter=<filter-spec>` option
    ` [PATCH v4 6/9] list-objects-filter-options: support 'auto' mode for --filter
    ` [PATCH v4 7/9] promisor-remote: keep advertised filters in memory
    ` [PATCH v4 8/9] promisor-remote: change promisor_remote_reply()'s signature
    ` [PATCH v4 9/9] fetch-pack: wire up and enable auto filter logic

[GSoC PATCH] doc: fix typo in tree-walk.h comment
 2026-02-16  7:54 UTC  (3+ messages)

[feature request] stash diff usability
 2026-02-16  7:07 UTC  (3+ messages)

[PATCH] repo: add new flag --keys to git-repo-info
 2026-02-16  6:59 UTC  (4+ messages)
` [PATCH v6 0/2] repo: add --keys and rename "keyvalue" to "lines"

[PATCH 0/4] builtin/history: some smaller UI improvements
 2026-02-16  6:45 UTC  (7+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] builtin/history: perform revwalk checks before asking for user input
  ` [PATCH v3 2/5] builtin/history: check for merges "
  ` [PATCH v3 3/5] builtin/history: replace "--ref-action=print" with "--dry-run"
  ` [PATCH v3 4/5] builtin/history: rename "--ref-action=" to "--update-refs="
  ` [PATCH v3 5/5] Documentation/git-history: document default for "--update-refs="

[PATCH v2 0/5] builtin/history: some smaller UI improvements
 2026-02-16  6:39 UTC  (4+ messages)
` [PATCH v2 3/5] builtin/history: replace "--ref-action=print" with "--dry-run"

[regression][bisected] git-subtree remote desynchronization
 2026-02-15 21:05 UTC  (6+ messages)

[PATCH 0/2] fetch: clobber existing tags with --prune-tags
 2026-02-15 20:23 UTC  (3+ messages)
` [PATCH 1/2] fetch: add a test for --force flag
` [PATCH 2/2] fetch: clobber existing tags with --prune-tags

[PATCH 0/3] contrib/subtree: reduce recursion during split
 2026-02-15 20:17 UTC  (4+ messages)
` [PATCH 1/3] contrib/subtree: reduce function side-effects
` [PATCH 2/3] contrib/subtree: functionalize split traversal
` [PATCH 3/3] contrib/subtree: reduce recursion during split

[PATCH v3 0/2] shallow: handling fetch relative-deepen
 2026-02-15 20:11 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] "
  ` [PATCH v5 0/2] "
    ` [PATCH v5 1/2] shallow: free local object_array allocations
    ` [PATCH v5 2/2] shallow: handling fetch relative-deepen

[PATCH] xdiff-interface: stop using the_repository
 2026-02-15 18:42 UTC  (5+ messages)

[PATCH v5 0/4] refs: allow setting the reference directory
 2026-02-15  9:12 UTC  (5+ messages)
` [PATCH v5 2/4] refs: forward and use the reference storage payload

[PATCH] copy.c: use `sendfile()` for in-kernel file copying on Linux
 2026-02-15  7:43 UTC  (7+ messages)

Release GitLab.com
 2026-02-15  6:40 UTC 

Question: --since date parsing uses current time instead of midnight - by design?
 2026-02-14 22:11 UTC  (3+ messages)

[PATCH v2 0/3] doc: patch-id: explain how to map efficiently
 2026-02-14 20:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox