Git development
 help / color / mirror / Atom feed
 messages from 2026-07-14 05:36:21 to 2026-07-14 21:47:12 UTC [more...]

[PATCH 0/2] packfile URIs: support concurrent downloads
 2026-07-14 21:47 UTC  (15+ messages)
` [PATCH 1/2] http: use unique tempfiles for packfile URI downloads
` [PATCH 2/2] fetch-pack: accept "pack" output for packfile URIs

[PATCH 0/5] tempfile: stop using the_repository
 2026-07-14 20:45 UTC  (7+ messages)
` [PATCH 1/5] tempfile: add repo_create_tempfile{,_mode}()
` [PATCH 2/5] refs/packed: use repo_create_tempfile()
` [PATCH 3/5] lockfile: add repo_hold_lock_file_for_update{,_timeout}{,_mode}()
` [PATCH 4/5] tempfile: stop using the_repository
` [PATCH 5/5] use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos

[PATCH] show-branch: convert object.flags usage to a commit-slab
 2026-07-14 20:41 UTC  (3+ messages)
` [PATCH v2] show-branch: convert object.flags to commit-slab with uint64_t

Persistent shallow + fake-linearizing a whole mainline
 2026-07-14 20:04 UTC 

[ANNOUNCE] Git for Windows 2.55.0(3)
 2026-07-14 19:44 UTC 

[PATCH GSoC v15 00/13] cat-file: add remote-object-info to batch-command
 2026-07-14 19:33 UTC  (21+ messages)
` [PATCH GSoC v16 "
  ` [PATCH GSoC v16 10/13] transport: add client support for object-info
  ` [PATCH GSoC v17 00/13] cat-file: add remote-object-info to batch-command
    ` [PATCH GSoC v17 01/13] transport-helper: fix memory leak of helper on disconnect
    ` [PATCH GSoC v17 02/13] cat-file: declare loop counter inside for()
    ` [PATCH GSoC v17 03/13] t1006: split test utility functions into new 'lib-cat-file.sh'
    ` [PATCH GSoC v17 04/13] fetch-pack: fix hash_algo variable type
    ` [PATCH GSoC v17 05/13] fetch-pack: drop static advertise_sid variable
    ` [PATCH GSoC v17 06/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
    ` [PATCH GSoC v17 07/13] connect: make write_fetch_command_and_capabilities() more generic
    ` [PATCH GSoC v17 08/13] fetch-pack: move fetch initialization
    ` [PATCH GSoC v17 09/13] serve: advertise object-info feature
    ` [PATCH GSoC v17 10/13] transport: add client support for object-info
    ` [PATCH GSoC v17 11/13] cat-file: add remote-object-info to batch-command
    ` [PATCH GSoC v17 12/13] cat-file: validate remote atoms with an allow-list
    ` [PATCH GSoC v17 13/13] cat-file: make remote-object-info allow-list dynamic

[PATCH v7 0/5] history: add squash subcommand to fold a range
 2026-07-14 18:41 UTC  (7+ messages)
` [PATCH v8 "

git-last-modified(1) slower than git-log(1)?
 2026-07-14 18:33 UTC 

[PATCH v17 0/7] branch: delete-merged
 2026-07-14 18:24 UTC  (19+ messages)
` [PATCH v18 "
  ` [PATCH v18 5/7] branch: add --delete-merged <branch>
  ` [PATCH v19 0/7] branch: delete-merged
    ` [PATCH v19 1/7] branch: add --forked filter for --list mode
    ` [PATCH v19 2/7] branch: convert delete_branches() to a flags argument
    ` [PATCH v19 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
    ` [PATCH v19 4/7] branch: prepare delete_branches for a bulk caller
    ` [PATCH v19 5/7] branch: add --delete-merged <branch>
    ` [PATCH v19 6/7] branch: add branch.<name>.deleteMerged opt-out
    ` [PATCH v19 7/7] branch: add --dry-run for --delete-merged

[PATCH v3 0/2] fetch: make submodule fetch errors configurable
 2026-07-14 17:14 UTC  (9+ messages)
` [PATCH v3 2/2] fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal
` [PATCH v4 0/2] fetch: make submodule fetch errors configurable
  ` [PATCH v4 1/2] submodule: fix premature failure in recursive submodule fetch
  ` [PATCH v4 2/2] fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatal

[PATCH 0/2] t1100: modernize test script
 2026-07-14 16:43 UTC  (12+ messages)
` [PATCH 1/2] t1100: modernize test style
` [PATCH v2 0/2] t1100: modernize test script
  ` [PATCH v2 1/2] t1100: modernize test style
  ` [PATCH v2 2/2] t1100: move creation of expected output into setup test
  ` [PATCH v3 0/2] t1100: modernize test script
    ` [PATCH v3 1/2] t1100: modernize test style
    ` [PATCH v3 2/2] t1100: move creation of expected output into setup test

[PATCH] strbuf: avoid redundant reset in strbuf_getwholeline()
 2026-07-14 16:40 UTC  (2+ messages)

[PATCH v10 0/9] migrate more variables into repo_config_values
 2026-07-14 16:24 UTC  (6+ messages)
` [PATCH v11 00/10] "
  ` [PATCH v11 06/10] environment: migrate apply_default_whitespace and apply_default_ignorewhitespace

[PATCH v10 0/7] graph: indent visual roots in graph
 2026-07-14 12:09 UTC  (13+ messages)
` [PATCH v11 "
  ` [PATCH v11 7/7] graph: add --[no-]graph-indent and log.graphIndent
  ` [PATCH v12 0/7] graph: indent visual roots in graph
    ` [PATCH v12 1/7] lib-log-graph: move check_graph function
    ` [PATCH v12 2/7] revision: add next_commit_to_show()
    ` [PATCH v12 3/7] graph: add a 2 commit buffer for lookahead
    ` [PATCH v12 4/7] graph: indent visual root in graph
    ` [PATCH v12 5/7] graph: wrap cascading commits after 4 columns
    ` [PATCH v12 6/7] graph: move config reading into graph_read_config()
    ` [PATCH v12 7/7] graph: add --[no-]graph-indent and log.graphIndent

[PATCH] fast-export: standardize usage string and SYNOPSIS
 2026-07-14  8:54 UTC  (2+ messages)

bug in `git log --cherry-mark`
 2026-07-14  7:56 UTC 

[PATCH 0/4] send-pack: introduce a `no-ref-delta` capability
 2026-07-14  7:45 UTC  (2+ messages)

[PATCH 0/2] packfile URIs: support concurrent downloads
 2026-07-14  7:31 UTC  (5+ messages)

[PATCH 0/7] odb: introduce object filters to `odb_for_each_object()`
 2026-07-14  7:17 UTC  (5+ messages)
` [PATCH v3 0/9] "

[PATCH v2 0/8] odb: introduce object filters to `odb_for_each_object()`
 2026-07-14  7:17 UTC  (7+ messages)
` [PATCH v2 3/8] pack-bitmap: allow aborting iteration of bitmapped objects


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