public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-15 01:16:22 to 2024-09-18 13:08:09 UTC [more...]

Git / Software Freedom Conservancy status report (2024)
 2024-09-18 13:07 UTC 

[ANNOUNCE] Git for Windows 2.46.1
 2024-09-18 10:53 UTC 

[PATCH] add-patch: edit the hunk again
 2024-09-18 10:06 UTC  (5+ messages)

Suggestion to Enhance Submodule Initialization Behavior During git clone
 2024-09-18 10:05 UTC  (2+ messages)

fatal from submodule status --recursive when used with grep -q
 2024-09-18 10:05 UTC  (2+ messages)

./configure fails to link test program due to missing dependencies
 2024-09-18 10:04 UTC  (5+ messages)

[PATCH 0/3] reftable: graceful concurrent writes
 2024-09-18  9:59 UTC  (23+ messages)
` [PATCH 1/3] refs/reftable: introduce "reftable.lockTimeout"
` [PATCH 2/3] reftable/stack: allow locking of outdated stacks
` [PATCH 3/3] refs/reftable: reload locked stack when preparing transaction
` [PATCH v2 0/3] reftable: graceful concurrent writes
  ` [PATCH v2 1/3] refs/reftable: introduce "reftable.lockTimeout"
  ` [PATCH v2 2/3] reftable/stack: allow locking of outdated stacks
  ` [PATCH v2 3/3] refs/reftable: reload locked stack when preparing transaction
` [PATCH v3 0/3] reftable: graceful concurrent writes
  ` [PATCH v3 1/3] refs/reftable: introduce "reftable.lockTimeout"
  ` [PATCH v3 2/3] reftable/stack: allow locking of outdated stacks
  ` [PATCH v3 3/3] refs/reftable: reload locked stack when preparing transaction

[PATCH] gitlab-ci: upgrade machine type of Linux runners
 2024-09-18  6:49 UTC 

[PATCH 0/3] cache-tree: fix segfaults with invalid cache-trees
 2024-09-18  5:11 UTC  (6+ messages)
` [PATCH 1/3] cache-tree: refactor verification to return error codes
` [PATCH 2/3] cache-tree: detect mismatching number of index entries
` [PATCH 3/3] unpack-trees: detect mismatching number of cache-tree/index entries

[ANNOUNCE] Button "Copy commit reference" for Git hosting sites
 2024-09-18  1:41 UTC 

[PATCH v3 0/6] Introduce libgit-rs, a Rust wrapper around libgit.a
 2024-09-17 22:29 UTC  (8+ messages)
` [PATCH v3 5/6] libgit: add higher-level libgit crate

[PATCH] unicode: update the width tables to Unicode 16
 2024-09-17 21:54 UTC  (3+ messages)

[PATCH v2 00/10] cat-file speedups
 2024-09-17 21:15 UTC  (11+ messages)
` [PATCH v2 01/10] packfile: move sizep computation
` [PATCH v2 02/10] packfile: allow content-limit for cat-file
` [PATCH v2 03/10] packfile: fix off-by-one in content_limit comparison

[PATCH 0/6] apply: fix leaking buffer of `struct image`
 2024-09-17 20:57 UTC  (20+ messages)
` [PATCH 1/6] apply: reorder functions to move image-related things together
` [PATCH 2/6] apply: rename functions operating on `struct image`
` [PATCH 3/6] apply: introduce macro and function to init images
` [PATCH 4/6] apply: refactor code to drop `line_allocated`
` [PATCH 5/6] apply: rename members that track line count and allocation length
` [PATCH 6/6] apply: refactor `struct image` to use a `struct strbuf`
` [PATCH v2 0/6] apply: fix leaking buffer of `struct image`
  ` [PATCH v2 1/6] apply: reorder functions to move image-related things together
  ` [PATCH v2 2/6] apply: rename functions operating on `struct image`
  ` [PATCH v2 3/6] apply: introduce macro and function to init images
  ` [PATCH v2 4/6] apply: refactor code to drop `line_allocated`
  ` [PATCH v2 5/6] apply: rename members that track line count and allocation length
  ` [PATCH v2 6/6] apply: refactor `struct image` to use a `struct strbuf`

[PATCH v3] set-head: no update without change and better output for --auto
 2024-09-17 20:51 UTC  (5+ messages)

[PATCH 0/4] hash.h: support choosing a separate SHA-1 for non-cryptographic uses
 2024-09-17 20:40 UTC  (7+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 3/9] finalize_object_file(): implement collision check

[PATCH 0/6] refs/reftable: wire up exclude patterns
 2024-09-17 17:33 UTC  (32+ messages)
` [PATCH 1/6] refs: properly apply exclude patterns to namespaced refs
` [PATCH 5/6] reftable/reader: make table iterator reseekable
` [PATCH 6/6] refs/reftable: wire up support for exclude patterns
` [PATCH v2 0/6] refs/reftable: wire up "
  ` [PATCH v2 1/6] refs: properly apply exclude patterns to namespaced refs
  ` [PATCH v2 2/6] builtin/receive-pack: fix exclude patterns when announcing refs
  ` [PATCH v2 3/6] Makefile: stop listing test library objects twice
  ` [PATCH v2 4/6] t/unit-tests: introduce reftable library
  ` [PATCH v2 5/6] reftable/reader: make table iterator reseekable
  ` [PATCH v2 6/6] refs/reftable: wire up support for exclude patterns

[PATCH 0/2] a few git-jump quality-of-life fixes
 2024-09-17 15:03 UTC  (7+ messages)
` [PATCH 1/2] git-jump: always specify column 1 for diff entries
` [PATCH 2/2] git-jump: ignore deleted files in diff mode

[PATCH] ci(linux32): make Javascript Actions work in x86 mode
 2024-09-17 15:01 UTC  (7+ messages)

[PATCH 00/30] [RFC] Path-walk API and applications
 2024-09-17 10:41 UTC  (2+ messages)

[PATCH 00/23] Memory leak fixes (pt.7)
 2024-09-17 10:19 UTC  (27+ messages)
` [PATCH 01/23] builtin/help: fix dangling reference to `html_path`
` [PATCH 02/23] builtin/help: fix leaking `html_path` when reading config multiple times
` [PATCH 03/23] git: fix leaking argv when handling builtins
` [PATCH 04/23] submodule: fix leaking update strategy
` [PATCH 05/23] builtin/submodule--helper: clear child process when not running it
` [PATCH 06/23] builtin/submodule--helper: fix leaking error buffer
` [PATCH 07/23] t/helper: fix leaking subrepo in nested submodule config helper
` [PATCH 08/23] builtin/submodule--helper: fix leaking remote ref on errors
` [PATCH 09/23] dir: fix off by one errors for ignored and untracked entries
` [PATCH 10/23] builtin/pull: fix leaking "ff" option
` [PATCH 11/23] diff: fix leaking orderfile option
` [PATCH 12/23] parse-options: free previous value of `OPTION_FILENAME`
` [PATCH 13/23] diffcore-order: fix leaking buffer when parsing orderfiles
` [PATCH 14/23] builtin/repack: fix leaking configuration
` [PATCH 15/23] builtin/difftool: plug several trivial memory leaks
` [PATCH 16/23] trace2: destroy context stored in thread-local storage
` [PATCH 17/23] submodule: fix leaking submodule ODB paths
` [PATCH 18/23] grep: fix leaking grep pattern
` [PATCH 19/23] promisor-remote: fix leaking partial clone filter
` [PATCH 20/23] builtin/maintenance: fix leaking config string
` [PATCH 21/23] builtin/maintenance: fix leak in `get_schedule_cmd()`
` [PATCH 22/23] revision: fix leaking parents when simplifying commits
` [PATCH 23/23] diffcore-break: fix leaking filespecs when merging broken pairs

What's cooking in git.git (Sep 2024, #06; Mon, 16)
 2024-09-17 10:05 UTC  (2+ messages)

[PATCH 0/5] pack-objects: brown-paper-bag fixes for multi-pack reuse
 2024-09-17  9:58 UTC  (6+ messages)
` [PATCH 2/5] pack-bitmap: tag bitmapped packs with their corresponding MIDX

What's cooking in git.git (Sep 2024, #05; Fri, 13)
 2024-09-17  9:31 UTC  (6+ messages)

Push to GitHub HTTP repo fails (>v2.45.2)
 2024-09-17  7:52 UTC 

My git repo is broken, how to fix it ?
 2024-09-17  4:13 UTC 

get file watcher is keeping lock on files for a long time
 2024-09-16 20:12 UTC  (2+ messages)

patch-id doesn't recognize 2nd and further commit id since v2.46.1
 2024-09-16 17:58 UTC 

[PATCH] cbtree: fix a typo
 2024-09-16 17:50 UTC  (4+ messages)

[PATCH 00/22] reftable: handle allocation errors
 2024-09-16 12:29 UTC  (23+ messages)
` [PATCH 01/22] reftable/error: introduce out-of-memory error code
` [PATCH 02/22] reftable/basics: merge "publicbasics" into "basics"
` [PATCH 03/22] reftable: introduce `reftable_strdup()`
` [PATCH 04/22] reftable/basics: handle allocation failures in `reftable_calloc()`
` [PATCH 05/22] reftable/basics: handle allocation failures in `parse_names()`
` [PATCH 06/22] reftable/record: handle allocation failures on copy
` [PATCH 07/22] reftable/record: handle allocation failures when decoding records
` [PATCH 08/22] reftable/writer: handle allocation failures in `writer_index_hash()`
` [PATCH 09/22] reftable/writer: handle allocation failures in `reftable_new_writer()`
` [PATCH 10/22] reftable/merged: handle allocation failures in `merged_table_init_iter()`
` [PATCH 11/22] reftable/reader: handle allocation failures for unindexed reader
` [PATCH 12/22] reftable/reader: handle allocation failures in `reader_init_iter()`
` [PATCH 13/22] reftable/stack: handle allocation failures on reload
` [PATCH 14/22] reftable/stack: handle allocation failures in `reftable_new_stack()`
` [PATCH 15/22] reftable/stack: handle allocation failures in `stack_compact_range()`
` [PATCH 16/22] reftable/stack: handle allocation failures in auto compaction
` [PATCH 17/22] reftable/iter: handle allocation failures when creating indexed table iter
` [PATCH 18/22] reftable/blocksource: handle allocation failures
` [PATCH 19/22] reftable/block: "
` [PATCH 20/22] reftable/pq: handle allocation failures when adding entries
` [PATCH 21/22] reftable/tree: handle allocation failures
` [PATCH 22/22] reftable: handle trivial "

[PATCH v4] git gui: add directly calling merge tool from configuration
 2024-09-16  8:42 UTC  (4+ messages)
` [PATCH v5] "
    ` AW: "

[PATCH] t5512.40 sometimes dies by SIGPIPE
 2024-09-16  8:07 UTC  (6+ messages)

[PATCH] t9001: use a more distinct fake BugID
 2024-09-16  7:27 UTC  (2+ messages)

[PATCH] remote: introduce config to set prefetch refs
 2024-09-16  4:34 UTC  (12+ messages)
` [PATCH v2] "

[PATCH] bloom: fix a typo
 2024-09-15 23:03 UTC 

[PATCH] attr: fix a typo
 2024-09-15 23:01 UTC 

error ubuntu 22.04
 2024-09-15 15:37 UTC  (2+ messages)

[ANNOUNCE] Git v2.46.1
 2024-09-15  1:16 UTC  (2+ messages)


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