Git development
 help / color / mirror / Atom feed
 messages from 2026-06-02 14:43:10 to 2026-06-03 22:51:37 UTC [more...]

[PATCH] worktree: record creation time and free-form note
 2026-06-03 22:51 UTC  (5+ messages)

[PATCH] git-gui: silence install recipes under "make -s"
 2026-06-03 21:38 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2] Documentation: recommend the use of b4
 2026-06-03 20:09 UTC  (28+ messages)
` [PATCH 1/2] b4: introduce configuration for the Git project
` [PATCH 2/2] Documentation/MyFirstContribution: recommend the use of b4
` [PATCH v2 0/3] Documentation: "
  ` [PATCH v2 1/3] Documentation/MyFirstContribution: recommend shallow threading
  ` [PATCH v2 2/3] Documentation/MyFirstContribution: recommend the use of b4
  ` [PATCH v2 3/3] b4: introduce configuration for the Git project

[PATCH v2 00/18] odb: make loose object source a proper `struct odb_source`
 2026-06-03 20:04 UTC  (5+ messages)
` [PATCH v2 01/18] odb/source-loose: move loose source into "odb/" subsystem

[PATCH 0/2] parse-options: introduce die_for_required_opt() helper
 2026-06-03 19:48 UTC  (4+ messages)
` [PATCH 1/2] parse-options: introduce die_for_required_opt()
` [PATCH 2/2] builtin/add: use die_for_required_opt() helper

[PATCH 0/2] builtin/history: introduce "drop" subcommand
 2026-06-03 19:04 UTC  (19+ messages)
` [PATCH 2/2] builtin/history: implement "
` [PATCH v2 0/9] builtin/history: introduce "
  ` [PATCH v2 1/9] read-cache: split out function to drop unmerged entries to stage 0
  ` [PATCH v2 2/9] reset: drop `USE_THE_REPOSITORY_VARIABLE`
  ` [PATCH v2 3/9] reset: modernize flags passed to `reset_head()`
  ` [PATCH v2 4/9] reset: introduce dry-run mode
  ` [PATCH v2 5/9] reset: introduce ability to skip reference updates
  ` [PATCH v2 6/9] reset: allow the caller to specify the current HEAD object
  ` [PATCH v2 7/9] reset: stop assuming that the caller passes in a clean index
  ` [PATCH v2 8/9] builtin/history: split handling of ref updates into two phases
  ` [PATCH v2 9/9] builtin/history: implement "drop" subcommand

[PATCH v2] completion: hide dotfiles for selected path completion
 2026-06-03 18:09 UTC  (2+ messages)
` Follow-up and appreciation regarding Git contributions

[PATCH 0/4] doc: replay: fix config link
 2026-06-03 16:04 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] doc: link to config for git-replay(1)
  ` [PATCH v2 2/4] doc: replay: improve config description
  ` [PATCH v2 3/4] doc: replay: use a nested description list
  ` [PATCH v2 4/4] doc: replay: move “default” to the right-hand side

[PATCH] t3070: skip ls-files tests with backslash patterns on Windows
 2026-06-03 14:23 UTC  (4+ messages)

Suggetsions for collaboration workflows in large repos
 2026-06-03 13:44 UTC  (5+ messages)

git hook question
 2026-06-03 13:07 UTC  (6+ messages)

[PATCH 0/8] setup: centralize object database creation
 2026-06-03 13:04 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORY
  ` [PATCH v2 3/8] setup: deduplicate logic to apply repository format
  ` [PATCH v2 4/8] repository: stop initializing the object database in `repo_set_gitdir()`
  ` [PATCH v2 5/8] setup: stop creating the object database in `setup_git_env()`

Git for Windows Failing to Clone
 2026-06-03 12:42 UTC  (2+ messages)

[PATCH v2] index-pack: retain child bases in delta cache
 2026-06-03 12:24 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] rebase: handle --update-refs branch symrefs
 2026-06-03 10:27 UTC  (2+ messages)
` [PATCH v2] rebase: skip branch symref aliases

[PATCH 0/3] contrib/subtree: reduce recursion during split
 2026-06-03  9:12 UTC  (7+ messages)
` [PATCH v2 "

[PATCH v11 0/6] branch: prune-merged
 2026-06-03  9:04 UTC  (8+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/6] branch: add --forked filter for --list mode
  ` [PATCH v12 2/6] branch: let delete_branches warn instead of error on bulk refusal
  ` [PATCH v12 3/6] branch: prepare delete_branches for a bulk caller
  ` [PATCH v12 4/6] branch: add --prune-merged <branch>
  ` [PATCH v12 5/6] branch: add branch.<name>.pruneMerged opt-out
  ` [PATCH v12 6/6] branch: add --dry-run for --prune-merged

[PATCH 0/4] t: fix broken TAP output
 2026-06-03  5:39 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t7527: "
  ` [PATCH v2 2/4] t/test-lib: silence EBUSY errors on Windows during test cleanup
  ` [PATCH v2 3/4] t/lib-git-p4: silence output when killing p4d and its watchdog
  ` [PATCH v2 4/4] t: let prove fail when parsing invalid TAP output

[PATCH] http: preserve wwwauth_headers across redirects
 2026-06-03  0:37 UTC  (3+ messages)

[PATCH] prio-queue: use cascade-down sift for faster extract-min
 2026-06-02 22:40 UTC  (4+ messages)
` [PATCH v2] prio-queue: use cascade-down "

[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
 2026-06-02 22:21 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] t/perf: drop p5311's lookup-table permutation
  ` [PATCH v2 2/4] pack-objects: support reachability bitmaps with `--path-walk`
  ` [PATCH v2 3/4] pack-objects: extract `record_tree_depth()` helper
  ` [PATCH v2 4/4] pack-objects: support `--delta-islands` with `--path-walk`

[PATCH v2 00/11] Improve git gui operation without a worktree
 2026-06-02 21:05 UTC  (5+ messages)
` [PATCH v3 00/12] "

[PATCH] transport-helper: fix TSAN race in transfer_debug()
 2026-06-02 20:13 UTC 

[PATCH v4] config: improve diagnostic for "set" with missing value
 2026-06-02 18:43 UTC  (8+ messages)
` [PATCH v5 0/2] config: suggest the correct form when key contains "="
  ` [PATCH v5 1/2] config: let git_config_parse_key() validate quietly
  ` [PATCH v6 0/2] config: suggest the correct form when key contains "="
    ` [PATCH v6 1/2] config: add git_config_key_is_valid() for quiet validation
    ` [PATCH v6 2/2] config: improve diagnostic for "set" with missing value

[PATCH v7] revision.c: implement --max-count-oldest
 2026-06-02 17:42 UTC  (6+ messages)
` [PATCH v8] "
      ` [PATCH v9] "

[PATCH v4 0/8] repo_config_values: migrate more globals
 2026-06-02 17:09 UTC  (10+ messages)
` [PATCH v5 0/8] repo_config_values: migrate more globals variables
  ` [PATCH v5 1/8] environment: move "trust_ctime" into `struct repo_config_values`
  ` [PATCH v5 2/8] environment: move "check_stat" "
  ` [PATCH v5 3/8] environment: move `zlib_compression_level` "
  ` [PATCH v5 4/8] environment: move "pack_compression_level" "
  ` [PATCH v5 5/8] environment: move "precomposed_unicode" "
  ` [PATCH v5 6/8] environment: move "core_sparse_checkout_cone" "
  ` [PATCH v5 7/8] environment: move "sparse_expect_files_outside_of_patterns" "
  ` [PATCH v5 8/8] environment: move "warn_on_object_refname_ambiguity" "

[PATCH v2] doc: document and test `@` prefix for raw timestamps
 2026-06-02 16:35 UTC  (3+ messages)

[PATCH 0/2] Small updates to SubmittingPatches
 2026-06-02 15:24 UTC  (9+ messages)
` [PATCH 1/2] SubmittingPatches: separate typofixes section
` [PATCH v2 0/2] Small updates to SubmittingPatches
  ` [PATCH v2 2/2] SubmittingPatches: describe cover letter

[PATCH 2/2] builtin/init-db: deprecate alias for git-init(1)
 2026-06-02 15:24 UTC  (13+ messages)

[ANNOUNCE] Git Rev News edition 135
 2026-06-02 14:49 UTC 


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