Git development
 help / color / mirror / Atom feed
 messages from 2026-04-18 01:23:26 to 2026-04-21 18:51:50 UTC [more...]

[PATCH 0/8] pack-bitmap: fix various pseudo-merge bugs
 2026-04-21 18:51 UTC  (8+ messages)
` [PATCH 1/8] t/helper: add 'test-tool bitmap write' subcommand
` [PATCH 2/8] t5333: demonstrate various pseudo-merge bugs
` [PATCH 7/8] pack-bitmap: reject pseudo-merge "sampleRate" of 0

[PATCH 0/4] fetch: add --must-have and remote.*.mustHave
 2026-04-21 18:06 UTC  (14+ messages)
` [PATCH v2 0/7] fetch: rework negotiation tip options
  ` [PATCH v2 2/7] fetch: add --negotiation-restrict option
  ` [PATCH v2 3/7] transport: rename negotiation_tips
  ` [PATCH v2 5/7] fetch: add --negotiation-require option for negotiation

[ANNOUNCE] Git Merge 2026, (September 17-18, in Lisbon)
 2026-04-21 16:35 UTC 

[PATCH] git-gui: handle bare repo or missing worktree
 2026-04-21 16:28 UTC 

[PATCH] refs/files: skip lock files during consistency checks
 2026-04-21 16:04 UTC  (6+ messages)

[PATCH 0/2] status: improve rebase todo list parsing
 2026-04-21 16:03 UTC  (5+ messages)
` [PATCH 1/2] sequencer: factor out parsing of todo commands
` [PATCH 2/2] status: improve rebase todo list parsing

[PATCH] stash: infer "push" when push-specific options are given
 2026-04-21 15:28 UTC  (3+ messages)
` [PATCH v5] stash: assume "push" when command line starts with an option

[PATCH RFC 0/2] Move libgit.a sources into separate "lib/" directory
 2026-04-21 14:13 UTC  (11+ messages)
` [PATCH RFC 2/2] "

[PATCH 0/4] ci: GitHub Actions updates (brought to you by Dependabot)
 2026-04-21 12:41 UTC  (5+ messages)
` [PATCH 1/4] ci: bump microsoft/setup-msbuild from v2 to v3
` [PATCH 2/4] ci: bump actions/{upload,download}-artifact to v7 and v8
` [PATCH 3/4] ci: bump actions/github-script from v8 to v9
` [PATCH 4/4] ci: bump actions/checkout from v5 to v6

[BUG] git-credential-libsecret writes secret to stdout on store
 2026-04-21 11:37 UTC  (2+ messages)

[PATCH 00/18] setup: drop uses of `the_repository`
 2026-04-21  9:41 UTC  (23+ messages)
` [PATCH 01/18] setup: replace use of `the_repository` in static functions
` [PATCH 02/18] setup: stop using `the_repository` in `is_inside_worktree()`
` [PATCH 03/18] setup: stop using `the_repository` in `is_inside_git_dir()`
` [PATCH 04/18] setup: stop using `the_repository` in `prefix_path()`
` [PATCH 05/18] setup: stop using `the_repository` in `path_inside_repo()`
` [PATCH 06/18] setup: stop using `the_repository` in `verify_filename()`
` [PATCH 07/18] setup: stop using `the_repository` in `verify_non_filename()`
` [PATCH 08/18] setup: stop using `the_repository` in `enter_repo()`
` [PATCH 09/18] setup: stop using `the_repository` in `setup_work_tree()`
` [PATCH 10/18] setup: stop using `the_repository` in `set_git_work_tree()`
` [PATCH 11/18] setup: stop using `the_repository` in `setup_git_env()`
` [PATCH 12/18] setup: stop using `the_repository` in `setup_git_directory_gently()`
` [PATCH 13/18] setup: stop using `the_repository` in `setup_git_directory()`
` [PATCH 14/18] setup: stop using `the_repository` in `upgrade_repository_format()`
` [PATCH 15/18] setup: stop using `the_repository` in `check_repository_format()`
` [PATCH 16/18] setup: stop using `the_repository` in `initialize_repository_version()`
` [PATCH 17/18] setup: stop using `the_repository` in `create_reference_database()`
` [PATCH 18/18] setup: stop using `the_repository` in `init_db()`

[PATCH v14 0/5] checkout: 'autostash' for branch switching
 2026-04-21  9:34 UTC  (3+ messages)
` [PATCH] checkout: add --autostash option "

[BUG] v2.45+: git commit -S invalidates signature for non-UTF-8 messages
 2026-04-21  7:39 UTC  (5+ messages)
  ` [PATCH 1/2] commit: name UTF-8 function appropriately
    ` [PATCH 2/2] commit: sign commit after mutating buffer

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

[PATCH 0/3] t7004: cleanup and modernize brittle tests
 2026-04-21  5:38 UTC  (9+ messages)
` [PATCH 1/3] t7004: drop hardcoded tag count in invalid name test
` [PATCH v2 0/3] t7004: cleanup and modernize brittle tests
  ` [PATCH v2 1/3] t7004: drop hardcoded tag count for state verification
  ` [PATCH v2 2/3] t7004: dynamically grab expected state in tests
  ` [PATCH v2 3/3] t7004: avoid subshells to capture git exit codes

[PATCH 0/3] contrib/subtree: reduce recursion during split
 2026-04-21  5:07 UTC  (9+ messages)
` [PATCH v2 "

git grep bug with --column and --only-matching
 2026-04-21  5:03 UTC 

[PATCH] revision.c: implement --reverse=before for walks
 2026-04-21  3:48 UTC  (17+ messages)

[PATCH 0/5] Duplicate entry hardening
 2026-04-21  0:26 UTC  (6+ messages)
` [PATCH 1/5] merge-ort: propagate callback errors from traverse_trees_wrapper()
` [PATCH 2/5] merge-ort: drop unnecessary show_all_errors from collect_merge_info()
` [PATCH 3/5] merge-ort: free diff pairs queue in clear_or_reinit_internal_opts()
` [PATCH 4/5] merge-ort: abort merge when trees have duplicate entries
` [PATCH 5/5] cache-tree: fix verify_cache() to catch non-adjacent D/F conflicts

What's cooking in git.git (Apr 2026, #07)
 2026-04-20 22:46 UTC 

[PATCH] merge-ort: handle cached rename & trivial resolution interaction better
 2026-04-20 22:30 UTC 

[PATCH] t6112: avoid tilde expansion
 2026-04-20 20:52 UTC  (3+ messages)

[PATCH] commit -v: add --word-diff opt to commit template
 2026-04-20 20:13 UTC 

[ANNOUNCE] Git for Windows 2.54.0
 2026-04-20 19:02 UTC 

[PATCH] diff: fix out-of-bounds reads and NULL deref in diffstat UTF-8 truncation
 2026-04-20 16:41 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

What's cooking in git.git (Apr 2026, #06)
 2026-04-20 16:15 UTC 

[ANNOUNCE] Git v2.54.0
 2026-04-20 16:01 UTC 

GIt with diagrams and examples
 2026-04-20 12:29 UTC 

[PATCH v1 0/1] rev-list: add --missing=print-only mode
 2026-04-20 11:44 UTC  (11+ messages)
` [PATCH v1 1/1] "

[GIT PULL] l10n updates for Git 2.54.0
 2026-04-20 11:38 UTC  (4+ messages)
` [GIT PULL v2] "

[PATCH 0/8] refs: move some of the generic logic out of the backends
 2026-04-20 10:12 UTC  (9+ messages)
` [PATCH 1/8] refs: remove unused typedef 'ref_transaction_commit_fn'
` [PATCH 2/8] refs: extract out reflog config to generic layer
` [PATCH 3/8] refs: return `ref_transaction_error` from `ref_transaction_update()`
` [PATCH 4/8] update-ref: move `print_rejected_refs()` up
` [PATCH 5/8] update-ref: handle rejections while adding updates
` [PATCH 6/8] refs: move object parsing to the generic layer
` [PATCH 7/8] refs: add peeled object ID to the `ref_update` struct
` [PATCH 8/8] refs: use peeled tag values in reference backends

git, network filesystems and is_path_owned_by_current_uid()
 2026-04-20  7:40 UTC 

What's cooking in git.git (Apr 2026, #05)
 2026-04-20  7:19 UTC  (2+ messages)

[PATCH 00/18] setup: drop uses of `the_repository`
 2026-04-20  7:06 UTC  (10+ messages)
` [PATCH 09/18] setup: stop using `the_repository` in `setup_work_tree()`
` [PATCH 10/18] setup: stop using `the_repository` in `set_git_work_tree()`
` [PATCH 15/18] setup: stop using `the_repository` in `check_repository_format()`

[PATCH v4 00/12] t: detect errors outside of test cases
 2026-04-20  6:11 UTC  (12+ messages)
` [PATCH v4 12/12] "

[ANNOUNCE] Git v2.54.0-rc2
 2026-04-20  1:52 UTC  (10+ messages)
` MIDX woes, was "

Subject: Inquiry: Git versions you provide and Windows 11 compatibility
 2026-04-20  0:19 UTC  (3+ messages)

[PATCH 0/3] Batch prefetching
 2026-04-19 14:04 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] builtin/log: prefetch necessary blobs for `git cherry`

gitk: race condition when changing view
 2026-04-18 17:48 UTC  (2+ messages)

[GSoC PATCH v5 0/6] preserve promisor files content after repack
 2026-04-18 14:17 UTC  (8+ messages)
` [GSoC PATCH v6 "
  ` [GSoC PATCH v6 1/6] pack-write: add explanation to promisor file content
  ` [GSoC PATCH v6 2/6] repack-promisor add helper to fill promisor file after repack
  ` [GSoC PATCH v6 3/6] repack-promisor: preserve content of promisor files "
  ` [GSoC PATCH v6 4/6] t7700: test for promisor file content "
  ` [GSoC PATCH v6 5/6] t7703: test for promisor file content after geometric repack
  ` [GSoC PATCH v6 6/6] repack-promisor: add missing headers

[PATCH 06/12] t: prepare execution of potentially failing commands for `set -e`
 2026-04-18  8:01 UTC  (11+ messages)


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