Git development
 help / color / mirror / Atom feed
 messages from 2026-04-10 15:04:01 to 2026-04-14 17:06:40 UTC [more...]

[PATCH v4 0/6] Xdiff cleanup part 3
 2026-04-14 17:06 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 4/6] xdiff/xdl_cleanup_records: make limits more clear

[PATCH 0/3] t7004: cleanup and modernize brittle tests
 2026-04-14 17:00 UTC  (6+ messages)
` [PATCH 1/3] t7004: drop hardcoded tag count in invalid name test
` [PATCH 2/3] t7004: dynamically grab expected state in tests
` [PATCH 3/3] t7004: avoid subshells to capture git exit codes

[PATCH v7 0/4] checkout: 'autostash' for branch switching
 2026-04-14 16:39 UTC  (51+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/4] stash: add --ours-label, --theirs-label, --base-label for apply
      ` [PATCH] checkout: add --autostash option for branch switching
  ` [PATCH v8 2/4] sequencer: allow create_autostash to run silently
  ` [PATCH v8 3/4] sequencer: teach autostash apply to take optional conflict marker labels
  ` [PATCH v9 0/4] checkout: 'autostash' for branch switching
    ` [PATCH v9 1/4] stash: add --label-ours, --label-theirs, --label-base for apply
    ` [PATCH v9 2/4] sequencer: allow create_autostash to run silently
    ` [PATCH v9 3/4] sequencer: teach autostash apply to take optional conflict marker labels
    ` [PATCH v9 4/4] checkout: -m (--merge) uses autostash when switching branches
    ` [PATCH v10 0/4] checkout: 'autostash' for branch switching
      ` [PATCH v10 1/4] stash: add --label-ours, --label-theirs, --label-base for apply
      ` [PATCH v10 2/4] sequencer: allow create_autostash to run silently
      ` [PATCH v10 3/4] sequencer: teach autostash apply to take optional conflict marker labels
      ` [PATCH v10 4/4] checkout: -m (--merge) uses autostash when switching branches
      ` [PATCH v11 0/4] checkout: 'autostash' for branch switching
        ` [PATCH v11 1/4] stash: add --label-ours, --label-theirs, --label-base for apply
        ` [PATCH v11 2/4] sequencer: allow create_autostash to run silently
        ` [PATCH v11 3/4] sequencer: teach autostash apply to take optional conflict marker labels
        ` [PATCH v11 4/4] checkout: -m (--merge) uses autostash when switching branches
        ` [PATCH v12 0/4] checkout: 'autostash' for branch switching
          ` [PATCH v12 1/4] stash: add --label-ours, --label-theirs, --label-base for apply
          ` [PATCH v12 2/4] sequencer: allow create_autostash to run silently
          ` [PATCH v12 3/4] sequencer: teach autostash apply to take optional conflict marker labels
          ` [PATCH v12 4/4] checkout: -m (--merge) uses autostash when switching branches

[ANNOUNCE] Git v2.54.0-rc2
 2026-04-14 15:22 UTC 

[PATCH v2 0/8] repo_config_values: migrate more globals
 2026-04-14 14:32 UTC  (13+ messages)
` [PATCH v2 1/8] environment: move "trust_ctime" into `struct repo_config_values`
` [PATCH v2 2/8] environment: move "check_stat" "
` [PATCH v2 3/8] environment: move `zlib_compression_level` into repo_config_values
` [PATCH v2 5/8] environment: move "precomposed_unicode" into `struct repo_config_values`

[PATCH 00/12] t: detect errors outside of test cases
 2026-04-14 13:41 UTC  (36+ messages)
` [PATCH 01/12] t: prepare `test_match_signal ()` calls for `set -e`
` [PATCH 02/12] t: prepare `test_must_fail ()` "
` [PATCH 03/12] t: prepare `stop_git_daemon "
` [PATCH 04/12] t: prepare `git config --unset` calls "
` [PATCH 05/12] t: prepare conditional test execution "
` [PATCH 06/12] t: prepare execution of potentially failing commands "
` [PATCH 07/12] t: prepare `test_when_finished ()`/`test_atexit()` "
` [PATCH 08/12] t0008: silence error in subshell when using `grep -v`
` [PATCH 09/12] t1301: don't fail in case setfacl(1) doesn't exist or fails
` [PATCH 10/12] t6002: fix use of `expr` with `set -e`
` [PATCH 11/12] t9902: fix use of `read` "
` [PATCH 12/12] t: detect errors outside of test cases

[PATCH 00/16] odb: introduce "inmemory" source
 2026-04-14  8:45 UTC  (5+ messages)
` [PATCH v3 00/17] odb: introduce "in-memory" source
  ` [PATCH v3 17/17] t/unit-tests: add tests for the in-memory object source

How should submodules use different sshCommand during initial update?
 2026-04-14  7:25 UTC  (5+ messages)

What's cooking in git.git (Apr 2026, #04)
 2026-04-14  2:32 UTC 

Subject: Inquiry: Git versions you provide and Windows 11 compatibility
 2026-04-14  1:16 UTC  (3+ messages)

[PATCH 0/8] pack-bitmap: fix various pseudo-merge bugs
 2026-04-13 23:57 UTC  (9+ messages)
` [PATCH 1/8] t/helper: add 'test-tool bitmap write' subcommand
` [PATCH 2/8] t5333: demonstrate various pseudo-merge bugs
` [PATCH 3/8] pack-bitmap-write: sort pseudo-merge commit lookup table in pack order
` [PATCH 4/8] pack-bitmap: fix inverted binary search in `pseudo_merge_at()`
` [PATCH 5/8] pack-bitmap: fix pseudo-merge lookup for shared commits
` [PATCH 6/8] pack-bitmap: parse commits in `find_pseudo_merge_group_for_ref()`
` [PATCH 7/8] pack-bitmap: reject pseudo-merge "sampleRate" of 0
` [PATCH 8/8] pack-bitmap: prevent pattern leak on pseudo-merge re-assignment

[RFD] not grep but not log -S
 2026-04-13 22:04 UTC  (2+ messages)

[GSoC PATCH v2] backfill: add --[no-]progress option
 2026-04-13 19:02 UTC  (3+ messages)

[PATCH] CI: bump actions/checkout from 4 to 5 for rust-analysis job
 2026-04-13 18:24 UTC 

[GSoC PATCH] promisor-remote: fix promisor.quiet to use the correct repository
 2026-04-13 18:22 UTC  (5+ messages)

[PATCH] codeql: bump actions/cache from 4 to 5
 2026-04-13 18:21 UTC  (3+ messages)

[RFC] New command: git-recall -- a developer standup/activity tool
 2026-04-13 18:07 UTC  (2+ messages)

[PATCH] doc: am: correct to full --no-message-id
 2026-04-13 17:32 UTC  (2+ messages)

[PATCH 0/2] doc: interpret-trailers: explain key format
 2026-04-13 15:48 UTC  (13+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] doc: interpret-trailers: stop fixating on RFC 822
  ` [PATCH v2 2/9] doc: interpret-trailers: replace “lines” with “metadata”
  ` [PATCH v2 3/9] doc: interpret-trailers: use “metadata” in Name as well
  ` [PATCH v2 4/9] doc: interpret-trailers: not just for commit messages
  ` [PATCH v2 5/9] doc: interpret-trailers: explain the format after the intro
  ` [PATCH v2 6/9] doc: interpret-trailers: explain key format
  ` [PATCH v2 7/9] doc: interpret-trailers: add key format example
  ` [PATCH v2 8/9] doc: interpret-trailers: commit to “trailer block” term
  ` [PATCH v2 9/9] doc: intepret-trailers: document comment line treatment

[PATCH 00/18] setup: drop uses of `the_repository`
 2026-04-13 15:36 UTC  (7+ messages)
` [PATCH 03/18] setup: stop using `the_repository` in `is_inside_git_dir()`

[PATCH] stash: infer "push" when push-specific options are given
 2026-04-13 15:09 UTC  (4+ messages)
` [PATCH v4] stash: infer "push" when command line starts with an option

ji
 2026-04-13 11:13 UTC 

[PATCH] gitglossary: fix indentation of sub-lists
 2026-04-12 19:56 UTC  (7+ messages)
      ` [PATCH v2] "

[GSoC] Proposal: Complete and extend the remote-object-info command for git cat-file
 2026-04-12 14:41 UTC  (4+ messages)
` [GSoC v3] "
  ` [GSoC v4] "

[GSoC PATCH v3 0/5] preserve promisor files content after repack
 2026-04-12  6:27 UTC  (26+ messages)
` [GSoC PATCH v4 "
  ` [GSoC PATCH v4 2/5] pack-write: add helper to fill promisor file "
      ` [PATCH] CodingGuidelines: st_mtimespec vs st_mtim vs st_mtime
  ` [GSoC PATCH v4 3/5] repack-promisor: preserve content of promisor files after repack
  ` [GSoC PATCH v4 4/5] t7700: test for promisor file content "
  ` [GSoC PATCH v4 5/5] t7703: test for promisor file content after geometric repack
  ` [GSoC PATCH v5 0/6] preserve promisor files content after repack
    ` [GSoC PATCH v5 1/6] pack-write: add explanation to promisor file content
    ` [GSoC PATCH v5 2/6] repack-promisor add helper to fill promisor file after repack
    ` [GSoC PATCH v5 3/6] repack-promisor: preserve content of promisor files "
    ` [GSoC PATCH v5 4/6] t7700: test for promisor file content "
    ` [GSoC PATCH v5 5/6] t7703: test for promisor file content after geometric repack
    ` [GSoC PATCH v5 6/6] repack-promisor: add missing headers

[PATCH] doc: am: revert Message-ID trailer claim
 2026-04-11 20:15 UTC 

[PATCH/RFC] stash: add --include-untracked support to git stash create
 2026-04-11  7:17 UTC  (2+ messages)

[PATCH v2 0/4] Enable Rust by default
 2026-04-10 22:35 UTC  (8+ messages)

[PATCH v2 0/1] cat-file: add mailmap subcommand to --batch-command
 2026-04-10 18:29 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
 2026-04-10 16:54 UTC  (4+ messages)
` [GSoC RFC PATCH v2 0/1] graph: add indentation for commits preceded by a parentless commit

[PATCH v3 0/8] Some build system improvements
 2026-04-10 16:05 UTC  (5+ messages)
` [PATCH v3 8/8] meson: precompile "git-compat-util.h"

[PATCH] bundle-uri: drain remaining response on invalid bundle-uri lines
 2026-04-10 15:38 UTC  (4+ messages)

[PATCH 0/8] Some build system improvements
 2026-04-10 15:17 UTC  (7+ messages)
` [PATCH 7/8] meson: compile compatibility sources separately


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