git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-27 10:37:21 to 2025-03-31 12:27:14 UTC [more...]

Testsuite failure on s390x and sparc64 after 6840fe9ee2
 2025-03-31 12:27 UTC  (8+ messages)

Fw: Apply now With RCS GROUP
 2025-03-31 11:46 UTC 

[PATCH] blame: fix unblamable and ignored lines in porcelain mode
 2025-03-31 10:47 UTC  (15+ messages)
` [PATCH v2] blame: print unblamable and ignored commits "
` [PATCH v3] "
` [PATCH v4] "

[GSoC] Proposal Discussion: git-refs Project
 2025-03-31  9:42 UTC  (7+ messages)
` [GSoC] git-refs proposal draft

[PATCH v3 0/5] doc: git diff reformatting
 2025-03-31  9:37 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] doc: git-diff: apply new documentation guidelines

[PATCH] git p4 fix for failure to decode p4 errors
 2025-03-31  9:01 UTC  (7+ messages)

[PATCH 00/16] reftable: overhaul the API to expose access to blocks
 2025-03-31  8:41 UTC  (17+ messages)
` [PATCH 01/16] reftable: fix formatting of the license header
` [PATCH 02/16] reftable/reader: rename data structure to "table"
` [PATCH 03/16] reftable/blocksource: consolidate code into a single file
` [PATCH 04/16] reftable/block: simplify how we track restart points
` [PATCH 05/16] reftable/table: move reading block into block reader
` [PATCH 06/16] reftable/block: rename `block` to `block_data`
` [PATCH 07/16] reftable/block: rename `block_reader` to `reftable_block`
` [PATCH 08/16] git-zlib: use `struct z_stream_s` instead of typedef
` [PATCH 09/16] reftable/block: create public interface for reading blocks
` [PATCH 10/16] reftable/block: store block pointer in the block iterator
` [PATCH 11/16] reftable/block: make block iterators reseekable
` [PATCH 12/16] reftable/block: expose a generic iterator over reftable records
` [PATCH 13/16] reftable/table: add `reftable_table` to the public interface
` [PATCH 14/16] reftable/table: introduce iterator for table blocks
` [PATCH 15/16] reftable/constants: make block types part of the public interface
` [PATCH 16/16] reftable/table: move printing logic into test helper

[PATCH 0/4] Collection of build fixes
 2025-03-31  8:33 UTC  (14+ messages)
` [PATCH 1/4] meson: fix handling of '-Dcurl=auto'
` [PATCH 2/4] gitweb: fix generation of "gitweb.js"
` [PATCH 3/4] meson: require Perl when building docs
` [PATCH 4/4] meson: respect 'tests' build option in contrib
` [PATCH v2 0/5] Collection of build fixes
  ` [PATCH v2 1/5] meson: fix handling of '-Dcurl=auto'
  ` [PATCH v2 2/5] gitweb: fix generation of "gitweb.js"
  ` [PATCH v2 3/5] meson: respect 'tests' build option in contrib
  ` [PATCH v2 4/5] meson: distinguish build and target host binaries
  ` [PATCH v2 5/5] ci: use Visual Studio for win+meson job on GitHub Workflows

A cross between 'git stash create' and 'git stash push --include-untracked'?
 2025-03-31  7:47 UTC  (2+ messages)

[GSoC PATCH v3] userdiff: add builtin driver for INI files
 2025-03-31  7:38 UTC  (2+ messages)

[PATCH 0/2] Two perf test fixes
 2025-03-31  7:27 UTC  (5+ messages)
` [PATCH 1/2] p7821: fix test_perf invocation for prereqs
` [PATCH 2/2] p9210: fix 'scalar clone' when running from a detached HEAD

[PATCH 0/2] help: include SHA build options in version info
 2025-03-31  7:19 UTC  (7+ messages)
` [PATCH 1/2] help: include SHA implementation "
` [PATCH 2/2] help: include unsafe SHA-1 build info in version

[PATCH 0/1] remove unnecessary if statement
 2025-03-31  7:16 UTC  (3+ messages)
` [PATCH 1/1] builtin/update-server-info: "

Draft of Git Rev News edition 121
 2025-03-31  7:00 UTC  (2+ messages)

[PATCH v2 0/2] compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
 2025-03-31  6:57 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH 00/12] meson: wire up bits and pieces from "contrib/"
 2025-03-31  6:55 UTC  (6+ messages)
` [PATCH 06/12] meson: wire up credential helpers

[PATCH 0/5] meson: wire up support for benchmarks
 2025-03-31  6:16 UTC  (6+ messages)
` [PATCH 1/5] t/perf: fix benchmarks with alternate repo formats
` [PATCH 2/5] t/perf: use configured PERL_PATH
` [PATCH 3/5] t/perf: fix benchmarks with out-of-tree builds
` [PATCH 4/5] meson: wire up benchmarks
` [PATCH 5/5] meson: wire up benchmarking options

[GSoC PATCH] pathspec: fix sign comparison warnings
 2025-03-30 17:45 UTC  (5+ messages)
` [GSoC PATCH v2] "
    ` [GSoC PATCH v3] "

[PATCH 0/5] doc: convert git-reset, git-rm and git-mv to new documentation format
 2025-03-30 17:16 UTC  (6+ messages)
` [PATCH 1/5] doc: convert git-reset "
` [PATCH 2/5] doc: fix synopsis analysis logic
` [PATCH 3/5] doc: convert git-rm to new documentation format
` [PATCH 4/5] doc: move synopsis git-mv commands in the synopsis section
` [PATCH 5/5] doc: convert git-mv to new documentation format

[PATCH v2 0/1] [PATCH v2 0/1] [GSOC 2025] [Newbie] userdiff: add built-in pattern for shell scripts
 2025-03-30 13:39 UTC  (7+ messages)
` [PATCH v3 0/1] userdiff: improve Bash function and word regex patterns
  ` [PATCH v3 1/1] userdiff: extend Bash pattern to cover more shell function forms
  ` [PATCH v4 0/1][GSOC] userdiff:Added newlines at the end of the test cases
    ` [PATCH v4 1/1][GSOC] userdiff: extend Bash pattern to cover more shell function forms

[PATCH] revision: fix --left/right-only use with unrelated histories
 2025-03-30 11:24 UTC  (5+ messages)
` [PATCH v2] "

How to get git-daemon to work in a post-CVE world?
 2025-03-30  8:30 UTC 

What's cooking in git.git (Feb 2025, #09; Fri, 28)
 2025-03-30  0:56 UTC  (12+ messages)
  ` ps/reftable-sans-compat-util, was "

[PATCH] merge-file doc: set conflict-marker-size attribute
 2025-03-29 23:36 UTC  (2+ messages)

git v2.49.0 - gitk regression on Cygwin
 2025-03-29 21:49 UTC  (3+ messages)

[PATCH 0/2] Fix mergetool.vimdiff.layout when "@" is used on REMOTE
 2025-03-29 20:46 UTC  (4+ messages)
` [PATCH 1/2] mergetools: vimdiff: fix layout where REMOTE is the target

[PATCH 0/6] refs: introduce support for partial reference transactions
 2025-03-29 18:18 UTC  (14+ messages)
` [PATCH v5 0/8] refs: introduce support for batched reference updates
  ` [PATCH v5 1/8] refs/files: remove redundant check in split_symref_update()
  ` [PATCH v5 2/8] refs: move duplicate refname update check to generic layer
  ` [PATCH v5 3/8] refs/files: remove duplicate duplicates check
  ` [PATCH v5 4/8] refs/reftable: extract code from the transaction preparation
  ` [PATCH v5 5/8] refs: introduce enum-based transaction error types
  ` [PATCH v5 6/8] refs: implement batch reference update support
  ` [PATCH v5 7/8] refs: support rejection in batch updates during F/D checks
  ` [PATCH v5 8/8] update-ref: add --batch-updates flag for stdin mode

[GSOC][PATCH v2] Remove outdated mentoring mailing list reference
 2025-03-29 17:42 UTC  (10+ messages)
` [[GSOC][PATCH v3] 1/3] docs: drop inactive mentoring list, add C prereq
  ` [[GSOC][PATCH v3] 3/3] docs: replace git_config with repo_config

git push --mirror hung indefinitely
 2025-03-29 16:07 UTC  (5+ messages)

[RFC PATCH v1 0/4] Fix `cargo package` for libgit-sys
 2025-03-29 10:46 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] libgit-sys: add symlink to git repo root and build out of tree

[GSOC] [PROPOSAL V1]: Refactoring in order to reduce Git’s global state
 2025-03-29  9:54 UTC  (3+ messages)

[GSoC PATCH] rm: fix sign comparison warnings
 2025-03-29  6:07 UTC  (5+ messages)
` [GSoC PATCH v2] "
  ` [GSoC PATCH v3] "
    ` [GSoC PATCH v4] "

[PATCH 0/2] Avoid the comma operator
 2025-03-29  0:39 UTC  (19+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 08/10] compat/regex: explicitly mark intentional use of "
  ` [PATCH v3 00/10] Avoid "
    ` [PATCH v3 01/10] remote-curl: avoid using the comma operator unnecessarily
    ` [PATCH v3 02/10] rebase: "
    ` [PATCH v3 03/10] kwset: "
    ` [PATCH v3 04/10] clar: "
    ` [PATCH v3 05/10] xdiff: "
    ` [PATCH v3 06/10] diff-delta: avoid using the comma operator
    ` [PATCH v3 07/10] wildmatch: avoid using of "
    ` [PATCH v3 08/10] compat/regex: explicitly mark intentional use "
    ` [PATCH v3 09/10] clang: warn when the comma operator is used
    ` [PATCH v3 10/10] detect-compiler: detect clang even if it found CUDA

What's cooking in git.git (Mar 2025, #07; Wed, 26)
 2025-03-29  0:34 UTC  (2+ messages)

[PATCH 0/3] rebase -r: a bugfix and two status-related improvements
 2025-03-28 17:23 UTC  (6+ messages)
` [PATCH 1/3] rebase -r: do create merge commit after empty resolution
` [PATCH 2/3] wt-status: also abbreviate 'merge' and 'fixup -C' lines during rebase
` [PATCH 3/3] wt-status: suggest 'git rebase --continue' to conclude 'merge' instruction

[PATCH 0/8] Introduce git-blame-tree(1) command
 2025-03-28 13:27 UTC  (6+ messages)

[PATCH 00/20] t: drop Perl as a mandatory prerequisite
 2025-03-28 10:29 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 13/20] t: refactor tests depending on Perl for textconv scripts
  ` [PATCH v3 14/20] t/lib-gpg: refactor `sanitize_pgp()` to not depend on Perl
  ` [PATCH v3 15/20] t/lib-t6000: refactor `name_from_description()` "
  ` [PATCH v3 16/20] t/lib-httpd: refactor "one-time-perl" CGI script "
  ` [PATCH v3 17/20] t0021: refactor `generate_random_characters()` "
  ` [PATCH v3 18/20] t0210: refactor trace2 scrubbing to not use Perl
  ` [PATCH v3 19/20] t5316: refactor `max_chain()` to not depend on Perl
  ` [PATCH v3 20/20] t5703: refactor test "

[PATCH 0/2] Range-check array index before access
 2025-03-28  5:49 UTC  (9+ messages)
` [PATCH 1/2] diff: check range before dereferencing an array element
` [PATCH v2 0/2] Range-check array index before access
  ` [PATCH v2 1/2] diff: check range before dereferencing an array element
  ` [PATCH v2 2/2] read-cache: "

[PATCH 0/4] Initialize a few uninitialized variables
 2025-03-28  4:07 UTC  (9+ messages)
` [PATCH 1/4] cat_one_file(): make it easy to see that the `size` variable is initialized
` [PATCH 2/4] fsck: avoid using an uninitialized variable
` [PATCH 3/4] load_revindex_from_disk(): avoid accessing uninitialized data
` [PATCH 4/4] load_pack_mtimes_file(): "

Verified ISC West 2025 Attendee Data for Industry Professionals
 2025-03-27 20:42 UTC 

gloria
 2025-03-27 12:21 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 NNTP newsgroup(s).