Git development
 help / color / mirror / Atom feed
 messages from 2024-10-28 20:35:22 to 2024-11-01 17:45:49 UTC [more...]

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-11-01 17:45 UTC  (29+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] packfile: add repository to struct `packed_git`
  ` [PATCH v3 2/9] packfile: use `repository` from `packed_git` directly
  ` [PATCH v3 3/9] packfile: pass `repository` to static function in the file
  ` [PATCH v3 4/9] packfile: pass down repository to `odb_pack_name`
  ` [PATCH v3 5/9] packfile: pass down repository to `has_object[_kept]_pack`
  ` [PATCH v3 6/9] packfile: pass down repository to `for_each_packed_object`
  ` [PATCH v3 7/9] config: make `delta_base_cache_limit` a non-global variable
  ` [PATCH v3 8/9] config: make `packed_git_(limit|window_size)` non-global variables
  ` [PATCH v3 9/9] midx: add repository to `multi_pack_index` struct
` [PATCH v4 0/9] packfile: avoid using the 'the_repository' global variable
  ` [PATCH v4 1/9] packfile: add repository to struct `packed_git`
  ` [PATCH v4 2/9] packfile: use `repository` from `packed_git` directly
  ` [PATCH v4 3/9] packfile: pass `repository` to static function in the file
  ` [PATCH v4 4/9] packfile: pass down repository to `odb_pack_name`
  ` [PATCH v4 5/9] packfile: pass down repository to `has_object[_kept]_pack`
  ` [PATCH v4 6/9] packfile: pass down repository to `for_each_packed_object`
  ` [PATCH v4 7/9] config: make `delta_base_cache_limit` a non-global variable
  ` [PATCH v4 8/9] config: make `packed_git_(limit|window_size)` non-global variables
  ` [PATCH v4 9/9] midx: add repository to `multi_pack_index` struct

[RFC PATCH] promisor-remote: always JIT fetch with --refetch
 2024-11-01 17:40 UTC  (22+ messages)
` [PATCH 0/2] When fetching, warn if in commit graph but not obj db
  ` [PATCH 1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
  ` [PATCH 2/2] fetch-pack: warn if in commit graph but not obj db
  ` [PATCH v2 0/2] When fetching, die "
    ` [PATCH v2 1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
    ` [PATCH v2 2/2] fetch-pack: warn if in commit graph but not obj db
          ` [External] "

[PATCH v3] show-index: fix uninitialized hash function
 2024-11-01 17:28 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] t9101: Refactor test_expect_success format
 2024-11-01 14:42 UTC  (4+ messages)

[PATCH] rev-list: skip bitmap traversal for --left-right
 2024-11-01 14:40 UTC  (2+ messages)

[PATCH 0/6] PATH WALK I: The path-walk API
 2024-11-01 14:25 UTC  (13+ messages)
` [PATCH 1/6] path-walk: introduce an object walk by path
` [PATCH 2/6] test-lib-functions: add test_cmp_sorted
` [PATCH 3/6] t6601: add helper for testing path-walk API
` [PATCH 4/6] path-walk: allow consumer to specify object types
` [PATCH 5/6] path-walk: visit tags and cached objects
` [PATCH 6/6] path-walk: mark trees and blobs as UNINTERESTING

You do not need to subscribe: you will be Cc'd in replies. Please keep the Cc list intact when replying (use "Reply to all"). Greylisting may delay your first post for a few hours. Note also that the list only accepts plain-text email; please disable HTML in your outgoing messages
 2024-11-01 13:42 UTC 

[PATCH v4 0/8] Allow relative worktree linking to be configured by the user
 2024-11-01 13:18 UTC  (11+ messages)
` [PATCH v4 1/8] setup: correctly reinitialize repository version
` [PATCH v4 2/8] worktree: add `relativeWorktrees` extension
` [PATCH v4 3/8] worktree: refactor infer_backlink return
` [PATCH v4 4/8] worktree: add `write_worktree_linking_files()` function
` [PATCH v4 5/8] worktree: add relative cli/config options to `add` command
` [PATCH v4 6/8] worktree: add relative cli/config options to `move` command
` [PATCH v4 7/8] worktree: add relative cli/config options to `repair` command
` [PATCH v4 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`

[PATCH] setlocalversion: Add workaround for "git describe" performance issue
 2024-11-01 11:39 UTC  (7+ messages)

`git apply -p` doesn't remove source prefix in 'rename' diff entries
 2024-11-01  7:05 UTC  (2+ messages)

[PATCH 0/3] Improve CI testing of older systems
 2024-11-01  0:41 UTC  (7+ messages)
` [PATCH 1/3] gitlab-ci: switch from Ubuntu 16.04 to 20.04
` [PATCH 2/3] ci: remove clause for Ubuntu 16.04
` [PATCH 3/3] Add additional CI jobs to avoid accidental breakage

[PATCH 00/17] pack-objects: add --path-walk option for better deltas
 2024-10-31 21:07 UTC  (11+ messages)
` [PATCH v2 "

[PATCH 08/17] pack-objects: add --path-walk option
 2024-10-31 21:02 UTC  (9+ messages)

[PATCH] sequencer: comment checked-out branch properly
 2024-10-31 20:30 UTC  (9+ messages)

safe.directory warnings for root-owned repositories
 2024-10-31 20:04 UTC  (4+ messages)

[PATCH v3 0/8] Allow relative worktree linking to be configured by the user
 2024-10-31 19:52 UTC  (11+ messages)
` [PATCH v3 1/8] setup: correctly reinitialize repository version
` [PATCH v3 2/8] worktree: add `relativeWorktrees` extension
` [PATCH v3 3/8] worktree: refactor infer_backlink return
` [PATCH v3 4/8] worktree: add `write_worktree_linking_files()` function
` [PATCH v3 5/8] worktree: add relative cli/config options to `add` command
` [PATCH v3 6/8] worktree: add relative cli/config options to `move` command
` [PATCH v3 7/8] worktree: add relative cli/config options to `repair` command
` [PATCH v3 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`

[BUG] "git describe --match" performance
 2024-10-31 19:01 UTC  (10+ messages)

[PATCH 0/3] R atoi
 2024-10-31 12:21 UTC  (8+ messages)
` [PATCH v2 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
  ` [PATCH v2 2/3] merge: replace atoi() with strtol_i() for marker size validation

Unable to checkout branch that has a new submodule with submodule.recurse
 2024-10-31  8:30 UTC  (2+ messages)

[PATCH 0/5] When fetching from a promisor remote, repack local objects referenced
 2024-10-30 22:29 UTC  (3+ messages)
` [PATCH 5/5] index-pack: repack local links into promisor packs

[PATCH v2 0/5] Allow relative worktree linking to be configured by the user
 2024-10-30 20:36 UTC  (24+ messages)
` [PATCH v2 1/5] worktree: add CLI/config options for relative path linking
` [PATCH v2 2/5] worktree: add `write_worktree_linking_files` function
` [PATCH v2 3/5] worktree: add tests for worktrees with relative paths

Draft of Git Rev News edition 116
 2024-10-30 20:11 UTC 

What's cooking in git.git (Oct 2024, #12; Wed, 30)
 2024-10-30 19:40 UTC 

[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup
 2024-10-29 22:19 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Documentation/git-bundle.txt: mention full backup example
  ` [PATCH v2 2/3] Documentation/git-bundle.txt: mention --all in spec. refs
  ` [PATCH v2 3/3] Documentation/git-bundle.txt: discuss naïve backups

[PATCH 0/2] Simplify "commented" API functions
 2024-10-29 20:53 UTC  (3+ messages)
` [PATCH 2/2] strbuf: retire strbuf_commented_lines()

[PATCH v2 0/8] packfile: avoid using the 'the_repository' global variable
 2024-10-29 17:48 UTC  (22+ messages)
` [PATCH v2 1/8] packfile: add repository to struct `packed_git`
` [PATCH v2 2/8] packfile: use `repository` from `packed_git` directly
` [PATCH v2 4/8] packfile: pass down repository to `odb_pack_name`
` [PATCH v2 5/8] packfile: pass down repository to `has_object[_kept]_pack`
` [PATCH v2 7/8] config: make `delta_base_cache_limit` a non-global variable
` [PATCH v2 8/8] config: make `packed_git_(limit|window_size)` non-global variables

Inconsistent handling of corrupt patches based on line endings
 2024-10-29 16:32 UTC  (6+ messages)

Re* [PATCH v2] show-index: fix uninitialized hash function
 2024-10-29 11:54 UTC  (6+ messages)
` [PATCH v3] "

[Outreachy][proposal]: Finish adding a 'os-version' capability to Git protocol v2
 2024-10-29 11:50 UTC  (7+ messages)

[Outreachy][proposal]: Finish Adding an os-version Capability to Git Protocol v2
 2024-10-29 10:12 UTC  (4+ messages)

[PATCH 0/2] Allow relative worktree linking to be configured by the user
 2024-10-28 23:36 UTC  (7+ messages)
` [PATCH 2/2] worktree: add `relativeWorktrees` extension

[PATCH 1/5] pack-objects: make variable non-static
 2024-10-28 23:04 UTC  (2+ messages)

[PATCH v2] fetch-pack: don't mark COMPLETE unless we have the full object
 2024-10-28 22:55 UTC  (2+ messages)

[RFC PATCH 00/21] Modernize the build system
 2024-10-28 21:34 UTC  (3+ messages)
` [RFC PATCH v4 00/19] "

`cherry-pick -x' and git-interpret-trailers
 2024-10-28 21:18 UTC  (2+ messages)

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-10-28 20:34 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 5/6] cat-file: add declaration of variable i inside its for loop
  ` [PATCH v5 6/6] cat-file: add remote-object-info to batch-command


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