git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-06 08:15:14 to 2026-01-09 07:34:25 UTC [more...]

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2026-01-09  7:34 UTC  (13+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 1/7] builtin/replay: extract core logic to replay revisions
  ` [PATCH v8 2/7] builtin/replay: move core logic into "libgit.a"
  ` [PATCH v8 3/7] replay: small set of cleanups
  ` [PATCH v8 4/7] replay: yield the object ID of the final rewritten commit
  ` [PATCH v8 5/7] wt-status: provide function to expose status for trees
  ` [PATCH v8 6/7] builtin: add new "history" command
  ` [PATCH v8 7/7] builtin/history: implement "reword" subcommand

[PATCH v2 00/10] Start tracking packfiles per object database source
 2026-01-09  6:17 UTC  (12+ messages)
` [PATCH v2 03/10] packfile: refactor kept-pack cache to work with packfile stores
` [PATCH v2 04/10] packfile: refactor misleading code when unusing pack windows
` [PATCH v2 05/10] packfile: move packfile store into object source
` [PATCH v2 07/10] packfile: only prepare owning store in `packfile_store_prepare()`
` [PATCH v2 08/10] packfile: inline `find_kept_pack_entry()`

Feat. req.: add a flag to `git clean` to also remove ignored nested repositories
 2026-01-09  3:50 UTC 

[PATCH] builtin.h: update documentation
 2026-01-09  3:39 UTC 

[GSoC] t7101: modernize test path checks
 2026-01-09  3:20 UTC 

[PATCH] gitfaq: document using stash import/export to sync working tree
 2026-01-09  1:46 UTC 

[Bug] hook: -Wanalyzer-deref-before-check warning in run_hooks_opt
 2026-01-09  1:24 UTC 

git init with specified user.email
 2026-01-08 23:22 UTC  (2+ messages)

[PATCH] http-backend: write newlines to stderr when responding with errors
 2026-01-08 22:59 UTC 

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

[PATCH 0/6] doc: patch-id: six small improvements
 2026-01-08 18:26 UTC  (10+ messages)
` [PATCH 1/6] doc: patch-id: don’t use semicolon between bullet points
` [PATCH 2/6] doc: patch-id: capitalize Git version
` [PATCH 3/6] patch-id: use “patch ID” throughout
` [PATCH 4/6] doc: patch-id: use definite article for the result
` [PATCH 5/6] doc: patch-id: spell out the git-diff-tree(1) form
` [PATCH 6/6] doc: patch-id: --verbatim locks in --stable

[PATCH] doc: git-blame: convert blame to new doc format
 2026-01-08 18:24 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] doc: blame-options: convert "
  ` [PATCH v2 2/2] doc: git-blame: "

[RFC] reftable: indexed_table_ref_iter inefficiency
 2026-01-08 17:58 UTC 

[PATCH] Documentation/MyFirstContribution: add missing dependencies and clarify build steps
 2026-01-08 17:40 UTC 

[PATCH v1-1 0/2] workaround for iconv under macOS 14/15
 2026-01-08 17:40 UTC 

[PATCH v1 2/2] utf8.c: Enable workaround for iconv under macOS 14/15
 2026-01-08 17:40 UTC 

[PATCH v1 1/2] utf8.c: Prepare workaround for iconv under macOS 14/15
 2026-01-08 17:40 UTC 

Improved Rust hunk headers
 2026-01-08 17:29 UTC  (2+ messages)

[PATCH v1 0/2] workaround for iconv under macOS 14/15
 2026-01-08 17:23 UTC 

[PATCH v1 2/2] utf8.c: Enable workaround for iconv under macOS 14/15
 2026-01-08 17:23 UTC 

[PATCH v1 1/2] utf8.c: Prepare workaround for iconv under macOS 14/15
 2026-01-08 17:23 UTC 

[PATCH v2] reftable/iter: fix undefined behavior in indexed_table_ref_iter_next
 2026-01-08 16:52 UTC  (3+ messages)
  ` [PATCH v2] reftable/iter: fix UB "

[GSoC PATCH v4] add -p: show user's hunk decision when selecting hunks
 2026-01-08 15:07 UTC  (12+ messages)
` [GSoC PATCH v5] "
  ` [GSoC PATCH v6] "
    ` [GSoC PATCH v7] "

[PATCH 00/10] Xdiff cleanup part 3
 2026-01-08 14:34 UTC  (3+ messages)
` [PATCH 01/10] ivec: introduce the C side of ivec

[PATCH v3] lockfile: add PID file for debugging stale locks
 2026-01-08 14:19 UTC  (4+ messages)
` [PATCH v4] "

What's cooking in git.git (Jan 2026, #03)
 2026-01-08 13:08 UTC  (2+ messages)

[PATCH 0/2] Update clar for improved integer handling
 2026-01-08 12:46 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] t/unit-tests: update clar to 39f11fe

ABQ
 2026-01-08 10:19 UTC  (2+ messages)

[PATCH 0/8] Improvements for reading object info
 2026-01-08  9:30 UTC  (18+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] object-file: always set OI_LOOSE when "
  ` [PATCH v3 3/7] packfile: extend `is_delta` field to allow for "unknown" state
` [PATCH v4 0/7] Improvements for reading object info
  ` [PATCH v4 1/7] object-file: always set OI_LOOSE when "
  ` [PATCH v4 2/7] packfile: always declare object info to be OI_PACKED
  ` [PATCH v4 3/7] packfile: extend `is_delta` field to allow for "unknown" state
  ` [PATCH v4 4/7] packfile: always populate pack-specific info when reading object info
  ` [PATCH v4 5/7] packfile: disentangle return value of `packed_object_info()`
  ` [PATCH v4 6/7] packfile: skip unpacking object header for disk size requests
  ` [PATCH v4 7/7] packfile: drop repository parameter from `packed_object_info()`

[PATCH v2] ws: add new tab-between-non-ws check
 2026-01-08  9:01 UTC  (7+ messages)

Slow git pack-refs --all
 2026-01-08  6:33 UTC  (14+ messages)

[PATCH] repo: add new flag --keys to git-repo-info
 2026-01-08  6:13 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] repo: add a default output format to enum output_format

[GSoC PATCH] t1420-lost-found.sh: use test_path_is_file for error logging
 2026-01-08  1:30 UTC  (4+ messages)
` [GSoC PATCH v2 1/1] t1420: modernize the lost-found test

[PATCH] ignores: handle non UTF-8 exclude files
 2026-01-08  1:13 UTC  (13+ messages)

Delta Islands without bitmaps?
 2026-01-08  0:56 UTC 

What are the changes that mingw-w64-x86_64-git-extra
 2026-01-07 21:47 UTC 

What's cooking in git.git (Jan 2026, #02)
 2026-01-07 20:15 UTC  (3+ messages)

git-last-modified on bare repository
 2026-01-07 17:12 UTC  (9+ messages)

[Outreachy] Blog: Refactor in order to reduce Git’s global state (week 3 & 4)
 2026-01-07 15:42 UTC 

[Outreachy PATCH v2] environment: move "core.attributesFile" into repo-setting
 2026-01-07 15:33 UTC  (11+ messages)

Project Financing Opportunity
 2026-01-07 13:18 UTC 

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2026-01-07 10:05 UTC  (13+ messages)
` [PATCH 2/9] promisor-remote: allow a client to store fields
` [PATCH 4/9] fetch: make filter_options local to cmd_fetch()
` [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] cat-file: only use bitmaps when filtering
 2026-01-07  8:20 UTC  (2+ messages)

[PATCH] t5550: add netrc tests for http 401/403
 2026-01-07  7:47 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

question about affected version of CVE-2025-48385
 2026-01-07  5:36 UTC 

[PATCH v2 0/5] replay: die descriptively when invalid commit-ish
 2026-01-07  3:56 UTC  (4+ messages)
` [PATCH v3 0/6] "

[PATCH v3 0/4] doc: git-reset: clarify DESCRIPTION section
 2026-01-07  3:55 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/3] Some random object database related fixes
 2026-01-07  3:51 UTC  (12+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] builtin/gc: fix condition for whether to write commit graphs
` [PATCH v3 0/2] Some random object database related fixes
  ` [PATCH v3 1/2] builtin/gc: fix condition for whether to write commit graphs
  ` [PATCH v3 2/2] odb: properly close sources before freeing them

[PATCH] fsck: snapshot default refs before object walk
 2026-01-07  1:29 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] more t/perf meson/GIT-BUILD-OPTIONS fallout
 2026-01-06 17:07 UTC  (4+ messages)
` [PATCH 1/2] t/perf/perf-lib: fix assignment of TEST_OUTPUT_DIRECTORY
` [PATCH 2/2] t/perf/run: preserve GIT_PERF_* from environment

Unexpected behavior in git diff --relative=<path>
 2026-01-06 16:58 UTC  (2+ messages)

[PATCH v7 00/12] Introduce git-history(1) command for easy history editing
 2026-01-06 15:41 UTC  (4+ messages)
` [PATCH v7 04/12] builtin: add new "history" command

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2026-01-06 15:40 UTC  (14+ messages)

contrib/bazel interest check
 2026-01-06 14:39 UTC  (3+ messages)

Metadata for merge conflicts during rebase (to aid rustc) and potential for better user experience?
 2026-01-06 14:29 UTC  (4+ messages)

How is git diff --relative supposed to work?
 2026-01-06 10:22 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;
as well as URLs for NNTP newsgroup(s).