public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-28 00:14:17 to 2024-08-30 21:10:49 UTC [more...]

[PATCH] Mark `cat-file` sparse-index compatible
 2024-08-30 21:10 UTC  (5+ messages)
` [PATCH v2 0/2] Mark cat-file "
  ` [PATCH v2 1/2] Allow using stdin in run_on_* functions
  ` [PATCH v2 2/2] Mark 'git cat-file' sparse-index compatible

Unpredictable peak memory usage when using `git log` command
 2024-08-30 21:06 UTC  (3+ messages)
` [PATCH] revision: free commit buffers for skipped commits

Draft of Git Rev News edition 114
 2024-08-30 20:59 UTC 

What's cooking in git.git (Aug 2024, #11; Fri, 30)
 2024-08-30 20:44 UTC 

Committing crimes with NTFS-3G
 2024-08-30 19:25 UTC  (10+ messages)

[PATCH] refs/files-backend: work around -Wunused-parameter
 2024-08-30 19:33 UTC 

[PATCH 0/2] make chainlint output more newcomer-friendly
 2024-08-30 18:41 UTC  (15+ messages)
` [PATCH 1/2] chainlint: make error messages self-explanatory
` [PATCH 2/2] chainlint: reduce annotation noise-factor

[PATCH v2 0/3] doc: introducing synopsis para
 2024-08-30 17:48 UTC  (5+ messages)
` [PATCH v3 "

How to turn off rename detection for cherry-pick?
 2024-08-30 17:17 UTC  (10+ messages)

[PATCH 00/21] environment: guard reliance on `the_repository`
 2024-08-30 16:32 UTC  (49+ messages)
` [PATCH 01/21] environment: make `get_git_dir()` accept a repository
` [PATCH 02/21] environment: make `get_git_common_dir()` "
` [PATCH 03/21] environment: make `get_object_directory()` "
` [PATCH 04/21] environment: make `get_index_file()` "
` [PATCH 05/21] environment: make `get_graft_file()` "
` [PATCH 06/21] environment: make `get_git_work_tree()` "
` [PATCH 07/21] config: document `read_early_config()` and `read_very_early_config()`
` [PATCH 08/21] config: make dependency on repo in `read_early_config()` explicit
` [PATCH 09/21] environment: move `odb_mkstemp()` into object layer
` [PATCH 10/21] environment: make `get_git_namespace()` self-contained
` [PATCH 11/21] environment: move `set_git_dir()` and related into setup layer
` [PATCH 12/21] environment: reorder header to split out `the_repository`-free section
` [PATCH 13/21] environment: guard state depending on a repository
` [PATCH 14/21] repo-settings: split out declarations into a standalone header
` [PATCH 15/21] branch: stop modifying `log_all_ref_updates` variable
` [PATCH 16/21] refs: stop modifying global "
` [PATCH 17/21] repo-settings: track defaults close to `struct repo_settings`
` [PATCH 18/21] environment: stop storing "core.logAllRefUpdates" globally
` [PATCH 19/21] environment: stop storing "core.preferSymlinkRefs" globally
` [PATCH 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
` [PATCH 21/21] environment: stop storing "core.notesRef" globally
` [PATCH v2 00/21] environment: guard reliance on `the_repository`
  ` [PATCH v2 01/21] environment: make `get_git_dir()` accept a repository
  ` [PATCH v2 02/21] environment: make `get_git_common_dir()` "
  ` [PATCH v2 03/21] environment: make `get_object_directory()` "
  ` [PATCH v2 04/21] environment: make `get_index_file()` "
  ` [PATCH v2 05/21] environment: make `get_graft_file()` "
  ` [PATCH v2 06/21] environment: make `get_git_work_tree()` "
  ` [PATCH v2 07/21] config: document `read_early_config()` and `read_very_early_config()`
  ` [PATCH v2 08/21] config: make dependency on repo in `read_early_config()` explicit
  ` [PATCH v2 09/21] environment: move `odb_mkstemp()` into object layer
  ` [PATCH v2 10/21] environment: make `get_git_namespace()` self-contained
  ` [PATCH v2 11/21] environment: move `set_git_dir()` and related into setup layer
  ` [PATCH v2 12/21] environment: reorder header to split out `the_repository`-free section
  ` [PATCH v2 13/21] environment: guard state depending on a repository
  ` [PATCH v2 14/21] repo-settings: split out declarations into a standalone header
  ` [PATCH v2 15/21] repo-settings: track defaults close to `struct repo_settings`
  ` [PATCH v2 16/21] branch: stop modifying `log_all_ref_updates` variable
  ` [PATCH v2 17/21] refs: stop modifying global "
  ` [PATCH v2 18/21] environment: stop storing "core.logAllRefUpdates" globally
  ` [PATCH v2 19/21] environment: stop storing "core.preferSymlinkRefs" globally
  ` [PATCH v2 20/21] environment: stop storing "core.warnAmbiguousRefs" globally
  ` [PATCH v2 21/21] environment: stop storing "core.notesRef" globally

[PATCH 0/2] clean up some MAYBE_UNUSED cases
 2024-08-30 16:30 UTC  (7+ messages)
` [PATCH 1/2] gc: drop MAYBE_UNUSED annotation from used parameter
` [PATCH 2/2] grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators

hola
 2024-08-30 12:29 UTC 

[PATCH 00/22] Memory leak fixes (pt.6)
 2024-08-30  9:00 UTC  (8+ messages)
` [PATCH 01/22] t/test-lib: allow skipping leak checks for passing tests
` [PATCH 14/22] shallow: fix leaking members of `struct shallow_info`

git-show multiple files delimiter?
 2024-08-30  0:43 UTC 

Tags auto fetched by "git fetch origin" but not "git fetch origin main"
 2024-08-29 23:16 UTC  (6+ messages)

[PATCH 0/5] `--whitespace=fix` with `--no-ignore-whitespace`
 2024-08-29 23:13 UTC  (5+ messages)
` [PATCH 2/5] apply: honor `ignore_ws_none` with `correct_ws_error`

[PATCH] compat/terminal: mark parameter of git_terminal_prompt() UNUSED
 2024-08-29 22:26 UTC  (2+ messages)

Local git server can't serve https until repos owned by http, can't serve ssh unless repos owned by user after 2.45.1
 2024-08-29 20:34 UTC  (8+ messages)

[PATCH v1 0/4] add ref content check for files backend
 2024-08-29 20:19 UTC  (36+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] ref: add regular "
  ` [PATCH v2 3/4] ref: add symbolic "
  ` [PATCH] SQUASH??? remove unused parameters
      ` [PATCH 8/6] CodingGuidelines: also mention MAYBE_UNUSED
            ` [PATCH v2] "
              ` [PATCH 9/6] git-compat-util: guard definition of MAYBE_UNUSED with __GNUC__

[PATCH 0/8] pseudo-merge: avoid empty and non-closed pseudo-merge commits
 2024-08-29 19:36 UTC  (13+ messages)
` [PATCH 1/8] pack-bitmap: initialize `bitmap_writer_init()` with packing_data
` [PATCH 5/8] pack-bitmap-write.c: select pseudo-merges even for small bitmaps
` [PATCH 7/8] pseudo-merge.c: do not generate empty pseudo-merge commits

[PATCH 00/13] midx: incremental multi-pack indexes, part two
 2024-08-29 19:27 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 13/13] midx: implement writing incremental MIDX bitmaps
    ` [PATCH] fixup! "

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

[PATCH 15/22] negotiator/skipping: fix leaking commit entries
 2024-08-29 17:29 UTC  (5+ messages)

[PATCH v3 0/3] send-email: add --mailmap support
 2024-08-28 21:23 UTC  (3+ messages)

What's cooking in git.git (Aug 2024, #10; Tue, 27)
 2024-08-28 20:38 UTC  (2+ messages)
` Libification update (was: What's cooking in git.git (Aug 2024, #10; Tue, 27))

[PATCH v3 0/8] git-prompt: support more shells v3
 2024-08-28 19:54 UTC  (5+ messages)
` [PATCH v4 0/8] git-prompt: support more shells v4

[PATCH 0/6] unused parameters: the final countdown
 2024-08-28 19:53 UTC  (13+ messages)
` [PATCH 1/6] gc: mark unused config parameter in virtual functions
` [PATCH 2/6] t-reftable-readwrite: mark unused parameter in callback function
` [PATCH 3/6] compat: disable -Wunused-parameter in 3rd-party code
` [PATCH 4/6] compat: disable -Wunused-parameter in win32/headless.c
` [PATCH 5/6] compat: mark unused parameters in win32/mingw functions
` [PATCH 6/6] config.mak.dev: enable -Wunused-parameter by default
    ` [PATCH 7/6] CodingGuidelines: mention -Wunused-parameter and UNUSED

[PATCH] reftable: mark unused parameters in empty iterator functions
 2024-08-28 18:10 UTC  (4+ messages)

[PATCH] git gui: add directly calling merge tool from gitconfig
 2024-08-28 17:08 UTC  (3+ messages)
` [PATCH v2] "

Improvement: `git-maintenance` to allow configuring of remotes to fetch
 2024-08-28 16:31 UTC  (3+ messages)

Wrong error message when cloning from http gitlab (and everything still works anyway)
 2024-08-28 15:53 UTC  (3+ messages)

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-28 15:15 UTC  (19+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 2/9] t: import the clar unit "
` [PATCH v6 00/13] Introduce clar "
  ` [PATCH v6 02/13] t: import the clar unit "
  ` [PATCH v6 11/13] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v6 12/13] t/unit-tests: convert ctype "

RFE: Document "edit" in "git restore --patch"
 2024-08-28 13:02 UTC 

[PATCH] t-reftable-block: mark unused argv/argc
 2024-08-28  4:08 UTC 


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