public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-26 22:07:20 to 2025-03-01 06:43:59 UTC [more...]

Subject: Null pointer dereference vulnerability in src/read-cache.h
 2025-03-01  6:43 UTC 

Subject: Memory Leak vulnerability in reftable/readwrite_test.c
 2025-03-01  6:10 UTC  (2+ messages)

Git in GSoC 2025
 2025-03-01  0:47 UTC  (7+ messages)

What's cooking in git.git (Feb 2025, #09; Fri, 28)
 2025-03-01  0:45 UTC 

[PATCH 00/13] midx: incremental multi-pack indexes, part two
 2025-03-01  0:31 UTC  (32+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/13] Documentation: describe incremental MIDX bitmaps
  ` [PATCH v3 02/13] pack-revindex: prepare for "
  ` [PATCH v3 03/13] pack-bitmap.c: open and store incremental bitmap layers
  ` [PATCH v3 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
  ` [PATCH v3 06/13] pack-bitmap.c: support bitmap pack-reuse with "
  ` [PATCH v3 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
  ` [PATCH v3 10/13] ewah: implement `struct ewah_or_iterator`
  ` [PATCH v3 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
  ` [PATCH v3 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
  ` [PATCH v3 13/13] midx: implement writing incremental MIDX bitmaps

[RFC PATCH] config: teach `repo_config()` to allow `repo` to be NULL
 2025-02-28 23:56 UTC  (6+ messages)

git-mentoring Google group replacement?
 2025-02-28 23:21 UTC  (2+ messages)

[RFH] Issues and Contributions to friendly third-party projects
 2025-02-28 22:25 UTC  (2+ messages)

[PATCH v2 0/3] batch blob diff generation
 2025-02-28 21:33 UTC  (25+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] builtin: introduce diff-pairs command
  ` [PATCH v4 0/4] batch blob diff generation
    ` [PATCH v4 1/4] diff: return diff_filepair from diff queue helpers
    ` [PATCH v4 2/4] diff: add option to skip resolving diff statuses
    ` [PATCH v4 3/4] builtin: introduce diff-pairs command
    ` [PATCH v4 4/4] builtin/diff-pairs: allow explicit diff queue flush
    ` [PATCH v5 0/4] batch blob diff generation
      ` [PATCH v5 1/4] diff: return diff_filepair from diff queue helpers
      ` [PATCH v5 2/4] diff: add option to skip resolving diff statuses
      ` [PATCH v5 3/4] builtin: introduce diff-pairs command
      ` [PATCH v5 4/4] builtin/diff-pairs: allow explicit diff queue flush

git client erroneously downloads files when --filter=blob:none and filtering unsupported
 2025-02-28 20:27 UTC  (3+ messages)

GIT-BUILD-OPTIONS can override manual invocations
 2025-02-28 20:08 UTC 

[PATCH 0/3] doc: txt -> adoc fixes
 2025-02-28 18:47 UTC  (13+ messages)
` [PATCH 1/3] doc: update howto-index.sh for .adoc extensions
` [PATCH 2/3] contrib/contacts: rename .txt to .adoc
` [PATCH 3/3] contrib/subtree: "

[PATCH 0/9] builtin/cat-file: allow filtering objects in batch mode
 2025-02-28 17:44 UTC  (24+ messages)
` [PATCH 2/9] builtin/cat-file: wire up an option to filter objects
` [PATCH 3/9] builtin/cat-file: support "blob:none" objects filter
` [PATCH 5/9] builtin/cat-file: support "object:type=" "
` [PATCH 6/9] pack-bitmap: expose function to iterate over bitmapped objects
` [PATCH 7/9] pack-bitmap: introduce function to check whether a pack is bitmapped
` [PATCH 9/9] builtin/cat-file: use bitmaps to efficiently filter by object type

[PATCH] BreakingChanges: early adopter option
 2025-02-28 17:28 UTC  (5+ messages)
` [PATCH v2] "
      ` Re* "

[PATCH 0/2] add -p: a couple of hunk splitting fixes
 2025-02-28 17:06 UTC  (9+ messages)
` [PATCH 1/2] add -p: mark split hunks as undecided

'git rev-list' commit ordering issue
 2025-02-28 16:05 UTC  (5+ messages)

t/t5620-backfill failure on s390x
 2025-02-28 15:31 UTC 

[PATCH 0/2] t/lib-gpg: ensure GNUPGHOME is created as needed
 2025-02-28 15:26 UTC  (3+ messages)

[BUG/WIP PATCH] unit-tests: use clean test environment
 2025-02-28 14:15 UTC  (3+ messages)

Small/Large business Funding
 2025-02-28 12:16 UTC 

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

[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task
 2025-02-28  8:35 UTC  (9+ messages)

[PATCH 0/2] Hot fixes from Git for Windows v2.49.0-rc0
 2025-02-28  7:58 UTC  (5+ messages)
` [PATCH 1/2] ident: stop assuming that `gw_gecos` is writable
` [PATCH 2/2] meson: fix sorting

[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
 2025-02-28  7:52 UTC  (10+ messages)
` [PATCH 1/2] builtin/repack.c: simplify cruft pack aggregation
` [PATCH 2/2] builtin/pack-objects.c: freshen objects from existing cruft packs

gitweb.js build mistake
 2025-02-28  7:02 UTC  (4+ messages)

Draft of Git Rev News edition 1ZO
 2025-02-28  6:41 UTC  (2+ messages)
` Draft of Git Rev News edition 120

misc. gitweb patches (directories first, …)
 2025-02-28  6:31 UTC 

gitweb encoding issues (partial patch)
 2025-02-28  6:27 UTC 

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

The transfer.hideRefs of the upload-pack process does not work properly
 2025-02-28  2:32 UTC  (3+ messages)

[PATCH 0/10] some zlib inflating bug fixes
 2025-02-28  0:38 UTC  (19+ messages)
` [PATCH 01/10] loose_object_info(): BUG() on inflating content with unknown type
` [PATCH 02/10] unpack_loose_header(): simplify next_out assignment
` [PATCH 04/10] unpack_loose_header(): fix infinite loop on broken zlib input
` [PATCH 05/10] git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICT
` [PATCH 06/10] unpack_loose_header(): avoid numeric comparison of zlib status
` [PATCH 09/10] unpack_loose_rest(): simplify error handling
` [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity

[PATCH 0/7][Outreachy] stop using the_repository global variable
 2025-02-27 22:39 UTC  (6+ messages)
` [PATCH v2 00/12][Outreachy] "
  ` [PATCH v2 02/12] builtin/verify-tag: stop using `the_repository`

[ANNOUNCE] Git for Windows 2.49.0-rc0
 2025-02-27 20:56 UTC  (2+ messages)

[ANNOUNCE] Git v2.49.0-rc0
 2025-02-27 20:55 UTC  (5+ messages)

\b character escapes in CLI usage
 2025-02-27 18:40 UTC  (10+ messages)
      ` General output formatting (was: Re: \b character escapes in CLI usage)
        ` General output formatting

[GSoC][PATCH v4] merge-strategies.adoc: detail submodule merge
 2025-02-27 17:50 UTC  (3+ messages)

gripe: bash completion broken for 'diff' from outside working tree
 2025-02-27 17:46 UTC 

[PATCH] upload-pack: no longer use hidden-refs as exclude_patterns
 2025-02-27 15:51 UTC  (3+ messages)

[PATCH] gitlab-ci: fix "msvc-meson" test job succeeding despite test failures
 2025-02-27 13:39 UTC 

[PATCH v3 00/16] refs: batch refname availability checks
 2025-02-27 11:57 UTC  (4+ messages)
` [PATCH v3 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs

git-am doesn't compute intermediate hashes when patch applies cleanly
 2025-02-27  9:51 UTC 

[L10N] Kickoff for Git 2.49.0
 2025-02-27  1:57 UTC 

[GSoC][PATCH v3] merge-strategies.adoc: detail submodule merge
 2025-02-26 22:09 UTC  (3+ messages)

win+Meson test failures due to ps/build-meson-fixes-0130 topic?
 2025-02-26 22:07 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox