git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 06:41:50 to 2024-10-29 12:46:00 UTC [more...]

[PATCH 00/20] packfile: avoid using the 'the_repository' global variable
 2024-10-29 12:45 UTC  (27+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] packfile: add repository to struct `packed_git`
  ` [PATCH v2 2/8] packfile: use `repository` from `packed_git` directly
  ` [PATCH v2 3/8] packfile: pass `repository` to static function in the file
  ` [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 6/8] packfile: pass down repository to `for_each_packed_object`
  ` [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

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

[Outreachy][proposal]: Finish adding a 'os-version' capability to Git protocol v2
 2024-10-29 11:50 UTC  (11+ 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  (14+ messages)
` [PATCH 1/2] worktree: add CLI/config options for relative path linking
` [PATCH 2/2] worktree: add `relativeWorktrees` extension

[PATCH 0/5] When fetching from a promisor remote, repack local objects referenced
 2024-10-28 23:04 UTC  (9+ messages)
` [PATCH 1/5] pack-objects: make variable non-static
` [External] [PATCH 0/5] When fetching from a promisor remote, repack local objects referenced

Inconsistent handling of corrupt patches based on line endings
 2024-10-28 22:59 UTC  (5+ 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  (14+ messages)
` [RFC PATCH v3 00/15] "
` [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  (21+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] fetch-pack: refactor packet writing
  ` [PATCH v4 4/6] transport: add client support for object-info
  ` [PATCH v4 6/6] cat-file: add remote-object-info to batch-command
` [PATCH v5 0/6] "
  ` [PATCH v5 1/6] fetch-pack: refactor packet writing
  ` [PATCH v5 2/6] fetch-pack: move fetch initialization
  ` [PATCH v5 3/6] serve: advertise object-info feature
  ` [PATCH v5 4/6] transport: add client support for object-info
  ` [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

Opening git-bash from git-gui and cd'ing to the root of the filesystem results in git-bash thinking it is at the top-level of the repo
 2024-10-28 20:19 UTC 

[PATCH 08/17] pack-objects: add --path-walk option
 2024-10-28 19:54 UTC  (2+ messages)

[PATCH 00/17] pack-objects: add --path-walk option for better deltas
 2024-10-28 19:46 UTC  (8+ messages)
` [PATCH v2 "

[PATCH v2 0/5] Allow relative worktree linking to be configured by the user
 2024-10-28 19:10 UTC  (6+ 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
` [PATCH v2 4/5] setup: correctly reinitialize repository version
` [PATCH v2 5/5] worktree: add `relativeWorktrees` extension

[PATCH 00/10] Platform compatibility fixes
 2024-10-28 17:48 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/10] t/test-lib: wire up NO_ICONV prerequisite
      ` [PATCH] t6006: fix prereq handling with `test_format ()`

What's cooking in git.git (Oct 2024, #11; Fri, 25)
 2024-10-28 17:37 UTC  (5+ messages)

[Outreachy][v2] My Final Application
 2024-10-28 16:11 UTC 

[QUESTION] Performance comparison: full clone + sparse-checkout vs partial clone + sparse-checkout
 2024-10-28 10:30 UTC 

[Outreachy][proposal]: Convert unit tests to use the Clar testing framwork
 2024-10-28  8:27 UTC  (7+ messages)

[Outreachy] My Final Application
 2024-10-28  7:28 UTC  (4+ messages)

[Outreachy] Final Application Timeline
 2024-10-28  6:06 UTC  (3+ messages)

[RFC PATCH] object-name: add @{upstreamhead} shorthand
 2024-10-28  5:33 UTC  (11+ messages)

Bug report: v2.47.0 cannot fetch version 1 pack indexes
 2024-10-28  0:14 UTC  (25+ messages)
        ` [PATCH 0/11] dumb-http pack index v1 regression + cleanups
          ` [PATCH 01/11] midx: avoid duplicate packed_git entries
          ` [PATCH 02/11] t5550: count fetches in "previously-fetched .idx" test
          ` [PATCH 03/11] dumb-http: store downloaded pack idx as tempfile
          ` [PATCH 04/11] packfile: drop has_pack_index()
          ` [PATCH 05/11] packfile: drop sha1_pack_name()
          ` [PATCH 06/11] packfile: drop sha1_pack_index_name()
          ` [PATCH 07/11] packfile: warn people away from parse_packed_git()
          ` [PATCH 08/11] http-walker: use object_id instead of bare hash
          ` [PATCH 09/11] packfile: convert find_sha1_pack() to use object_id
          ` [PATCH 10/11] packfile: use object_id in find_pack_entry_one()
          ` [PATCH 11/11] packfile: use oidread() instead of hashcpy() to fill object_id

git no longer builds on SunOS 5.10, a report
 2024-10-27 23:56 UTC  (6+ messages)
` [PATCH v2 0/5] t/unit-tests: improve clar platform compatibility

[PATCH 0/3] compat/mingw: implement POSIX-style atomic renames
 2024-10-27 23:51 UTC  (23+ messages)
` [PATCH 1/3] compat/mingw: share file handles created via `CreateFileW()`
` [PATCH v2 0/3] compat/mingw: implement POSIX-style atomic renames
  ` [PATCH v2 2/3] compat/mingw: allow deletion of most opened files
  ` [PATCH v2 3/3] compat/mingw: support POSIX semantics for atomic renames
` [PATCH v3 0/3] compat/mingw: implement POSIX-style "
  ` [PATCH v3 1/3] compat/mingw: share file handles created via `CreateFileW()`
  ` [PATCH v3 2/3] compat/mingw: allow deletion of most opened files
  ` [PATCH v3 3/3] compat/mingw: support POSIX semantics for atomic renames

2.43+ git checkout --theirs on stash error - no alternative?
 2024-10-27 23:38 UTC  (3+ messages)

[BUG] spurious failure when adding tracked file in ignored directory
 2024-10-27 14:07 UTC  (3+ messages)

https://github.com/GloWE3/supreme-spork/blob/Polyglots/encoding/encoding.go
 2024-10-27  7:32 UTC 

clone: concurrent interactive authentication
 2024-10-26 22:51 UTC 

[RFC PATCH] notes: add prepend command
 2024-10-26 22:34 UTC  (3+ messages)

[Outreachy][RFC]: Final Applications expectations
 2024-10-26  1:04 UTC  (2+ messages)

[PATCH v3 0/5] Optionally link worktrees with relative paths
 2024-10-25 22:34 UTC  (11+ messages)
` [PATCH v3 1/5] worktree: refactor infer_backlink() to use strbuf*
` [PATCH v3 2/5] worktree: support worktrees linked with relative paths
` [PATCH v3 3/5] worktree: optionally link worktrees "
` [PATCH v3 4/5] worktree: add test for path handling in linked worktrees
` [PATCH v3 5/5] worktree: add `relativeWorktrees` extension

Yamaha Piano!
 2024-10-25 17:17 UTC 

[PATCH v5 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
 2024-10-25 14:44 UTC  (6+ messages)
` [PATCH v6 "

[PATCH v4 0/2] Subject: clang-format: fix rules to make the CI job cleaner
 2024-10-25  9:48 UTC  (4+ messages)
` [PATCH v4 1/2] clang-format: re-adjust line break penalties

[PATCH] t: fix typos
 2024-10-25  9:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/21] Memory leak fixes (pt.9)
 2024-10-25  7:49 UTC  (5+ messages)
` [PATCH v2 00/22] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).