git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-11-05 19:05:29 to 2024-11-08 16:25:45 UTC [more...]

[PATCH 0/6] cat-file: add remote-object-info to batch-command
 2024-11-08 16:24 UTC  (14+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/6] fetch-pack: refactor packet writing
` [PATCH v6 0/6] cat-file: add remote-object-info to batch-command
  ` [PATCH v6 1/6] cat-file: add declaration of variable i inside its for loop
  ` [PATCH v6 2/6] fetch-pack: refactor packet writing
  ` [PATCH v6 3/6] fetch-pack: move fetch initialization
  ` [PATCH v6 4/6] serve: advertise object-info feature
  ` [PATCH v6 5/6] transport: add client support for object-info
  ` [PATCH v6 6/6] cat-file: add remote-object-info to batch-command

[PATCH] range-diff: optionally include merge commits' diffs in the analysis
 2024-11-08 15:53 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] log: --remerge-diff needs to keep around commit parents
 2024-11-08 15:47 UTC  (2+ messages)

[PATCH 0/6] PATH WALK I: The path-walk API
 2024-11-08 15:17 UTC  (9+ messages)
` [PATCH 3/6] t6601: add helper for testing "

[PATCH 3/6] t6601: add helper for testing path-walk API
 2024-11-08 14:53 UTC  (2+ messages)

[PATCH 0/3] Build improvements for clar
 2024-11-08 13:16 UTC  (4+ messages)
` [PATCH 1/3] t/unit-tests: convert "clar-generate.awk" into a shell script
` [PATCH 2/3] cmake: use SH_EXE to execute clar scripts
` [PATCH 3/3] Makefile: let clar header targets depend on their scripts

git no longer builds on SunOS 5.10, a report
 2024-11-08 12:59 UTC  (6+ messages)
` [PATCH v2 0/5] t/unit-tests: improve clar platform compatibility
  ` [PATCH v2 5/5] cmake: set up proper dependencies for generated clar headers

Crash report: git maintenance start/stop
 2024-11-08 12:10 UTC  (3+ messages)

[PATCH 00/10] refs: optimize ref format migrations
 2024-11-08  9:34 UTC  (11+ messages)
` [PATCH 01/10] refs: allow passing flags when setting up a transaction
` [PATCH 02/10] refs/files: move logic to commit initial transaction
` [PATCH 03/10] refs: introduce "initial" transaction flag
` [PATCH 04/10] refs/files: support symbolic and root refs in initial transaction
` [PATCH 05/10] refs: use "initial" transaction semantics to migrate refs
` [PATCH 06/10] refs: skip collision checks in initial transactions
` [PATCH 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`
` [PATCH 08/10] reftable/writer: optimize allocations by using a scratch buffer
` [PATCH 09/10] reftable/block: rename `block_writer::buf` variable
` [PATCH 10/10] reftable/block: optimize allocations by using scratch buffer

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

[PATCH 0/7] reftable: stop using Git subsystems
 2024-11-08  8:17 UTC  (17+ messages)
` [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 v2 0/7] reftable: stop using Git subsystems
  ` [PATCH v2 1/7] reftable/system: move "dir.h" to its only user
  ` [PATCH v2 2/7] reftable: explicitly handle hash format IDs
  ` [PATCH v2 3/7] reftable/system: stop depending on "hash.h"
  ` [PATCH v2 4/7] reftable/stack: stop using `fsync_component()` directly
  ` [PATCH v2 5/7] reftable/system: provide thin wrapper for tempfile subsystem
  ` [PATCH v2 6/7] reftable/stack: drop only use of `get_locked_file_path()`
  ` [PATCH v2 7/7] reftable/system: provide thin wrapper for lockfile subsystem

What's cooking in git.git (Nov 2024, #04; Fri, 8)
 2024-11-08  8:03 UTC 

[PATCH] t6300: values containing ')' are broken in ref formats
 2024-11-08  4:11 UTC  (12+ messages)

[PATCH] t1400: fix --no-create-reflog test and description
 2024-11-08  3:13 UTC  (3+ messages)

[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup
 2024-11-08  2:01 UTC  (12+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] Documentation/git-bundle.txt: mention full backup example
  ` [PATCH v3 0/4] Documentation/git-bundle.txt: promote --all for full backup
    ` [PATCH v3 1/4] Documentation/git-bundle.txt: mention full backup example
    ` [PATCH v3 2/4] Documentation/git-bundle.txt: remove old `--all` example
    ` [PATCH v3 3/4] Documentation/git-bundle.txt: mention --all in spec. refs
    ` [PATCH v3 4/4] Documentation/git-bundle.txt: discuss naïve backups

[PATCH 0/3] Remove is_bare_repository_cfg global state
 2024-11-08  1:24 UTC  (8+ messages)
` [PATCH 1/3] git: remove is_bare_repository_cfg global variable
` [PATCH 2/3] setup: initialize is_bare_cfg
` [PATCH 3/3] repository: BUG when is_bare_cfg is not initialized

[PATCH v2 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper
 2024-11-07 23:20 UTC  (15+ messages)
` [PATCH v2 1/2] t/helper/test-sha1: prepare for an unsafe mode
` [PATCH v2 2/2] t/helper/test-tool: implement sha1-unsafe helper

Git revert cannot be aborted if the repository directory has been copied
 2024-11-07 19:52 UTC  (3+ messages)
  ` AW: "

[PATCH] compat: only replace hstrerror if NO_IPV6
 2024-11-07 17:56 UTC  (2+ messages)

Question about merge & cherry pick
 2024-11-07 17:18 UTC  (5+ messages)

[PATCH v4] git gui: add directly calling merge tool from configuration
 2024-11-07 16:43 UTC  (6+ messages)
` [PATCH v5] "
    ` AW: "

gpg-ssh signing with AgentForwarding
 2024-11-07 10:48 UTC  (3+ messages)

[QUESTION] Performance comparison: full clone + sparse-checkout vs partial clone + sparse-checkout
 2024-11-07  4:52 UTC  (2+ messages)

[PATCH] trace2: prevent segfault on config collection where no value specified
 2024-11-07  3:02 UTC  (3+ messages)

[Feature request] autoresolve modify/delete conflict via .gitattributes merge= attribute
 2024-11-07  0:34 UTC  (2+ messages)

[PATCH] setlocalversion: Add workaround for "git describe" performance issue
 2024-11-06 21:17 UTC  (11+ messages)
          ` [PATCH 0/4] perf improvements for git-describe with few tags
            ` [PATCH 1/4] t6120: demonstrate weakness in disjoint-root handling
            ` [PATCH 2/4] t/perf: add tests for git-describe
            ` [PATCH 3/4] describe: stop digging for max_candidates+1
            ` [PATCH 4/4] describe: stop traversing when we run out of names

[PATCH 0/3] R atoi
 2024-11-06 16:03 UTC  (10+ 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

[PATCH 00/26] Memory leak fixes (pt.10, final)
 2024-11-06 15:11 UTC  (27+ messages)
` [PATCH 01/26] builtin/blame: fix leaking blame entries with `--incremental`
` [PATCH 02/26] bisect: fix leaking good/bad terms when reading multipe times
` [PATCH 03/26] bisect: fix leaking string in `handle_bad_merge_base()`
` [PATCH 04/26] bisect: fix leaking `current_bad_oid`
` [PATCH 05/26] bisect: fix multiple leaks in `bisect_next_all()`
` [PATCH 06/26] bisect: fix leaking commit list items in `check_merge_base()`
` [PATCH 07/26] bisect: fix various cases where we leak commit list items
` [PATCH 08/26] line-log: fix leak when rewriting commit parents
` [PATCH 09/26] strvec: introduce new `strvec_splice()` function
` [PATCH 10/26] git: refactor alias handling to use a `struct strvec`
` [PATCH 11/26] git: refactor builtin "
` [PATCH 12/26] split-index: fix memory leak in `move_cache_to_base_index()`
` [PATCH 13/26] builtin/sparse-checkout: fix leaking sanitized patterns
` [PATCH 14/26] help: refactor to not use globals for reading config
` [PATCH 15/26] help: fix leaking `struct cmdnames`
` [PATCH 16/26] help: fix leaking return value from `help_unknown_cmd()`
` [PATCH 17/26] builtin/help: fix leaks in `check_git_cmd()`
` [PATCH 18/26] builtin/init-db: fix leaking directory paths
` [PATCH 19/26] builtin/branch: fix leaking sorting options
` [PATCH 20/26] t/helper: fix leaking commit graph in "read-graph" subcommand
` [PATCH 21/26] git-compat-util: drop `UNLEAK()` annotation
` [PATCH 22/26] t5601: work around leak sanitizer issue
` [PATCH 23/26] t: mark some tests as leak free
` [PATCH 24/26] t: remove unneeded !SANITIZE_LEAK prerequisites
` [PATCH 25/26] test-lib: unconditionally enable leak checking
` [PATCH 26/26] t: remove TEST_PASSES_SANITIZE_LEAK annotations

[PATCH 0/4] Introduce a "promisor-remote" capability
 2024-11-06 14:04 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] Add 'promisor-remote' capability to protocol v2

[PATCH v2] config: support remote name in includeIf.hasconfig condition
 2024-11-06 13:30 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v6 0/9] add ref content check for files backend
 2024-11-06 13:14 UTC  (13+ messages)
` [PATCH v6 2/9] ref: check the full refname instead of basename
` [PATCH v6 3/9] ref: initialize target name outside of check functions
` [PATCH v6 4/9] ref: support multiple worktrees check for refs

[PATCH 0/3] compat/mingw: implement POSIX-style atomic renames
 2024-11-06 12:09 UTC  (5+ messages)
` [PATCH v3 "

[PATCH v3] remote: introduce config to set prefetch refs
 2024-11-06 11:04 UTC  (10+ messages)
` [PATCH v4] remote: allow specifying refs to prefetch

diff-algorithm to work better with color-moved, and issue with am.messageid (was: [PATCH] bind.2: move EADDRNOTAVAIL to general errors)
 2024-11-06 11:00 UTC 

[PATCH 0/8] refs/reftable: reuse iterators when reading refs
 2024-11-06 10:43 UTC  (4+ messages)
` [PATCH 2/8] refs/reftable: handle reloading stacks in the reftable backend

2.43+ git checkout --theirs on stash error - no alternative?
 2024-11-06 10:16 UTC  (6+ messages)

[Question] How to force relative path output when using `git status --porcelain=2 -z`
 2024-11-06  5:07 UTC  (3+ messages)

[PATCH 0/2] When fetching, warn if in commit graph but not obj db
 2024-11-06  3:12 UTC  (5+ messages)
` [PATCH v3 0/2] When fetching, die "
  ` [PATCH v3 1/2] Revert "fetch-pack: add a deref_without_lazy_fetch_extended()"
  ` [PATCH v3 2/2] fetch-pack: die if in commit graph but not obj db

What's so special about almalinux-8?
 2024-11-06  0:31 UTC  (3+ messages)

What's cooking in git.git (Nov 2024, #02; Fri, 1)
 2024-11-06  0:19 UTC  (3+ messages)

What's cooking in git.git (Nov 2024, #03; Mon, 4)
 2024-11-06  0:04 UTC  (3+ messages)

[PATCH] trailer: spread usage of "trailer_block" language
 2024-11-05 21:02 UTC  (3+ messages)

[PATCH] Makefile: don't remove configure on distclean
 2024-11-05 19:58 UTC  (2+ messages)
` [PATCH v2] "


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).