public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-04 13:34:01 to 2026-02-06 15:02:24 UTC [more...]

[PATCH 0/2] merge-ours: sparse-index integration
 2026-02-06 15:02 UTC  (5+ messages)
` [PATCH 1/2] merge-ours: drop USE_THE_REPOSITORY_VARIABLE
` [PATCH 2/2] merge-ours: integrate with sparse-index

[PATCH 0/3] wt-status: reduce reliance on global state
 2026-02-06 14:54 UTC  (22+ messages)
` [PATCH V2 "
  ` [PATCH V2 1/3] wt-status: replace uses of the_repository with local repository instances
  ` [PATCH V2 2/3] wt-status: pass struct repository and wt_status through function parameters
  ` [PATCH V2 3/3] wt-status: use hash_algo from local repository instead of global the_hash_algo

[PATCH 0/2] refs: allow setting the reference directory
 2026-02-06 14:33 UTC  (11+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] refs: allow reference location in refstorage config
  ` [PATCH v4 2/4] refs: extract out `refs_create_refdir_stubs()`
  ` [PATCH v4 3/4] refs: parse and use the reference storage payload
  ` [PATCH v4 4/4] refs: add GIT_REFERENCE_BACKEND to specify reference backend

[PATCH v3 0/5] git-add: Skip submodules with ignore=all unless --force and explicit path used
 2026-02-06 13:23 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] read-cache: update add_files_to_cache take param ignored_too
  ` [PATCH v4 2/5] read-cache: submodule add need --force given ignore=all configuration
  ` [PATCH v4 3/5] tests: t2206-add-submodule-ignored: ignore=all and add --force tests
  ` [PATCH v4 4/5] tests: fix existing tests when add an ignore=all submodule
  ` [PATCH v4 5/5] Documentation: update add --force option + ignore=all config

"git add -A" should respect "ignore = all" in ".gitmodules"
 2026-02-06 12:53 UTC  (2+ messages)

[PATCH 0/4] Specify hooks via configs
 2026-02-06 11:21 UTC  (7+ messages)
` [PATCH 1/4] hook: run a list of hooks
` [PATCH 2/4] hook: introduce "git hook list"
` [PATCH 3/4] hook: include hooks from the config
` [PATCH 4/4] hook: allow out-of-repo 'git hook' invocations

git-am applies commit message diffs
 2026-02-06 10:08 UTC  (9+ messages)

[PATCH v2] t5550: add netrc tests for http 401/403
 2026-02-06  9:38 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/3] Fix misuse of `refs_for_each_ref_in()`
 2026-02-06  7:49 UTC  (6+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] pack-bitmap: deduplicate logic to iterate over preferred bitmap tips
  ` [PATCH v3 2/4] pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"
  ` [PATCH v3 3/4] bisect: fix misuse of `refs_for_each_ref_in()`
  ` [PATCH v3 4/4] bisect: simplify string_list memory handling

[PATCH] ci: avoid ubuntu:rolling in most jobs for now
 2026-02-06  7:39 UTC  (3+ messages)

[PATCH v2 0/4] Fix misuse of `refs_for_each_ref_in()`
 2026-02-06  7:13 UTC  (4+ messages)
` [PATCH v2 2/4] pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"

[PATCH] whitespace: symbolic links usually lack LF at the end
 2026-02-06  6:31 UTC  (4+ messages)

[PATCH] doc: fix repo_config documentation reference
 2026-02-06  6:21 UTC  (4+ messages)
    ` [GSOC PATCH v2] "

[PATCH 00/11] [RFC] config-batch: a new builtin for tools querying config
 2026-02-06  5:04 UTC  (36+ messages)
` [PATCH 01/11] config-batch: basic boilerplate of new builtin
` [PATCH 02/11] config-batch: create parse loop and unknown command
` [PATCH 03/11] config-batch: implement get v1
` [PATCH 04/11] config-batch: create 'help' command
` [PATCH 05/11] config-batch: add NUL-terminated I/O format
` [PATCH 06/11] docs: add design doc for config-batch
` [PATCH 07/11] config: extract location structs from builtin
` [PATCH 08/11] config-batch: pass prefix through commands
` [PATCH 09/11] config-batch: add 'set' v1 command
` [PATCH 10/11] t1312: create read/write test
` [PATCH 11/11] config-batch: add unset v1 command

[PATCH v2 0/4] doc: some more synopsis conversions and fixes
 2026-02-06  4:12 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] doc: convert git-submodule to synopsis style
  ` [PATCH v4 0/4] doc: some more synopsis conversions and fixes
    ` [PATCH v4 1/4] doc: convert git-submodule to synopsis style
    ` [PATCH v4 2/4] doc: finalize git-clone documentation conversion "
    ` [PATCH v4 3/4] doc: fix some style issues in git-clone and for-each-ref-options
    ` [PATCH v4 4/4] doc: convert git-show to synopsis style

[RFC] Introducing AI Agents to Git Localization
 2026-02-06  2:38 UTC  (16+ messages)
` [RFC PATCH 1/2] l10n: add .gitattributes to simplify location filtering
` [RFC PATCH 2/2] l10n: README: document AI assistant guidelines

[PATCH] global: constify some pointers that are not written to
 2026-02-06  1:59 UTC  (7+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] gpg-interface: remove an unnecessary NULL initialization

What's cooking in git.git (Feb 2026, #02)
 2026-02-06  1:15 UTC 

[PATCH 0/5] git-add : Respect submodule ignore=all and only add changes with --force
 2026-02-05 22:05 UTC  (6+ messages)
` [PATCH v2 "

[DOC] merge-file: document that merge.conflictStyle requires a repository
 2026-02-05 21:55 UTC  (6+ messages)
  ` [PATCH] merge-file: honor merge.conflictStyle outside of "
      ` [PATCH v2] "

[PATCH v2] subtree: validate --prefix against commit in split
 2026-02-05 20:54 UTC  (11+ messages)
` [PATCH v3] "
      ` [RFH] adding test coverage for contrib/ in CI jobs
        ` Re* "

Herzlichen Glückwunsch
 2026-02-04 19:27 UTC 

[PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc
 2026-02-05 16:24 UTC  (2+ messages)
` [PATCH v3] doc: send-email: correct --no-signed-off-by-cc misspelling

[PATCH 0/4] trace2: add macOS and Windows process ancestry tracing
 2026-02-05 16:19 UTC  (6+ messages)
` [PATCH 1/4] trace2: add macOS "
` [PATCH 2/4] build: include procinfo.c impl for macOS
` [PATCH 3/4] trace2: refactor Windows process ancestry trace2 event
` [PATCH 4/4] trace2: emit cmd_ancestry data for Windows

[PATCH v3 0/5] Sanitize sideband channel messages
 2026-02-05 14:48 UTC  (4+ messages)
` [PATCH v4 0/6] "

[PATCH 0/3] meson: wire up gitk and git-gui
 2026-02-05 11:55 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/4] odb: support ODB source specific transaction handling
 2026-02-05 11:22 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] odb: prepare `struct odb_transaction` to become generic
  ` [PATCH v2 4/4] odb: transparently handle common transaction behavior

Keep git whatchanged
 2026-02-05 11:12 UTC  (2+ messages)

[PATCH v1] gpg-interface: Signatures by expired keys are fine
 2026-02-05  9:38 UTC  (6+ messages)

[PATCH v11 0/8] Introduce git-history(1) command for easy history editing
 2026-02-05  8:19 UTC  (6+ messages)
` [PATCH v11 8/8] builtin/history: implement "reword" subcommand

[GSoC PATCH] doc: fix typo in tree-walk.h comment
 2026-02-05  8:08 UTC 

Document that perf tests require GNU time
 2026-02-05  7:45 UTC 

[RFC PATCH] Move rust gitcore crate to a different subdirectory
 2026-02-05  4:55 UTC  (5+ messages)

[PATCH] fix git add :!x exiting with error when x is in .gitignore
 2026-02-04 20:47 UTC  (6+ messages)

[PATCH 0/3] Sanitize sideband channel messages
 2026-02-04 19:35 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] sideband: add options to allow more control sequences to be passed through

[PATCH 0/4] Run hooks in parallel
 2026-02-04 17:33 UTC  (5+ messages)
` [PATCH 1/4] config: add a repo_config_get_uint() helper
` [PATCH 2/4] hook: allow parallel hook execution
` [PATCH 3/4] hook: introduce extensions.hookStdoutToStderr
` [PATCH 4/4] hook: allow runtime enabling extensions.hookStdoutToStderr

[Outreachy PATCH v5 0/3] store repo specific config values in new `struct repo_config_values`
 2026-02-04 16:57 UTC  (7+ messages)
` [Outreachy PATCH v6 "
  ` [Outreachy PATCH v6 1/3] environment: stop storing `core.attributesFile` globally
  ` [Outreachy PATCH v6 2/3] environment: stop using core.sparseCheckout globally

[PATCH 0/5] builtin/repo: include largest object information
 2026-02-04 15:28 UTC  (5+ messages)
` [PATCH 5/5] builtin/repo: find tree with most entries

[PATCH] CONTRIBUTING.d/: Document format of 'Fixes:' trailer fields
 2026-02-04 13:33 UTC 


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