Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-17 10:05:18 to 2025-02-19 14:30:32 UTC [more...]

[PATCH 0/4] bundle-uri: show progress when downloading from bundle URIs
 2025-02-19 14:30 UTC  (4+ messages)
` [PATCH v2 0/7] Show "
  ` [PATCH v2 1/7] progress: add function to set total
  ` [PATCH v2 2/7] progress: allow pure-throughput progress meters

Possible bug: Empty magic word list in pathspec is handled differently in short vs. long form
 2025-02-19 14:28 UTC  (2+ messages)

[PATCH 00/14] refs: batch refname availability checks
 2025-02-19 13:23 UTC  (46+ messages)
` [PATCH 01/14] object-name: introduce `repo_get_oid_with_flags()`
` [PATCH 02/14] object-name: allow skipping ambiguity checks in `get_oid()` family
` [PATCH 03/14] builtin/update-ref: skip ambiguity checks when parsing object IDs
` [PATCH 04/14] refs: introduce function to batch refname availability checks
` [PATCH 05/14] refs/reftable: start using `refs_verify_refnames_available()`
` [PATCH 06/14] refs: stop re-verifying common prefixes for availability
` [PATCH 07/14] refs/iterator: separate lifecycle from iteration
` [PATCH 08/14] refs/iterator: provide infrastructure to re-seek iterators
` [PATCH 09/14] refs/iterator: implement seeking for merged iterators
` [PATCH 10/14] refs/iterator: implement seeking for reftable iterators
` [PATCH 11/14] refs/iterator: implement seeking for ref-cache iterators
` [PATCH 12/14] refs/iterator: implement seeking for `packed-ref` iterators
` [PATCH 13/14] refs/iterator: implement seeking for "files" iterators
` [PATCH 14/14] refs: reuse iterators when determining refname availability
` [PATCH v2 00/16] refs: batch refname availability checks
  ` [PATCH v2 01/16] object-name: introduce `repo_get_oid_with_flags()`
  ` [PATCH v2 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
  ` [PATCH v2 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs
  ` [PATCH v2 04/16] refs: introduce function to batch refname availability checks
  ` [PATCH v2 05/16] refs/reftable: "
  ` [PATCH v2 06/16] refs/files: batch refname availability checks for normal transactions
  ` [PATCH v2 07/16] refs/files: batch refname availability checks for initial transactions
  ` [PATCH v2 08/16] refs: stop re-verifying common prefixes for availability
  ` [PATCH v2 09/16] refs/iterator: separate lifecycle from iteration
  ` [PATCH v2 10/16] refs/iterator: provide infrastructure to re-seek iterators
  ` [PATCH v2 11/16] refs/iterator: implement seeking for merged iterators
  ` [PATCH v2 12/16] refs/iterator: implement seeking for reftable iterators
  ` [PATCH v2 13/16] refs/iterator: implement seeking for ref-cache iterators
  ` [PATCH v2 14/16] refs/iterator: implement seeking for `packed-ref` iterators
  ` [PATCH v2 15/16] refs/iterator: implement seeking for "files" iterators
  ` [PATCH v2 16/16] refs: reuse iterators when determining refname availability

[PATCH 00/12] meson: wire up bits and pieces from "contrib/"
 2025-02-19 13:13 UTC  (31+ messages)
` [PATCH 01/12] GIT-BUILD-OPTIONS: propagate project's source directory
` [PATCH 02/12] contrib/credential: fix "netrc" tests with out-of-tree builds
` [PATCH 03/12] contrib/credential: fix compilation of wincred helper with MSVC
` [PATCH 04/12] contrib/credential: fix compiling "libsecret" helper
` [PATCH 05/12] contrib/credential: fix compilation of "osxkeychain" helper
` [PATCH 06/12] meson: wire up credential helpers
` [PATCH 07/12] meson: wire up git-contacts(1)
` [PATCH 08/12] meson: wire up static analysis via Coccinelle
` [PATCH 09/12] gitk: extract script to build Gitk
` [PATCH 10/12] meson: wire up Gitk
` [PATCH 11/12] ci: fix propagating UTF-8 test locale in musl-based Meson job
` [PATCH 12/12] ci: exercise credential helpers
` [PATCH v2 00/10] meson: wire up bits and pieces from "contrib/"
  ` [PATCH v2 01/10] GIT-BUILD-OPTIONS: propagate project's source directory
  ` [PATCH v2 02/10] contrib/credential: fix "netrc" tests with out-of-tree builds
  ` [PATCH v2 03/10] contrib/credential: fix compilation of wincred helper with MSVC
  ` [PATCH v2 04/10] contrib/credential: fix compiling "libsecret" helper
  ` [PATCH v2 05/10] contrib/credential: fix compilation of "osxkeychain" helper
  ` [PATCH v2 06/10] meson: wire up credential helpers
  ` [PATCH v2 07/10] meson: wire up git-contacts(1)
  ` [PATCH v2 08/10] meson: wire up static analysis via Coccinelle
  ` [PATCH v2 09/10] ci: fix propagating UTF-8 test locale in musl-based Meson job
  ` [PATCH v2 10/10] ci: exercise credential helpers

[RFC PATCH resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
 2025-02-19 12:55 UTC  (4+ messages)
` [External] "
    ` [External] "

[PATCH v2] builtin/refs: add '--skip-reflog' flag to bypass reflog migration
 2025-02-19 10:06 UTC  (3+ messages)
` [PATCH v3] "

git keeps recreating packs, exploding backup increments
 2025-02-19  9:38 UTC 

Incorrect URL for Release Notes on git-scm
 2025-02-19  8:28 UTC  (2+ messages)

[PATCH] doc: fix typo
 2025-02-19  8:06 UTC  (4+ messages)

[PATCH v2 2/2] meson: fix Perl version check for Meson versions before 1.7.0
 2025-02-19  7:17 UTC  (6+ messages)
` [PATCH v3 0/2] Fix Meson Perl version check
  ` [PATCH v3 1/2] meson: bump minimum required Perl version to 5.26.0
  ` [PATCH v3 2/2] meson: fix Perl version check for Meson versions before 1.7.0

[PATCH 0/5] merge-tree --stdin: flush stdout
 2025-02-19  6:23 UTC  (22+ messages)
` [PATCH 1/5] merge-tree --stdin: flush stdout to avoid deadlock
` [PATCH 2/5] merge-tree: remove redundant code
` [PATCH 4/5] merge-tree: improve docs for --stdin
` [PATCH 5/5] merge-tree: fix link formatting in html docs
` [PATCH v2 0/5] merge-tree --stdin: flush stdout
  ` [PATCH v2 1/5] merge-tree --stdin: flush stdout to avoid deadlock
  ` [PATCH v2 2/5] merge-tree: remove redundant code
  ` [PATCH v2 3/5] merge-tree: only use basic merge config
  ` [PATCH v2 4/5] merge-tree: improve docs for --stdin
  ` [PATCH v2 5/5] merge-tree: fix link formatting in html docs

What's cooking in git.git (Feb 2025, #06; Tue, 18)
 2025-02-19  1:31 UTC 

[PATCH 0/1] [GSOC 2025] [Newbie] userdiff: add built-in pattern for shell scripts
 2025-02-18 23:38 UTC  (6+ messages)
` [PATCH v2 0/1] [PATCH v2 "
  ` [PATCH v2 1/1] userdiff: extend Bash pattern to cover more shell function forms

[Bug] git-http-push authentication fails using netrc-file since v2.46
 2025-02-18 22:53 UTC  (2+ messages)

[PATCH 0/2] gitk: Fixing file name encoding issues
 2025-02-18 22:52 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] fix: when resolving merge conflicts, japanese file names become garbled

[Bug] Git ReadOnly Temp Packfile Causes "Bad file descriptor"And -13 Access Error With NFSv4
 2025-02-18 22:30 UTC  (2+ messages)

[GSoC][RFC PATCH] git-merge.adoc: detail submodule merge
 2025-02-18 21:58 UTC  (4+ messages)

[PATCH RFC] builtin/log: include From in git show --format=email
 2025-02-18 21:45 UTC  (4+ messages)

Crash on empty pickaxe argument
 2025-02-18 19:29 UTC  (5+ messages)
` [PATCH] diff: don't crash with empty argument to -G or -S

[PATCH v2 0/4] Introduce a "promisor-remote" capability
 2025-02-18 19:07 UTC  (26+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 5/5] doc: add technical design doc for large object promisors
  ` [PATCH v4 0/6] Introduce a "promisor-remote" capability
    ` [PATCH v4 3/6] version: make redact_non_printables() non-static
    ` [PATCH v4 4/6] Add 'promisor-remote' capability to protocol v2
    ` [PATCH v4 5/6] promisor-remote: check advertised name or URL
    ` [PATCH v5 0/3] Introduce a "promisor-remote" capability
      ` [PATCH v5 1/3] Add 'promisor-remote' capability to protocol v2
      ` [PATCH v5 2/3] promisor-remote: check advertised name or URL
      ` [PATCH v5 3/3] doc: add technical design doc for large object promisors

[PATCH 00/19] reftable: stop using "git-compat-util.h"
 2025-02-18 18:55 UTC  (21+ messages)
` [PATCH v6 00/18] "
  ` [PATCH v6 01/18] reftable/stack: stop using `read_in_full()`
  ` [PATCH v6 02/18] reftable/stack: stop using `write_in_full()`
  ` [PATCH v6 03/18] reftable/blocksource: stop using `xmmap()`
  ` [PATCH v6 04/18] reftable/record: stop using `COPY_ARRAY()`
  ` [PATCH v6 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`
  ` [PATCH v6 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`
  ` [PATCH v6 07/18] reftable: stop using `BUG()` in trivial cases
  ` [PATCH v6 08/18] reftable/basics: stop using `st_mult()` in array allocators
  ` [PATCH v6 09/18] reftable/basics: provide wrappers for big endian conversion
  ` [PATCH v6 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro
  ` [PATCH v6 11/18] reftable/system: introduce `reftable_rand()`
  ` [PATCH v6 12/18] reftable/stack: stop using `sleep_millisec()`
  ` [PATCH v6 13/18] reftable/basics: stop using `SWAP()` macro
  ` [PATCH v6 14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation
  ` [PATCH v6 15/18] compat/mingw: split out POSIX-related bits
  ` [PATCH v6 16/18] git-compat-util.h: split out POSIX-emulating bits
  ` [PATCH v6 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h"
  ` [PATCH v6 18/18] Makefile: skip reftable library for Coccinelle

[GSoC][RFC PATCH] show-branch: use commit-slab for flag storage
 2025-02-18 18:40 UTC  (2+ messages)

Add Commit Summary in blame?
 2025-02-18 18:08 UTC  (4+ messages)

[PATCH] doc: use 'title' consistently
 2025-02-18 17:59 UTC  (3+ messages)
` [PATCH v2] "

[GSOC][PATCH v2 2/6] apply: change some variables from `int` to `size_t`
 2025-02-18 17:49 UTC  (3+ messages)
` [GSOC][PATCH] apply: address -Wsign-comparison warnings

[PATCH v5 0/6][Outreachy] extend agent capability to include OS name
 2025-02-18 17:14 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 6/6] agent: advertise OS name via agent capability

[PATCH] Makefile: correct default docs build target
 2025-02-18 17:00 UTC  (4+ messages)
` [PATCH v2] Makefile: set default goals in makefiles

[PATCH v2] doc(send-email): use correct name of the --signed-off-by-cc in git send-email doc
 2025-02-18 15:21 UTC  (3+ messages)

Meson build leaks host 'sh' path to target build when cross-compiled
 2025-02-18 14:41 UTC  (5+ messages)

[PATCH 0/7][Outreachy] stop using the_repository global variable
 2025-02-17 15:47 UTC  (7+ messages)
` [PATCH 1/7] builtin/verify-tag: stop using `the_repository`

[PATCH v4 0/8] add more ref consistency checks
 2025-02-17 15:28 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] t0602: use subshell to ensure working directory unchanged
  ` [PATCH v5 2/8] builtin/refs: get worktrees without reading head information
  ` [PATCH v5 3/8] packed-backend: check whether the "packed-refs" is regular file
  ` [PATCH v5 4/8] packed-backend: add "packed-refs" header consistency check
  ` [PATCH v5 5/8] packed-backend: check whether the refname contains NUL characters
  ` [PATCH v5 6/8] packed-backend: add "packed-refs" entry consistency check
  ` [PATCH v5 7/8] packed-backend: check whether the "packed-refs" is sorted
  ` [PATCH v5 8/8] builtin/fsck: add `git refs verify` child process

Git in GSoC 2025
 2025-02-17 15:21 UTC  (12+ messages)

[PATCH 0/3] batch blob diff generation
 2025-02-17 14:38 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] builtin: introduce diff-pairs command
  ` [PATCH v2 3/3] builtin/diff-pairs: allow explicit diff queue flush

[PATCH] help: add prompt-yes setting for autocorrect
 2025-02-17 14:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/10] add more ref consistency checks
 2025-02-17 13:16 UTC  (4+ messages)
` [PATCH 04/10] packed-backend: add "packed-refs" header consistency check

[PATCH v5 00/18] reftable: stop using "git-compat-util.h"
 2025-02-17 12:47 UTC  (5+ messages)
` [PATCH v5 15/18] compat/mingw: split out POSIX-related bits

documentation bug: git send-email: manpage says that I will be prompted for everything, but this is not true
 2025-02-17 11:23 UTC 


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