git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
[GSoC PATCH] pathspec: fix sign comparison warnings
 2025-03-16 10:14 UTC  (5+ messages)

[GSoC PATCH] rm: fix sign comparison warnings
 2025-03-16 10:13 UTC  (7+ messages)
` [GSoC PATCH v2] "

[PATCH] doc: add missing commit C to the graph for --ancestry-path=H D..M
 2025-03-16  9:36 UTC  (3+ messages)

[PATCH 0/5] Miscellaneous fixups preparing for the removal of merge-recursive
 2025-03-16  6:58 UTC  (6+ messages)
` [PATCH 1/5] stash: remove merge-recursive.h include
` [PATCH 2/5] t6423: fix a comment that accidentally reversed two commits
` [PATCH 3/5] t7615: be more explicit about diff algorithm used
` [PATCH 4/5] merge-ort: fix accidental strset<->strintmap
` [PATCH 5/5] merge-ort: remove extraneous word in comment

[PATCH 0/3] Add a static analysis job to prevent assertions with side effects
 2025-03-16  6:42 UTC  (14+ messages)
` [PATCH 1/3] git-compat-util: introduce BUG_IF_NOT() macro
` [PATCH 2/3] ci: add build checking for side-effects in assert() calls
` [PATCH 3/3] treewide: replace assert() with BUG_IF_NOT() in special cases
` [PATCH v2 0/3] Add a static analysis job to prevent assertions with side effects
  ` [PATCH v2 1/3] git-compat-util: introduce BUG_IF_NOT() macro
  ` [PATCH v2 2/3] ci: add build checking for side-effects in assert() calls
  ` [PATCH v2 3/3] treewide: replace assert() with BUG_IF_NOT() in special cases

[PATCH] meson: fix perl detection when docs are enabled, but perl bindings aren't
 2025-03-16  6:06 UTC 

[GSoC PATCH v3 0/1] Refactor SMTP Auth Error Handling
 2025-03-16  5:09 UTC  (7+ messages)
` [GSoC PATCH v3 1/1] Unify SMTP auth error handling
    ` [GSoC PATCH v4 0/2] smtp_auth_maybe: unified error capture and status code processing optimization
      ` [GSoC PATCH v4 1/2] Unify capture of SMTP errors
      ` [GSoC PATCH v4 2/2] Error handling for SMTP status codes

[PATCH] gitk: new option to hide prefetch refs
 2025-03-16  3:45 UTC  (3+ messages)
` [PATCH v3] "

Git Bug Report: git add --patch > "e" makes keyboard unresponsive
 2025-03-16  3:34 UTC  (2+ messages)

[PATCH] contrib/vscode: respect configurable options of IntelliSense
 2025-03-16  2:37 UTC  (2+ messages)

`--ancestry-path` documentation has wrong graph
 2025-03-16  1:59 UTC  (7+ messages)

[PATCH] doc: restore: remove note on --patch w/ pathspecs
 2025-03-16  0:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 12/12] config.mak.uname: add a note about CSPRNG_METHOD for Linux
 2025-03-16  0:28 UTC  (2+ messages)

[PATCH 0/2] compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`
 2025-03-16  0:01 UTC  (6+ messages)
` [PATCH 1/2] compat/mingw: handle O_CLOEXEC in `mingw_open_existing()`
` [PATCH 2/2] compat/mingw: fix EACCESS when opening files with `O_CREAT | O_EXCL`

[PATCH] reftable: ignore file-in-use errors when unlink(3p) fails on Windows
 2025-03-15 23:17 UTC  (5+ messages)
` [PATCH v2] "

[ANNOUNCE] Git v2.49.0
 2025-03-15 20:21 UTC  (5+ messages)
` Problems publishing Rust crates (was: [ANNOUNCE] Git v2.49.0)
  ` Problems publishing Rust crates

[GSOC][PATCH 1/3] Remove outdated mentoring mailing list reference and clarify tutorial prerequisites
 2025-03-15 18:21 UTC  (4+ messages)
` [GSOC][PATCH 2/3] Update function signature and UNUSED to include struct repository and modify builtin.h accordingly
` [GSOC][PATCH 3/3] Replace git_config(...) with repo_config(...) for modern Git compatibility

[PATCH 0/2] doc: apply new format to git-branch man page
 2025-03-15 16:31 UTC  (3+ messages)
` [PATCH 1/2] completion: take into account the formatting backticks for options
` [PATCH 2/2] doc: apply new format to git-branch man page

path-restricted log vs. subtree merges
 2025-03-15 14:45 UTC 

[PATCH] git-gui: heed core.commentChar/commentString
 2025-03-15 14:09 UTC 

[PATCH] docs: clarify meaning of core.commentString=auto
 2025-03-15 14:09 UTC 

Iffy output given git diff --unified=2147483647
 2025-03-15  6:38 UTC  (5+ messages)
  ` [PATCH] xdiff: avoid arithmetic overflow in xdl_get_hunk()

[PATCH 05/12] config.mak.uname: add a note about NO_STRLCPY for Linux
 2025-03-15  2:47 UTC 

[PATCH 04/12] Makefile: remove NEEDS_LIBRT build variable
 2025-03-15  2:47 UTC 

[PATCH 03/12] meson.build: only set build variables for non-default values
 2025-03-15  2:46 UTC 

[PATCH 02/12] Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set
 2025-03-15  2:46 UTC 

[PATCH 01/12] meson.build: remove -DCURL_DISABLE_TYPECHECK
 2025-03-15  2:46 UTC 

[PATCH 00/12] miscellaneous build mods (part 1)
 2025-03-15  2:46 UTC 

[PATCH 11/12] config.mak.uname; add arc4random to the cygwin build
 2025-03-15  2:49 UTC 

[PATCH 10/12] config.mak.uname: add sysinfo() configuration for cygwin
 2025-03-15  2:48 UTC 

[PATCH 09/12] builtin/gc.c: correct RAM calculation when using sysinfo
 2025-03-15  2:48 UTC 

[PATCH 08/12] config.mak.uname: add clock_gettime() to the cygwin build
 2025-03-15  2:48 UTC 

[PATCH 07/12] config.mak.uname: add HAVE_GETDELIM to the cygwin section
 2025-03-15  2:47 UTC 

[PATCH 06/12] config.mak.uname: only set NO_REGEX on cygwin for v1.7
 2025-03-15  2:47 UTC 

What's cooking in git.git (Mar 2025, #04; Fri, 14)
 2025-03-15  1:22 UTC  (6+ messages)
` en/diff-rename-follow-fix (Was: Re: What's cooking in git.git (Mar 2025, #04; Fri, 14))
  ` en/diff-rename-follow-fix

[PATCH] diffcore-rename: fix BUG when break detection and --follow used together
 2025-03-15  1:08 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] completion: fix bugs with slashes in remote names
 2025-03-14 23:23 UTC  (16+ messages)
` [PATCH 3/3] "
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] completion: add helper to count path components
  ` [PATCH v3 2/2] completion: fix bugs with slashes in remote names

[PATCH v3 0/8] refs: introduce support for partial reference transactions
 2025-03-14 22:29 UTC  (22+ messages)
` [PATCH v3 6/8] refs: implement partial reference transaction support
      ` [PATCH] config.mak.dev: enable -Wunreachable-code
        ` [PATCH v2 0/3] -Wunreachable-code
          ` [PATCH v2 1/3] config.mak.dev: enable -Wunreachable-code
          ` [PATCH v2 2/3] run-command: use errno to check for sigfillset() error
          ` [PATCH v2 3/3] git-compat-util: add NOT_A_CONST macro and use it in atfork_prepare()

Making bit-by-bit reproducible Git Bundles?
 2025-03-14 22:24 UTC  (7+ messages)

[PATCH 0/4] rev-list: introduce NUL-delimited output mode
 2025-03-14 21:16 UTC  (24+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] rev-list: support delimiting objects with NUL bytes
  ` [PATCH v2 6/6] rev-list: support NUL-delimited --missing option
  ` [PATCH v3 0/6] rev-list: introduce NUL-delimited output mode
    ` [PATCH v3 1/6] rev-list: inline `show_object_with_name()` in `show_object()`
    ` [PATCH v3 2/6] rev-list: refactor early option parsing
    ` [PATCH v3 3/6] revision: support NUL-delimited --stdin mode
    ` [PATCH v3 4/6] rev-list: support delimiting objects with NUL bytes
    ` [PATCH v3 5/6] rev-list: support NUL-delimited --boundary option
    ` [PATCH v3 6/6] rev-list: support NUL-delimited --missing option

[PATCH 00/13] midx: incremental multi-pack indexes, part two
 2025-03-14 20:19 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/13] Documentation: describe incremental MIDX bitmaps
  ` [PATCH v4 02/13] pack-revindex: prepare for "
  ` [PATCH v4 03/13] pack-bitmap.c: open and store incremental bitmap layers
  ` [PATCH v4 04/13] pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
  ` [PATCH v4 05/13] pack-bitmap.c: teach `show_objects_for_type()` "
  ` [PATCH v4 06/13] pack-bitmap.c: support bitmap pack-reuse with "
  ` [PATCH v4 07/13] pack-bitmap.c: teach `rev-list --test-bitmap` about "
  ` [PATCH v4 08/13] pack-bitmap.c: compute disk-usage with "
  ` [PATCH v4 09/13] pack-bitmap.c: apply pseudo-merge commits "
  ` [PATCH v4 10/13] ewah: implement `struct ewah_or_iterator`
  ` [PATCH v4 11/13] pack-bitmap.c: keep track of each layer's type bitmaps
  ` [PATCH v4 12/13] pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
  ` [PATCH v4 13/13] midx: implement writing incremental MIDX bitmaps

[PATCH v2] promisor-remote: fix segfault when remote URL is missing
 2025-03-14 18:59 UTC  (17+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5 0/3] "promisor-remote" capability fixes
      ` [PATCH v5 1/3] promisor-remote: fix segfault when remote URL is missing
      ` [PATCH v5 2/3] promisor-remote: fix possible issue when no URL is advertised
      ` [PATCH v5 3/3] promisor-remote: compare remote names case sensitively

[RFH] Issues and Contributions to friendly third-party projects
 2025-03-14 18:44 UTC  (4+ messages)

[PATCH v2] meson: use test_environment conditionally
 2025-03-14 18:05 UTC 

[PATCH] meson: use test_environment conditionally
 2025-03-14 18:02 UTC 

Windows Application Issue | Git | REF # 56282410
 2025-03-14 17:32 UTC  (3+ messages)
                    ` [EXTERNAL] "

A note from the maintainer
 2025-03-14 17:26 UTC 

BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair
 2025-03-14 17:24 UTC  (4+ messages)

[GSoC PATCH] t9400: prefer test_path_* helper functions
 2025-03-14 17:07 UTC  (6+ messages)

[PATCH] [GSOC] Update MyFirstContribution.adoc to current codebase
 2025-03-14 13:40 UTC  (3+ messages)

[PATCH 0/2] EDITME: cover title for 493-add-command-to-purge-reflog-entries
 2025-03-14  8:40 UTC  (8+ messages)
` [PATCH v2] reflog: implement subcommand to drop reflogs
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] reflog: improve error for when reflog is not found
  ` [PATCH v3 2/2] reflog: implement subcommand to drop reflogs

[PATCH 0/2] merge-ort: fix a crash in process_renames for a file transitively renamed to itself
 2025-03-14  0:24 UTC  (10+ messages)
` [PATCH 2/2] merge-ort: fix slightly overzealous assertion for rename-to-self

What's cooking in git.git (Mar 2025, #03; Wed, 12)
 2025-03-13 23:35 UTC  (2+ messages)

`--word-diff` documentation formatting error
 2025-03-13 21:15 UTC 

git-filter-branch.1: Some remarks and a patch with editorial changes for this man page
 2025-03-13 19:16 UTC  (2+ messages)

git-imap-send.1: Some remarks and a patch with editorial changes for this man page
 2025-03-13 19:06 UTC 

[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
 2025-03-13 18:41 UTC  (29+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] builtin/pack-objects.c: freshen objects from existing cruft packs
` [PATCH v4 0/6] pack-objects: freshen objects with multi-cruft packs
  ` [PATCH v4 4/6] pack-objects: generate cruft packs at most one object over threshold
` [PATCH v5] builtin/pack-objects.c: freshen objects from existing cruft packs

Fwd: Suggesting config option for clone to always recurse submodules
 2025-03-13 17:49 UTC 

[GIT PULL] l10n updates for 2.49.0 round 1
 2025-03-13 17:21 UTC  (2+ messages)

marko.djor26@icloud.com
 2025-03-13 16:10 UTC 

[PATCH 0/9] fetch: further ref-prefix cleanups and optimizations
 2025-03-13 15:53 UTC  (3+ messages)
` [PATCH 8/9] fetch: avoid ls-refs only to ask for HEAD symref update

[GSoC PATCH v2] reftable: return proper error code from block_writer_add()
 2025-03-13 15:29 UTC  (5+ messages)
` [GSoC PATCH v3 0/2] reftable: return proper error codes from block_writer_add
  ` [PATCH v3 2/2] reftable: adapt writer code to propagate block_writer_add() errors


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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