git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-11 06:40:47 to 2025-09-15 08:33:04 UTC [more...]

[PATCH] git: run alias subprocess according to the API
 2025-09-15  8:33 UTC  (2+ messages)

[PATCH v2 00/16] packfile: carve out a new packfile store
 2025-09-15  7:44 UTC  (16+ messages)
` [PATCH v2 02/16] odb: move list of packfiles into `struct packfile_store`
` [PATCH v2 14/16] packfile: remove `get_packed_git()`
` [PATCH v2 15/16] packfile: refactor `get_all_packs()` to work on packfile store

[PATCH 00/16] packfile: carve out a new packfile store
 2025-09-15  7:25 UTC  (10+ messages)
` [PATCH v3 00/15] "
` [PATCH v4 "
  ` [PATCH v4 13/15] packfile: remove `get_packed_git()`

[PATCH v3 0/8] you-still-use-that??: improve breaking changes troubleshooting
 2025-09-15  6:27 UTC  (27+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 2/7] git: allow alias-shadowing deprecated builtins
  ` [PATCH v5 0/8] you-still-use-that??: improve breaking changes troubleshooting
    ` [PATCH v5 1/8] git: add `deprecated` category to --list-cmds
    ` [PATCH v5 2/8] git: move seen-alias bookkeeping into handle_alias(...)
    ` [PATCH v5 3/8] git: allow alias-shadowing deprecated builtins
    ` [PATCH v5 4/8] t0014: test shadowing of aliases for a sample of builtins
    ` [PATCH v5 5/8] you-still-use-that??: help the user help themselves
    ` [PATCH v5 6/8] whatchanged: hint about git-log(1) and aliasing
    ` [PATCH v5 7/8] whatchanged: remove not-even-shorter clause
    ` [PATCH v5 8/8] BreakingChanges: remove claim about whatchanged reports

[PATCH v2 0/2] fast-import: start controlling how commit signatures are handled
 2025-09-15  6:27 UTC  (5+ messages)
` [PATCH v2 1/2] gpg-interface: refactor 'enum sign_mode' parsing
` [PATCH v2 2/2] fast-import: add '--signed-commits=<mode>' option

[PATCH] use repo_get_oid_with_flags()
 2025-09-15  6:16 UTC  (2+ messages)

[PATCH 0/6] odb: add transaction interfaces to ODB subsystem
 2025-09-15  6:08 UTC  (11+ messages)
` [PATCH 1/6] bulk-checkin: remove ODB transaction nesting
` [PATCH 2/6] builtin/update-index: end ODB transaction when --verbose is specified
` [PATCH 6/6] odb: add transaction interface

[PATCH 0/3] ci: don't compile whole project when testing docs with Meson
 2025-09-15  6:04 UTC  (6+ messages)
` [PATCH 1/3] meson: introduce a "docs" alias to compile documentation only
` [PATCH 2/3] meson: print docs backend as part of the summary
` [PATCH 3/3] ci: don't compile whole project when testing docs with Meson

[PATCH] send-email: don't duplicate Reply-to:
 2025-09-15  4:12 UTC 

safe.directory does not work at all (git 2.39.5, 2.51.0)
 2025-09-15  2:46 UTC  (5+ messages)
  ` [SOLVED] "

Usage of git whatchanged
 2025-09-14 19:44 UTC  (4+ messages)

[PATCH 0/3] extend --ignore-other-worktrees to 'rebase', add hints
 2025-09-14 19:32 UTC  (11+ messages)
` [PATCH 1/3] checkout: provide hint when failing due to another worktree
` [PATCH 2/3] rebase: support --ignore-other-worktrees
` [PATCH 3/3] rebase: hint when failing on branch used by another worktree

[PATCH] gitk: fix error when remote tracking branch is deleted
 2025-09-14 18:32 UTC  (2+ messages)

[DISCUSS] validation on git config user.email
 2025-09-14 16:59 UTC  (13+ messages)

[QUESTION] mergetool environment variables
 2025-09-14 13:48 UTC  (7+ messages)

[PATCH 0/2] refs/files: fix issues with git-fetch on case-insensitive FS
 2025-09-13 20:54 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] refs/files: catch conflicts on case-insensitive file-systems
  ` [PATCH v3 2/4] refs/files: use correct error type when lock exists
  ` [PATCH v3 3/4] refs/files: handle F/D conflicts in case-insensitive FS
  ` [PATCH v3 4/4] refs/files: handle D/F conflicts during locking

[BUG] git merge reports conflict when two branches add independent methods at the same location
 2025-09-13 19:24 UTC  (3+ messages)

[PATCH] gitk: make the 'Tags and Heads' window geometry sticky
 2025-09-13 18:10 UTC 

Error en instalación
 2025-09-13 17:26 UTC  (3+ messages)

Participating in the Outreachy December 2025 cohort
 2025-09-13 15:35 UTC  (2+ messages)

[BUG] git apply misplaces patch when similar code fragments exist in the same file
 2025-09-13  7:29 UTC  (3+ messages)
  ` 回复: "

[BUG] git merge sometimes loses changes from one branch
 2025-09-12 22:56 UTC  (2+ messages)

[BUG] Git merge produces inconsistent indentation in merged result
 2025-09-12 22:56 UTC  (2+ messages)

[PATCH v3 10/11] contrib: remove "git-new-workdir"
 2025-09-12 22:21 UTC  (9+ messages)

[PATCH 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition
 2025-09-12 21:19 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] doc: git-push: clarify intro
  ` [PATCH v2 2/4] doc: add an UPSTREAM BRANCHES section to pull/push/fetch
  ` [PATCH v2 3/4] doc: git-push: clarify "where to push"
  ` [PATCH v2 4/4] doc: git-push: clarify "what "

What kind of help is needed for SHA-256 work in the next ~year?
 2025-09-12 21:04 UTC  (2+ messages)

What's cooking in git.git (Sep 2025, #05; Fri, 12)
 2025-09-12 20:42 UTC 

[PATCH RFC v2 00/16] Introduce git-history(1) command for easy history editing
 2025-09-12 18:26 UTC  (7+ messages)
` [PATCH RFC v2 15/16] builtin/history: implement "split" subcommand

[PATCH 0/2] Make git-clone(1) more resilient when using bundle-URI
 2025-09-12 17:37 UTC  (6+ messages)
` [PATCH 1/2] bundle-uri: ignore bundles without uri
` [PATCH 2/2] bundle-uri: do not abort on invalid packet line

[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
 2025-09-12 16:32 UTC  (7+ messages)
` [PATCH RFC v4 0/9] Introduce Rust and announce that it will become mandatory
  ` [PATCH RFC v4 1/9] meson: add infrastructure to build internal Rust library

git merge/rebase feature request
 2025-09-12 16:14 UTC 

[PATCH v4 0/7] doc: git-checkout: clarify DESCRIPTION section
 2025-09-12 16:23 UTC  (5+ messages)

The case of `git update-ref MERGE_HEAD`
 2025-09-12 16:19 UTC 

[PATCH 0/3] sparse-checkout: add 'clean' command
 2025-09-12 16:12 UTC  (24+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 2/8] sparse-checkout: add basics of "
  ` [PATCH v2 3/8] sparse-checkout: match some 'clean' behavior
  ` [PATCH v2 5/8] sparse-checkout: add --verbose option to 'clean'
  ` [PATCH v2 8/8] sparse-checkout: make 'clean' clear more files
  ` [PATCH v3 0/7] sparse-checkout: add 'clean' command
    ` [PATCH v3 1/7] sparse-checkout: remove use of the_repository
    ` [PATCH v3 2/7] sparse-checkout: add basics of 'clean' command
    ` [PATCH v3 3/7] sparse-checkout: match some 'clean' behavior
    ` [PATCH v3 4/7] dir: add generic "walk all files" helper
    ` [PATCH v3 5/7] sparse-checkout: add --verbose option to 'clean'
    ` [PATCH v3 6/7] sparse-index: point users to new 'clean' action
    ` [PATCH v3 7/7] t: expand tests around sparse merges and clean

[PATCH 0/2] fast-import: start controlling how commit signatures are handled
 2025-09-12 14:14 UTC  (17+ messages)
` [PATCH 1/2] gpg-interface: refactor 'enum sign_mode' parsing
` [PATCH 2/2] fast-import: add '--signed-commits=<mode>' option

[PATCH v2 0/4] refs/files: fix issues with git-fetch on case-insensitive FS
 2025-09-12 11:53 UTC  (10+ messages)
` [PATCH v2 1/4] refs/files: catch conflicts on case-insensitive file-systems
` [PATCH v2 2/4] refs/files: use correct error type when lock exists
` [PATCH v2 4/4] refs/files: handle D/F conflicts during locking

[PATCH v2 0/6] midx-write: fix segfault and do several cleanups
 2025-09-11 23:44 UTC  (6+ messages)
` [PATCH v3 "

[PATCH 0/6] odb: track commit graphs via object source
 2025-09-11 23:08 UTC  (15+ messages)
` [PATCH 1/6] blame: drop explicit check for commit graph
` [PATCH 2/6] revision: "
` [PATCH 3/6] commit-graph: return the prepared commit graph from `prepare_commit_graph()`
` [PATCH 4/6] commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`
` [PATCH 6/6] odb: move commit-graph into the object sources

[PATCH] libsecret/Makefile: add install target
 2025-09-11 21:18 UTC  (2+ messages)

[PATCH 0/5] builtin/config: bug fixes for "get" subcommand with "--type=color"
 2025-09-11 16:50 UTC  (9+ messages)
` [PATCH 1/5] t1300: write test expectations in the test's body
` [PATCH 2/5] t1300: small style fixups
` [PATCH 3/5] builtin/config: do not die in `get_color()`
` [PATCH 4/5] builtin/config: special-case retrieving colors without a key
` [PATCH 5/5] builtin/config: do not spawn pager when printing color codes

[PATCH] t/unit-tests: update clar to fcbed04
 2025-09-11 16:08 UTC  (2+ messages)

[PATCH] contrib/subtree: fix split with squashed subtrees
 2025-09-11 16:01 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/8] builtin/config: introduce subcommands
 2025-09-11 11:05 UTC  (6+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 08/14] builtin/config: introduce "get" subcommand

Git private branch Feature Suggestion
 2025-09-11  8:15 UTC  (2+ messages)

[PATCH] ci: perform build and smoke tests for Meson docs
 2025-09-11  7:48 UTC  (3+ messages)


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