git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
Why git branch --show-current ignores -v?
 2025-12-26  2:11 UTC  (3+ messages)

[PATCH] status: show default branch comparison when tracking non-default branch
 2025-12-26  1:59 UTC  (50+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] status: show comparison with upstream default branch
  ` [PATCH v2 2/2] Simplify default branch comparison logic
  ` [PATCH v3 0/3] status: show default branch comparison when tracking non-default branch
    ` [PATCH v3 1/3] status: show comparison with upstream default branch
    ` [PATCH v3 2/3] Simplify default branch comparison logic
    ` [PATCH v3 3/3] Use repo.settings.statusGoalBranch config for status comparison
    ` [PATCH v4 0/4] status: show default branch comparison when tracking non-default branch
      ` [PATCH v4 1/4] status: show comparison with upstream default branch
      ` [PATCH v4 2/4] Simplify default branch comparison logic
      ` [PATCH v4 3/4] Use repo.settings.statusGoalBranch config for status comparison
      ` [PATCH v4 4/4] Rename default_remote to goal_branch
      ` [PATCH v5 0/5] status: show default branch comparison when tracking non-default branch
        ` [PATCH v5 1/5] status: show comparison with upstream default branch
        ` [PATCH v5 2/5] Simplify default branch comparison logic
        ` [PATCH v5 3/5] Use repo.settings.statusGoalBranch config for status comparison
        ` [PATCH v5 4/5] Rename default_remote to goal_branch
        ` [PATCH v5 5/5] Add warning for malformed statusGoalBranch config
        ` [PATCH v6 0/6] status: show default branch comparison when tracking non-default branch
          ` [PATCH v6 1/6] status: show comparison with upstream default branch
          ` [PATCH v6 2/6] Simplify default branch comparison logic
          ` [PATCH v6 3/6] Use repo.settings.statusGoalBranch config for status comparison
          ` [PATCH v6 4/6] Rename default_remote to goal_branch
          ` [PATCH v6 5/6] Add warning for malformed statusGoalBranch config
          ` [PATCH v6 6/6] Change config key to status.compareBranch
          ` [PATCH v7] status: additional comparison with goal branch
            ` [PATCH v8] status: show comparison with configured "

Slow git pack-refs --all
 2025-12-25 23:38 UTC  (2+ messages)

[PATCH] refs: dereference the value of the required pointer
 2025-12-25 21:23 UTC  (3+ messages)

I'm being hacked
 2025-12-25  0:00 UTC 

[PATCH v2] lockfile: add PID file for debugging stale locks
 2025-12-25  0:01 UTC  (3+ messages)
` [PATCH v3] "

[BUG] git restore: typo in error message "could not resolve ource"
 2025-12-24 23:43 UTC  (5+ messages)
    ` [PATCH] checkout: quote invalid treeish in error message

[PATCH 00/14] export and use commit_stack
 2025-12-24 17:03 UTC  (15+ messages)
` [PATCH 01/14] revision: export commit_stack
` [PATCH 02/14] log: use commit_stack
` [PATCH 03/14] midx: "
` [PATCH 04/14] name-rev: "
` [PATCH 05/14] remote: use commit_stack for local_commits
` [PATCH 06/14] remote: use commit_stack for sent_tips
` [PATCH 07/14] remote: use commit_stack for src_commits
` [PATCH 08/14] test-reach: use commit_stack
` [PATCH 09/14] commit: add commit_stack_init()
` [PATCH 10/14] pack-bitmap-write: use commit_stack
` [PATCH 11/14] shallow: "
` [PATCH 12/14] commit: add commit_stack_grow()
` [PATCH 13/14] commit-graph: use commit_stack
` [PATCH 14/14] commit-reach: "

Metadata for merge conflicts during rebase (to aid rustc) and potential for better user experience?
 2025-12-24 15:03 UTC  (3+ messages)

Vyplnený formulár DG ORG.1
 2025-12-24 13:21 UTC 

Possible regression: lost diagnostic message when pushing non-commit objects to refs/heads/*
 2025-12-24  8:21 UTC  (4+ messages)

t3900 failure on macOS, iconv(3) broken?
 2025-12-24  8:03 UTC  (4+ messages)
` [PATCH v4 0/2] macOS: use iconv from Homebrew if needed and present
  ` [PATCH v4 1/2] macOS: make Homebrew use configurable
  ` [PATCH v4 2/2] macOS: use iconv from Homebrew if needed and present

[PATCH 0/2] replay: die descriptively when invalid commit-ish
 2025-12-24  3:03 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] t3650: add more regression tests for failure conditions

[GSoC] Introduction
 2025-12-24  2:14 UTC 

[PATCH 0/2] Fix shallow clone with ref-in-want enabled
 2025-12-24  0:35 UTC  (3+ messages)
` [PATCH 1/2] upload-pack: send shallow-info before wanted-refs in protocol v2
` [PATCH 2/2] t5703: add test for shallow fetch with ref-in-want

[PATCH] ws: add new tab-between-non-ws check
 2025-12-24  0:31 UTC  (2+ messages)

Error in the manual
 2025-12-23 21:00 UTC  (2+ messages)

Introduction and interest in Git - Deveshi Dwivedi
 2025-12-23 14:44 UTC 

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-12-23 13:35 UTC  (16+ messages)
` [PATCH v7 00/11] Add submodulePathConfig extension and gitdir encoding
  ` [PATCH v7 01/11] submodule--helper: use submodule_name_to_gitdir in add_submodule
  ` [PATCH v7 02/11] submodule: always validate gitdirs inside submodule_name_to_gitdir
  ` [PATCH v7 03/11] builtin/submodule--helper: add gitdir command
  ` [PATCH v7 04/11] submodule: introduce extensions.submodulePathConfig
  ` [PATCH v7 05/11] submodule: allow runtime enabling extensions.submodulePathConfig
  ` [PATCH v7 06/11] submodule--helper: add gitdir migration command
  ` [PATCH v7 07/11] builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
  ` [PATCH v7 08/11] submodule--helper: fix filesystem collisions by encoding gitdir paths
  ` [PATCH v7 09/11] submodule: fix case-folding gitdir filesystem collisions
  ` [PATCH v7 10/11] submodule: hash the submodule name for the gitdir path
  ` [PATCH v7 11/11] submodule: detect conflicts with existing gitdir configs

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2025-12-23 11:11 UTC  (10+ messages)
` [PATCH 1/9] promisor-remote: refactor initialising field lists
` [PATCH 2/9] promisor-remote: allow a client to store fields
` [PATCH 3/9] clone: make filter_options local to cmd_clone()
` [PATCH 4/9] fetch: make filter_options local to cmd_fetch()
` [PATCH 5/9] doc: fetch: document `--filter=<filter-spec>` option
` [PATCH 6/9] list-objects-filter-options: support 'auto' mode for --filter
` [PATCH 7/9] list-objects-filter-options: implement auto filter resolution
` [PATCH 8/9] promisor-remote: keep advertised filter in memory
` [PATCH 9/9] fetch-pack: wire up and enable auto filter logic

[PATCH] xdiff: fix outdated xpatience comments referring to "ha" member var
 2025-12-23  4:41 UTC 

[PATCH] checkout: add remoteBranchTemplate config for DWIM branch names
 2025-12-23  2:39 UTC  (5+ messages)

What's cooking in git.git (Nov 2025, #07; Sun, 23)
 2025-12-22 22:06 UTC  (4+ messages)

[RFC PATCH 0/1] maintenance: add config option for config-file
 2025-12-22 21:51 UTC  (5+ messages)
` [RFC PATCH 1/1] "

What's cooking in git.git (Dec 2025, #07)
 2025-12-22 18:17 UTC 

[PATCH v7 00/12] Introduce git-history(1) command for easy history editing
 2025-12-22 17:11 UTC  (3+ messages)
` [PATCH v7 04/12] builtin: add new "history" command

[ORG] git config list
 2025-12-22 16:17 UTC  (2+ messages)

[Outreachy] Blog: Refactor in order to reduce Git’s global state (week 2)
 2025-12-22 15:06 UTC 

会員登録ありがとうございます。
 2025-12-22 14:38 UTC 

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-12-22 13:47 UTC  (16+ messages)

[PATCH] doc: flock of small fixes to various documentation files
 2025-12-22  4:42 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] doc: fix asciidoc markup issues in several files
  ` [PATCH v2 2/2] doc: correct minor wording issues

The alignment problem is now solved for LLMs
 2025-12-22  2:59 UTC 

[PATCH 0/3] doc: replay: improvements like "mention no output on conflicts"
 2025-12-20 19:34 UTC  (6+ messages)
` [PATCH v2 "

[PATCH 0/5] doc: convert git-status, git remote and git stage to synopsis style
 2025-12-20 19:16 UTC  (6+ messages)
` [PATCH 1/5] doc: fix t0450-txt-doc-vs-help to select only first synopsis block
` [PATCH 2/5] doc: convert git-status to synopsis style
` [PATCH 3/5] doc: convert git-status tables to AsciiDoc format
` [PATCH 4/5] doc: convert git stage to use synopsis block
` [PATCH 5/5] doc: convert git-remote to synopsis style

[PATCH] diff: add --no-indicators option
 2025-12-20 13:14 UTC  (9+ messages)

[PATCH] diff: add --no-indicators option
 2025-12-20 10:52 UTC  (4+ messages)

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-12-20 10:40 UTC  (5+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 11/11] receive-pack: convert receive hooks to hook API

What's cooking in git.git (Dec 2025, #06)
 2025-12-20  9:32 UTC  (4+ messages)

[PATCH] worktree: clarify --expire applies to missing worktrees
 2025-12-20  8:23 UTC  (11+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] worktree: use 'prune' instead of 'expire' in help text

[PATCH 0/3] test-suite fixes for upcoming curl 8.18.0
 2025-12-20  2:14 UTC  (7+ messages)

[PATCH] diff: add --no-indicators option
 2025-12-19 18:53 UTC  (2+ messages)

[PATCH] bundle-uri: validate that bundle entries have a uri
 2025-12-19 16:01 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] Sanitize sideband channel messages
 2025-12-19 13:33 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] sideband: introduce an "escape hatch" to allow control characters


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