git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-23 07:40:25 to 2024-10-25 10:13:03 UTC [more...]

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-10-25 10:12 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/6] transport: add client support for object-info
  ` [PATCH v3 6/6] cat-file: add remote-object-info to batch-command
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] fetch-pack: refactor packet writing
  ` [PATCH v4 2/6] fetch-pack: move fetch initialization
  ` [PATCH v4 3/6] serve: advertise object-info feature
  ` [PATCH v4 4/6] transport: add client support for object-info
  ` [PATCH v4 5/6] cat-file: add declaration of variable i inside its for loop
  ` [PATCH v4 6/6] cat-file: add remote-object-info to batch-command

[Outreachy][proposal]: Convert unit tests to use the Clar testing framwork
 2024-10-25 10:04 UTC  (2+ messages)

[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  (8+ messages)
` [PATCH v2] "

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

Bug report: v2.47.0 cannot fetch version 1 pack indexes
 2024-10-25  7:08 UTC  (17+ 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

[RFC PATCH] object-name: add @{upstreamhead} shorthand
 2024-10-25  6:24 UTC  (8+ messages)

[PATCH v3 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
 2024-10-25  6:11 UTC  (23+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
  ` [PATCH v5 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
    ` [PATCH v5 1/3] daemon: "
    ` [PATCH v5 2/3] merge: replace atoi() with strtol_i() for marker size validation
    ` [PATCH v5 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
    ` [PATCH v6 0/3] parse: replace atoi() with strtoul_ui() and strtol_i()
      ` [PATCH v6 1/3] daemon: "
      ` [PATCH v6 2/3] merge: replace atoi() with strtol_i() for marker size validation
      ` [PATCH v6 3/3] imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing

[PATCH 0/5] When fetching from a promisor remote, repack local objects referenced
 2024-10-25  6:04 UTC  (7+ messages)
` [PATCH 1/5] pack-objects: make variable non-static
` [PATCH 2/5] t0410: make test description clearer
` [PATCH 3/5] t0410: use from-scratch server
` [PATCH 4/5] t5300: move --window clamp test next to unclamped
` [PATCH 5/5] index-pack: repack local links into promisor packs
` [External] [PATCH 0/5] When fetching from a promisor remote, repack local objects referenced

[RFC PATCH 00/21] Modernize the build system
 2024-10-25  5:20 UTC  (45+ messages)
` [RFC PATCH v3 00/15] "
  ` [RFC PATCH v3 01/15] Makefile: use common template for GIT-BUILD-OPTIONS
` [RFC PATCH v4 00/19] Modernize the build system
  ` [RFC PATCH v4 01/19] Makefile: use common template for GIT-BUILD-OPTIONS
  ` [RFC PATCH v4 02/19] Makefile: consistently use @PLACEHOLDER@ to substitute
  ` [RFC PATCH v4 03/19] Makefile: consistently use PERL_PATH
  ` [RFC PATCH v4 04/19] Makefile: extract script to massage Perl scripts
  ` [RFC PATCH v4 05/19] Makefile: use "generate-perl.sh" to massage Perl library
  ` [RFC PATCH v4 06/19] Makefile: extract script to massage Shell scripts
  ` [RFC PATCH v4 07/19] Makefile: extract script to generate gitweb.cgi
  ` [RFC PATCH v4 08/19] Makefile: refactor GIT-VERSION-GEN to be reusable
  ` [RFC PATCH v4 09/19] Makefile: refactor generators to be PWD-independent
  ` [RFC PATCH v4 10/19] Makefile: allow "bin-wrappers/" directory to exist
  ` [RFC PATCH v4 11/19] Makefile: simplify building of templates
  ` [RFC PATCH v4 12/19] Documentation: allow sourcing generated includes from separate dir
  ` [RFC PATCH v4 13/19] Documentation: teach "cmd-list.perl" about out-of-tree builds
  ` [RFC PATCH v4 14/19] Documentation: extract script to generate a list of mergetools
  ` [RFC PATCH v4 15/19] t: better support for out-of-tree builds
  ` [RFC PATCH v4 16/19] t: allow overriding build dir
  ` [RFC PATCH v4 17/19] Documentation: add comparison of build systems
  ` [RFC PATCH v4 18/19] Introduce support for the Meson build system
  ` [RFC PATCH v4 19/19] meson: fix conflicts with in-flight topics

[PATCH 00/13] Update versions of libcurl and Perl
 2024-10-24 21:53 UTC  (8+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 12/12] gitweb: make use of s///r

bash prompt evaporates in subdirectories
 2024-10-24 20:03 UTC  (10+ messages)
        ` RESOLVED [Was: Re: bash prompt evaporates in subdirectories]

[QUESTION] Can I merge --continue with --no-verify
 2024-10-24 16:54 UTC  (2+ messages)

[PATCH v3] CodingGuidelines: discourage arbitrary suffixes in function names
 2024-10-24 16:50 UTC  (3+ messages)

[PATCH] CodingGuidelines: discourage arbitrary suffixes in function names
 2024-10-24 16:50 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 0/3] compat/mingw: implement POSIX-style atomic renames
 2024-10-24 16:47 UTC  (24+ messages)
` [PATCH 1/3] compat/mingw: share file handles created via `CreateFileW()`
` [PATCH 2/3] compat/mingw: allow deletion of most opened files
` [PATCH 3/3] compat/mingw: support POSIX semantics for atomic renames
` [PATCH v2 0/3] compat/mingw: implement POSIX-style "
  ` [PATCH v2 1/3] compat/mingw: share file handles created via `CreateFileW()`
  ` [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 00/17] pack-objects: add --path-walk option for better deltas
 2024-10-24 15:52 UTC  (5+ messages)
` [PATCH v2 "

[RFC PATCH] notes: add prepend command
 2024-10-24 11:19 UTC  (4+ messages)

[PATCH 0/7] reftable: stop using Git subsystems
 2024-10-24  4:18 UTC  (9+ messages)
` [PATCH 1/7] reftable/system: move "dir.h" to its only user
` [PATCH 2/7] reftable: explicitly handle hash format IDs
` [PATCH 3/7] reftable/system: stop depending on "hash.h"
` [PATCH 4/7] reftable/stack: stop using `fsync_component()` directly
` [PATCH 5/7] reftable/system: provide thin wrapper for tempfile subsystem
` [PATCH 6/7] reftable/stack: drop only use of `get_locked_file_path()`
` [PATCH 7/7] reftable/system: provide thin wrapper for lockfile subsystem

[PATCH] sequencer: comment checked-out branch properly
 2024-10-23 20:51 UTC  (5+ messages)

[PATCH v2] t7001: add failure test which triggers assertion
 2024-10-23 20:36 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] meson: fix meson build on 'seen' branch
 2024-10-23 20:25 UTC  (4+ messages)

What's cooking in git.git (Oct 2024, #10; Tue, 22)
 2024-10-23 20:18 UTC  (3+ messages)

[RFC PATCH] promisor-remote: always JIT fetch with --refetch
 2024-10-23 20:11 UTC  (4+ messages)
` [PATCH v2] fetch-pack: don't mark COMPLETE unless we have the full object

[PATCH Outreachy] t9101: ensure no whitespace after redirect
 2024-10-23 18:56 UTC  (3+ messages)

[PATCH v9 0/7] set-head/fetch remote/HEAD updates
 2024-10-23 18:45 UTC  (19+ messages)
` [PATCH v11 0/8] "
  ` [PATCH v11 1/8] t/t5505-remote: set default branch to main
  ` [PATCH v12 0/8] set-head/fetch remote/HEAD updates
    ` [PATCH v12 1/8] t/t5505-remote: set default branch to main
    ` [PATCH v12 2/8] refs: atomically record overwritten ref in update_symref
    ` [PATCH v12 3/8] remote set-head: refactor for readability
    ` [PATCH v12 4/8] remote set-head: better output for --auto
    ` [PATCH v12 5/8] refs: add TRANSACTION_CREATE_EXISTS error
    ` [PATCH v12 6/8] refs: add create_only option to refs_update_symref_extended
    ` [PATCH v12 7/8] fetch: set remote/HEAD if it does not exist
    ` [PATCH v12 8/8] fetch set_head: handle mirrored bare repositories

[External] [WIP 0/3] Repack on fetch
 2024-10-23 17:03 UTC  (2+ messages)

[PATCH v3] notes: teach the -e option to edit messages in editor
 2024-10-23 16:51 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2] t1016: clean up style
 2024-10-23 10:26 UTC  (3+ messages)

[PATCH v2 Outreachy] t7011: ensure no whitespace after redirect
 2024-10-23  9:55 UTC  (9+ messages)


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).