git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-15 00:58:21 to 2025-11-18 20:16:23 UTC [more...]

[PATCH] repo: add --all to git-repo-info
 2025-11-18 20:16 UTC  (8+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] repo: factor out field printing to dedicated function
  ` [PATCH v4 2/2] repo: add --all to git-repo-info

Interactive rebase bug involving merge commits
 2025-11-18 19:52 UTC  (2+ messages)

[PATCH 0/3] fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>
 2025-11-18 19:04 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] fast-import: refactor finalize_commit_buffer()
  ` [PATCH v2 2/3] commit: refactor verify_commit_buffer()
  ` [PATCH v2 3/3] fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>

[PATCH] win32: pthread_cond_wait should return a value
 2025-11-18 18:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] fetch: fix non-conflicting tags not being committed
 2025-11-18 18:03 UTC  (6+ messages)
` [PATCH v6 0/3] "
  ` [PATCH v6 1/3] fetch: extract out reference committing logic
  ` [PATCH v6 2/3] fetch: fix non-conflicting tags not being committed
  ` [PATCH v6 3/3] fetch: fix failed batched updates skipping operations

[PATCH 0/2] worktree list: fix column alignment
 2025-11-18 17:03 UTC  (4+ messages)
` [PATCH 1/2] worktree list: fix column spacing
` [PATCH 2/2] worktree list: quote paths

[PATCH] win32: remove handling for impossible cases in win32_pthread_join
 2025-11-18 17:02 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] win32: return error if SleepConditionVariableCS fails
 2025-11-18 15:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/9] asan bonanza
 2025-11-18 14:30 UTC  (30+ messages)
` [PATCH 2/9] pack-bitmap: handle name-hash lookups in incremental bitmaps
` [PATCH 3/9] Makefile: turn on NO_MMAP when building with ASan
` [PATCH 4/9] cache-tree: avoid strtol() on non-string buffer
` [PATCH 8/9] fsck: avoid parse_timestamp() on buffer that isn't NUL-terminated
` [PATCH v2 0/9] asan bonanza
  ` [PATCH v2 1/9] compat/mmap: mark unused argument in git_munmap()
  ` [PATCH v2 2/9] pack-bitmap: handle name-hash lookups in incremental bitmaps
  ` [PATCH v2 3/9] Makefile: turn on NO_MMAP when building with ASan
  ` [PATCH v2 4/9] cache-tree: avoid strtol() on non-string buffer
  ` [PATCH v2 5/9] fsck: assert newline presence in fsck_ident()
  ` [PATCH v2 6/9] fsck: avoid strcspn() "
  ` [PATCH v2 7/9] fsck: remove redundant date timestamp check
  ` [PATCH v2 8/9] fsck: avoid parse_timestamp() on buffer that isn't NUL-terminated
  ` [PATCH v2 9/9] t: enable ASan's strict_string_checks option

[PATCH] test-mktemp: plug memory and descriptor leaks
 2025-11-18 12:21 UTC 

[PATCH 1/2] doc: git-worktree: Link to examples
 2025-11-18 12:01 UTC  (6+ messages)
` [PATCH v2 2/2] doc: git-worktree: Add side by side branch checkout example

What's cooking in git.git (Nov 2025, #04; Fri, 14)
 2025-11-18  9:58 UTC  (5+ messages)

[PATCH] osxkeychain: avoid incorrectly skipping store operation
 2025-11-18  9:57 UTC  (3+ messages)

[PATCH] mingw: avoid the comma operator
 2025-11-18  9:49 UTC  (3+ messages)

[PATCH] wrapper: simplify xmkstemp()
 2025-11-18  9:46 UTC  (3+ messages)

[PATCH] ci(dockerized): do show the result of failing tests again
 2025-11-18  9:36 UTC  (3+ messages)

[PATCH 0/2] meson-windows-test ci output fixes
 2025-11-18  9:35 UTC  (3+ messages)
` [PATCH 1/2] unit-test: ignore --no-chain-lint
` [PATCH 2/2] ci(windows-meson-test): handle options and output like other test jobs

[PATCH] doc: commit: link to git-status(1) on all format options
 2025-11-18  9:09 UTC  (3+ messages)

[PATCH] l10n: bump actions/setup-go from 5 to 6
 2025-11-18  7:41 UTC  (4+ messages)
  ` [PATCH] ci: "

[PATCH] diff: "lisp" userdiff_driver
 2025-11-18  4:38 UTC  (6+ messages)

[ANNOUNCE] Git for Windows 2.52.0
 2025-11-18  0:33 UTC 

[PATCH/RFC 0/4] config: read both home and xdg files for --global
 2025-11-18  0:28 UTC  (3+ messages)

[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
 2025-11-18  0:13 UTC  (21+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 01/15] repository: require Rust support for interoperability
  ` [PATCH v2 02/15] conversion: don't crash when no destination algo
  ` [PATCH v2 03/15] hash: use uint32_t for object_id algorithm
  ` [PATCH v2 04/15] rust: add a ObjectID struct
  ` [PATCH v2 05/15] rust: add a hash algorithm abstraction
  ` [PATCH v2 06/15] hash: add a function to look up hash algo structs
  ` [PATCH v2 07/15] rust: add additional helpers for ObjectID
  ` [PATCH v2 08/15] csum-file: define hashwrite's count as a uint32_t
  ` [PATCH v2 09/15] write-or-die: add an fsync component for the object map
  ` [PATCH v2 10/15] hash: expose hash context functions to Rust
  ` [PATCH v2 11/15] rust: add a build.rs script for tests
  ` [PATCH v2 12/15] rust: add functionality to hash an object
  ` [PATCH v2 13/15] rust: add a new binary object map format
  ` [PATCH v2 14/15] rust: add a small wrapper around the hashfile code
  ` [PATCH v2 15/15] object-file-convert: always make sure object ID algo is valid

What is the reason behind not hiding git worktrees from git?
 2025-11-17 22:57 UTC  (8+ messages)

[PATCH 0/3] Fix another crazy rename assertion
 2025-11-17 22:10 UTC  (7+ messages)
` [PATCH 1/3] t6429: update comment to mention correct tool

[PATCH] make strip: include `scalar`
 2025-11-17 22:04 UTC  (2+ messages)

[PATCH] cmake: stop trying to build the reftable and xdiff libraries
 2025-11-17 20:40 UTC 

[PATCH] wincred: avoid memory corruption
 2025-11-17 20:39 UTC 

[PATCH v4 0/2] blame: make diff algorithm configurable
 2025-11-17 18:24 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
    ` [PATCH v6 1/2] xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASK
    ` [PATCH v6 2/2] blame: make diff algorithm configurable

[PATCH v4 00/10] A couple of CI improvements
 2025-11-17 17:30 UTC  (4+ messages)
` [PATCH v4 03/10] github: adapt containerized jobs to be rootless

What's cooking in git.git (Nov 2025, #05; Mon, 17)
 2025-11-17 17:18 UTC 

[ANNOUNCE] Git v2.52.0
 2025-11-17 17:08 UTC 

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-11-17 16:51 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 10/10] receive-pack: convert receive hooks to hook API

[PATCH v6 00/11] Introduce git-history(1) command for easy history editing
 2025-11-17 16:28 UTC  (7+ messages)
` [PATCH v6 02/11] replay: extract logic to pick commits
` [PATCH v6 04/11] builtin: add new "history" command
` [PATCH v6 05/11] builtin/history: implement "reword" subcommand

[PATCH v5 0/2] fetch: fix non-conflicting tags not being committed
 2025-11-17 15:38 UTC  (6+ messages)
` [PATCH v5 2/2] "

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-11-17 15:22 UTC  (4+ messages)
` [PATCH v4 0/4] "

[PATCH] commit: add --committer option
 2025-11-17 15:18 UTC  (13+ messages)

[RFC] Adding a native, opt-in versioning system to Git (distinct from tags and branch names)
 2025-11-17 15:03 UTC  (4+ messages)

[RFC] Proposed Git Workflow for Permanent History, Explicit Branch Status, and Developer Continuity
 2025-11-17 14:37 UTC  (11+ messages)
          ` Was "Re: [RFC] Proposed Git Workflow for Permanent History, Explicit Branch Status, and Developer Continuity" now "Skybuck's GitFlow"

[PATCH 0/4] git-gui: GIT_ASK_YESNO/GIT_ASKPASS patches from Git for Windows
 2025-11-17 14:03 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] git gui: set GIT_ASKPASS=git-gui--askpass if not set yet

## 🛠️ Proposal: Git Work Item Tracking (WorkFlow)
 2025-11-17 13:51 UTC 

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-11-17 13:37 UTC  (12+ messages)
` [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash
      ` gitoxide-compatible licensing of Git's Rust code, was "

`git submodule update --single-branch` tracks HEAD instead of branch from .gitmodules
 2025-11-17  9:20 UTC 

git fails to checkout SHA1 submodule in SHA256 repo with --depth=1
 2025-11-17  8:53 UTC  (18+ messages)
` [PATCH] object-file: disallow adding submodules of different hash algo
  ` [PATCH v2 1/2] "
    ` [PATCH v2 2/2] read-cache: drop submodule check from add_to_cache()

[PATCH v6 0/4] rebase: support --trailer
 2025-11-17  3:38 UTC  (3+ messages)

[PATCH v3 00/10] Xdiff cleanup part2
 2025-11-17  2:08 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/10] doc: define unambiguous type mappings across C and Rust
  ` [PATCH v4 03/10] xdiff: make xrecord_t.ptr a uint8_t instead of char

CI Failures
 2025-11-17  0:25 UTC  (8+ messages)
    ` CI Failures (osx with p4)

[PATCH] Use Perforce arm64 binary on macOS CI jobs
 2025-11-16 23:10 UTC 

[GIT PULL] l10n updates for 2.52.0
 2025-11-16 22:58 UTC  (2+ messages)

[PATCH 0/3] git-prompt: add quiet upstream indicator option
 2025-11-16 16:55 UTC  (7+ messages)
` [PATCH 1/3] t9903: shorten setup using test_commit
` [PATCH 2/3] t9903: add upstream indicator tests
` [PATCH 3/3] git-prompt: add quiet upstream indicator option

[PATCH 0/2] Fix misaligned output of git repo structure
 2025-11-16 16:51 UTC  (21+ messages)
` [PATCH 1/2] t/unit-tests: add UTF-8 width tests for CJK chars
` [PATCH 2/2] builtin/repo: fix table alignment for UTF-8 characters
` [PATCH v2 0/2] Fix misaligned output of git repo structure
  ` [PATCH v2 1/2] t/unit-tests: add UTF-8 width tests for CJK chars
  ` [PATCH v2 2/2] builtin/repo: fix table alignment for UTF-8 characters

[PATCH] submodule add: sanity check existing .gitmodules
 2025-11-16  7:02 UTC 

Ref list fails to load in gitk when stale tracking reference exists
 2025-11-15 22:06 UTC  (3+ messages)

[PATCH v2] commit: add --committer option
 2025-11-15 15:43 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

I still use git whatchanged
 2025-11-15 14:55 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).