git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-23 20:09:52 to 2022-05-25 10:05:39 UTC [more...]

[PATCH v5 00/29] CI: run "make" in CI "steps", improve UX
 2022-05-25 10:04 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/29] CI: run "set -ex" early in ci/lib.sh
  ` [PATCH v6 02/29] CI: make "$jobname" explicit, remove fallback
  ` [PATCH v6 04/29] CI: remove dead "tree skipping" code
  ` [PATCH v6 09/29] CI: have "static-analysis" run "check-builtins", not "documentation"
  ` [PATCH v6 10/29] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
  ` [PATCH v6 11/29] CI: consistently use "export" in ci/lib.sh
  ` [PATCH v6 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment
  ` [PATCH v6 27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case

[PATCH 00/17] cruft packs
 2022-05-25  9:11 UTC  (18+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/17] pack-mtimes: support reading .mtimes files
              ` adding new 32-bit on-disk (unsigned) timestamp formats (was: [PATCH v5 02/17] pack-mtimes: support reading .mtimes files)

[PATCH 0/2] quell a few gcc warnings
 2022-05-25  9:08 UTC  (23+ messages)
` [PATCH 2/2] http.c: avoid gcc warning
    ` [PATCH] http.c: clear the 'finished' member once we are done with it

Error handling when giving empty command line arguments
 2022-05-25  7:32 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH] Fix wrong info in `INSTALL`
 2022-05-25  5:29 UTC  (5+ messages)

[PATCH] setup: don't die if realpath(3) fails on getcwd(3)
 2022-05-25  5:11 UTC  (16+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] ci: update Cirrus-CI image to FreeBSD 13.0
 2022-05-25  4:35 UTC  (6+ messages)

[RFC PATCH 0/1] dir: consider worktree config in path recursion
 2022-05-25  3:46 UTC  (10+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "
` [PATCH v3 0/3] dir: traverse into repository
  ` [PATCH v3 2/3] dir: cache git_dir's realpath

[PATCH 0/2] pack-objects: fix a pair of MIDX bitmap-related races
 2022-05-25  0:16 UTC  (18+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] pack-bitmap.c: check preferred pack validity when opening MIDX bitmap
  ` [PATCH v2 2/4] builtin/pack-objects.c: avoid redundant NULL check
  ` [PATCH v2 3/4] builtin/pack-objects.c: ensure included `--stdin-packs` exist
  ` [PATCH v2 4/4] builtin/pack-objects.c: ensure pack validity from MIDX bitmap objects

[PATCH] Add pcre2 support for cmake build system
 2022-05-24 23:04 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] Fix CMakeLists.txt on Linux
  ` [PATCH v2 2/2] Add pcre2 support for cmake build system

[PATCH 0/4] ci: fix windows-build with GCC v12.x
 2022-05-24 22:38 UTC  (19+ messages)
` [PATCH 1/4] compat/win32/syslog: fix use-after-realloc
` [PATCH 2/4] nedmalloc: avoid new compile error
` [PATCH 3/4] http.c: avoid danging pointer to local variable `finished`
` [PATCH 4/4] dir.c: avoid "exceeds maximum object size" error with GCC v12.x

[PATCH] urlmatch: create fetch.credentialsInUrl config
 2022-05-24 21:01 UTC  (13+ messages)

Bug: combined diff with --ignore-matching-lines
 2022-05-24 20:17 UTC  (6+ messages)
` [PATCH] diff: fix a segfault in >2 tree -I<regex> and --output=<file>

[PATCH v5 00/28] Builtin FSMonitor Part 3
 2022-05-24 19:54 UTC  (51+ messages)
` [PATCH v6 "
  ` [PATCH v6 16/28] fsmonitor--daemon: stub in health thread
  ` [PATCH v6 20/28] fsmonitor: optimize processing of directory events
  ` [PATCH v7 00/30] Builtin FSMonitor Part 3
    ` [PATCH v7 01/30] fsm-listen-win32: handle shortnames
    ` [PATCH v7 02/30] t7527: test FSMonitor on repos with Unicode root paths
    ` [PATCH v7 03/30] t/helper/fsmonitor-client: create stress test
    ` [PATCH v7 04/30] fsmonitor-settings: bare repos are incompatible with FSMonitor
    ` [PATCH v7 05/30] fsmonitor-settings: stub in Win32-specific incompatibility checking
    ` [PATCH v7 06/30] fsmonitor-settings: VFS for Git virtual repos are incompatible
    ` [PATCH v7 07/30] fsmonitor-settings: stub in macOS-specific incompatibility checking
    ` [PATCH v7 08/30] fsmonitor-settings: remote repos on macOS are incompatible
    ` [PATCH v7 09/30] fsmonitor-settings: remote repos on Windows "
    ` [PATCH v7 10/30] fsmonitor-settings: NTFS and FAT32 on MacOS "
    ` [PATCH v7 11/30] unpack-trees: initialize fsmonitor_has_run_once in o->result
    ` [PATCH v7 12/30] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS
    ` [PATCH v7 13/30] fsmonitor--daemon: cd out of worktree root
    ` [PATCH v7 14/30] fsmonitor--daemon: prepare for adding health thread
    ` [PATCH v7 15/30] fsmonitor--daemon: rename listener thread related variables
    ` [PATCH v7 16/30] fsmonitor--daemon: stub in health thread
    ` [PATCH v7 17/30] fsm-health-win32: add polling framework to monitor daemon health
    ` [PATCH v7 18/30] fsm-health-win32: force shutdown daemon if worktree root moves
    ` [PATCH v7 19/30] fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed
    ` [PATCH v7 20/30] fsmonitor: optimize processing of directory events
    ` [PATCH v7 21/30] t7527: FSMonitor tests for directory moves
    ` [PATCH v7 22/30] t/perf/p7527: add perf test for builtin FSMonitor
    ` [PATCH v7 23/30] fsmonitor: never set CE_FSMONITOR_VALID on submodules
    ` [PATCH v7 24/30] t7527: test FSMonitor on case insensitive+preserving file system
    ` [PATCH v7 25/30] fsmonitor: on macOS also emit NFC spelling for NFD pathname
    ` [PATCH v7 26/30] t/helper/hexdump: add helper to print hexdump of stdin
    ` [PATCH v7 27/30] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd
    ` [PATCH v7 28/30] t7527: test Unicode NFC/NFD handling on MacOS
    ` [PATCH v7 29/30] fsmonitor--daemon: allow --super-prefix argument
    ` [PATCH v7 30/30] t7527: improve implicit shutdown testing in fsmonitor--daemon

[PATCH v3 0/7] scalar: implement the subcommand "diagnose"
 2022-05-24 19:29 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/7] scalar: validate the optional enlistment argument

[PATCH] check-ignore: --non-matching without --verbose
 2022-05-24 19:26 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2 0/5] Improve MyFirstContribution's GitGitGadget section
 2022-05-24 19:06 UTC  (7+ messages)
` [PATCH v3 "

[PATCH] revert: optionally refer to commit in the "reference" format
 2022-05-24 19:11 UTC  (7+ messages)

[PATCH] Remove (_)UNICODE def on Windows in CMakeLists.txt
 2022-05-24 19:09 UTC  (3+ messages)

[PATCH v5 00/14] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-05-24 12:31 UTC  (6+ messages)
` [PATCH v6 00/12] "

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-05-24 10:47 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v3 00/12] "
    ` [PATCH v3 08/12] ci(github): skip the logs of the successful test cases

Draft of Git Rev News edition 87
 2022-05-24 10:06 UTC 

git bash completion modifies COMP_WORDBREAKS breaking other autocompletion
 2022-05-24  2:45 UTC 

[PATCH v2 0/9] Incremental po/git.pot update and new l10n workflow
 2022-05-24  0:56 UTC  (4+ messages)
` [PATCH v3 3/9] Makefile: have "make pot" not "reset --hard"

[PATCH 0/8] Sparse index: integrate with sparse-checkout
 2022-05-23 22:48 UTC  (6+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 08/10] sparse-index: complete partial expansion

[PATCH] stash: added safety flag for stash clear subcommand
 2022-05-23 20:35 UTC  (5+ messages)
` [PATCH v2 0/2] stash clear: "
  ` [PATCH v2 1/2] add-menu: added add-menu to lib objects

What's cooking in git.git (May 2022, #06; Fri, 20)
 2022-05-23 20:09 UTC  (3+ messages)
` ds/bundle-uri (was Re: What's cooking in git.git (May 2022, #06; Fri, 20))


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