git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-25 00:15:00 to 2022-05-26 17:11:06 UTC [more...]

[PATCH v5 0/7] scalar: implement the subcommand "diagnose"
 2022-05-26 17:10 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] archive: optionally add "virtual" files
  ` [PATCH v6 2/7] archive --add-virtual-file: allow paths containing colons

[PATCH 0/5] usage API: add and use a bug() + BUG_if_bug()
 2022-05-26 16:55 UTC  (10+ messages)
` [PATCH 1/5] usage.c: add a non-fatal bug() function to go with BUG()
` [PATCH 3/5] parse-options.c: use optbug() instead of BUG() "opts" check
` [PATCH 4/5] receive-pack: use bug() and BUG_if_bug()

[PATCH 0/6] hook API: connect hooks to the TTY again, fixes a v2.36.0 regression
 2022-05-26 16:36 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 2/8] run-command API: use "opts" struct for run_processes_parallel{,_tr2}()

What's cooking in git.git (May 2022, #07; Wed, 25)
 2022-05-26 16:02 UTC  (2+ messages)

[PATCH v4 0/9] Incremental po/git.pot update and new l10n workflow
 2022-05-26 14:50 UTC  (12+ messages)
` [PATCH v5 00/10] "
` [PATCH v5 01/10] Makefile: sort source files before feeding to xgettext
` [PATCH v5 02/10] Makefile: generate "po/git.pot" from stable LOCALIZED_C
` [PATCH v5 03/10] Makefile: have "make pot" not "reset --hard"
` [PATCH v5 04/10] i18n CI: stop allowing non-ASCII source messages in po/git.pot
` [PATCH v5 05/10] Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILES
` [PATCH v5 06/10] po/git.pot: this is now a generated file
` [PATCH v5 07/10] po/git.pot: don't check in result of "make pot"
` [PATCH v5 08/10] Makefile: add "po-update" rule to update po/XX.po
` [PATCH v5 09/10] Makefile: add "po-init" rule to initialize po/XX.po
` [PATCH v5 10/10] l10n: Document the new l10n workflow

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

[PATCH 0/3] Die preserve ggg
 2022-05-26 13:02 UTC  (13+ messages)
` [PATCH 1/3] rebase.c: state preserve-merges has been removed
` [PATCH 2/3] rebase: help users when dying with `preserve-merges`
` [PATCH 3/3] rebase: note `preserve` merges may be a pull config option

About GIT Internals
 2022-05-26 12:45 UTC  (6+ messages)

[PATCH] revert: optionally refer to commit in the "reference" format
 2022-05-26 11:17 UTC  (2+ messages)

[PATCH v3 0/9] Incremental po/git.pot update and new l10n workflow
 2022-05-26 11:06 UTC  (12+ messages)
` [PATCH v4 3/9] Makefile: have "make pot" not "reset --hard"
      ` [PATCH] Makefile: dedup git-ls-files output to prevent duplicate targets

[PATCH] Makefile: build 'gitweb' in the default target
 2022-05-26  7:57 UTC  (3+ messages)

[RFC PATCH 0/3] trace2: log "signal" end events if we invoke BUG()
 2022-05-26  3:04 UTC  (6+ messages)
` [RFC PATCH 1/3] test-tool: don't fake up BUG() exits as code 99
` [RFC PATCH 2/3] refs API: rename "abort" callback to avoid macro clash
` [RFC PATCH 3/3] trace2: emit "signal" events after calling BUG()

[PATCH 00/17] cruft packs
 2022-05-26  0:30 UTC  (30+ 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)

Fwd: Syncing up team members for the comprehensive security review of Git
 2022-05-25 19:05 UTC 

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

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

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

[PATCH] ci: update Cirrus-CI image to FreeBSD 13.0
 2022-05-25 15:50 UTC  (7+ messages)
` [PATCH v2] ci: update Cirrus-CI image to FreeBSD 12.3

Error handling when giving empty command line arguments
 2022-05-25 15:46 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH] urlmatch: create fetch.credentialsInUrl config
 2022-05-25 14:03 UTC  (5+ messages)

[RFC PATCH v5 00/10] CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV"
 2022-05-25 11:26 UTC  (16+ messages)
` [PATCH v6 00/14] "
  ` [PATCH v6 01/14] CI: don't "cd" in ci/print-test-failures.sh
  ` [PATCH v6 02/14] CI: don't include "test-results/" in ci/print-test-failures.sh output
  ` [PATCH v6 03/14] CI: stop setting FAILED_TEST_ARTIFACTS N times
  ` [PATCH v6 04/14] tests: refactor --write-junit-xml code
  ` [PATCH v6 05/14] test(junit): avoid line feeds in XML attributes
  ` [PATCH v6 06/14] ci: optionally mark up output in the GitHub workflow
  ` [PATCH v6 07/14] ci: make it easier to find failed tests' logs "
  ` [PATCH v6 08/14] ci(github): skip the logs of the successful test cases
  ` [PATCH v6 09/14] ci(github): skip "skip" tests in --github-workflow-markup
  ` [PATCH v6 10/14] ci(github): avoid printing test case preamble twice
  ` [PATCH v6 11/14] ci(github): mention where the full logs can be found
  ` [PATCH v6 12/14] ci: call `finalize_test_case_output` a little later
  ` [PATCH v6 13/14] CI: make --github-workflow-markup ci-config, off by default
  ` [PATCH v6 14/14] CI: make the --github-workflow-markup "github" output the default

[PATCH v3 0/7] scalar: implement the subcommand "diagnose"
 2022-05-25 10:31 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/7] scalar: validate the optional enlistment argument

[PATCH] Remove (_)UNICODE def on Windows in CMakeLists.txt
 2022-05-25 10:17 UTC  (3+ messages)

[PATCH v5 00/29] CI: run "make" in CI "steps", improve UX
 2022-05-25 10:04 UTC  (31+ 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 03/29] CI: remove more dead Travis CI support
  ` [PATCH v6 04/29] CI: remove dead "tree skipping" code
  ` [PATCH v6 05/29] CI: remove unused Azure ci/* code
  ` [PATCH v6 06/29] CI/lib.sh: stop adding leading whitespace to $MAKEFLAGS
  ` [PATCH v6 07/29] CI: don't have "git grep" invoke a pager in tree content check
  ` [PATCH v6 08/29] CI: have "static-analysis" run a "make ci-static-analysis" target
  ` [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 12/29] CI: export variables via a wrapper
  ` [PATCH v6 13/29] CI: remove "run-build-and-tests.sh", run "make [test]" directly
  ` [PATCH v6 14/29] CI: make ci/{lib,install-dependencies}.sh POSIX-compatible
  ` [PATCH v6 15/29] CI: check ignored unignored build artifacts in "win[+VS] build" too
  ` [PATCH v6 16/29] CI: invoke "make artifacts-tar" directly in windows-build
  ` [PATCH v6 17/29] CI: split up and reduce "ci/test-documentation.sh"
  ` [PATCH v6 18/29] CI: combine ci/install{,-docker}-dependencies.sh
  ` [PATCH v6 19/29] CI: move "env" definitions into ci/lib.sh
  ` [PATCH v6 20/29] ci/run-test-slice.sh: replace shelling out with "echo"
  ` [PATCH v6 21/29] CI: pre-select test slice in Windows & VS tests
  ` [PATCH v6 22/29] CI: only invoke ci/lib.sh as "steps" in main.yml
  ` [PATCH v6 23/29] CI: narrow down variable definitions in --build and --test
  ` [PATCH v6 24/29] CI: add more variables to MAKEFLAGS, except under vs-build
  ` [PATCH v6 25/29] CI: set CC in MAKEFLAGS directly, don't add it to the environment
  ` [PATCH v6 26/29] CI: set SANITIZE=leak in MAKEFLAGS directly
  ` [PATCH v6 27/29] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
  ` [PATCH v6 28/29] CI: don't use "set -x" in "ci/lib.sh" output
  ` [PATCH v6 29/29] CI: make it easy to use ci/*.sh outside of CI

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

[PATCH] setup: don't die if realpath(3) fails on getcwd(3)
 2022-05-25  3:47 UTC  (7+ messages)
` [PATCH v2] "

[RFC PATCH 0/1] dir: consider worktree config in path recursion
 2022-05-25  3:46 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH 0/2] pack-objects: fix a pair of MIDX bitmap-related races
 2022-05-25  0:16 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] builtin/pack-objects.c: ensure included `--stdin-packs` exist


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