git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-05-21 14:49:37 to 2022-05-24 06:39:00 UTC [more...]

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

[PATCH 0/4] ci: fix windows-build with GCC v12.x
 2022-05-24  5:53 UTC  (6+ 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

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  (40+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
  ` [PATCH v4 1/9] Makefile: sort "po/git.pot" by file location
  ` [PATCH v4 2/9] Makefile: generate "po/git.pot" from stable LOCALIZED_C
  ` [PATCH v4 3/9] Makefile: have "make pot" not "reset --hard"
  ` [PATCH v4 4/9] i18n CI: stop allowing non-ASCII source messages in po/git.pot
  ` [PATCH v4 5/9] po/git.pot: this is now a generated file
  ` [PATCH v4 6/9] po/git.pot: don't check in result of "make pot"
  ` [PATCH v4 7/9] Makefile: add "po-update" rule to update po/XX.po
  ` [PATCH v4 8/9] Makefile: add "po-init" rule to initialize po/XX.po
  ` [PATCH v4 9/9] l10n: Document the new l10n workflow
` [PATCH v3 1/9] Makefile: sort "po/git.pot" by file location
` [PATCH v3 2/9] Makefile: generate "po/git.pot" from stable LOCALIZED_C
` [PATCH v3 3/9] Makefile: have "make pot" not "reset --hard"
` [PATCH v3 4/9] i18n CI: stop allowing non-ASCII source messages in po/git.pot
` [PATCH v3 5/9] po/git.pot: this is now a generated file
` [PATCH v3 6/9] po/git.pot: don't check in result of "make pot"
` [PATCH v3 7/9] Makefile: add "po-update" rule to update po/XX.po
` [PATCH v3 8/9] Makefile: add "po-init" rule to initialize po/XX.po
` [PATCH v3 9/9] l10n: Document the new l10n workflow

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

[PATCH 0/8] Sparse index: integrate with sparse-checkout
 2022-05-23 22:48 UTC  (19+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 08/10] sparse-index: complete partial expansion
  ` [PATCH v3 00/10] Sparse index: integrate with sparse-checkout
    ` [PATCH v3 01/10] t1092: refactor 'sparse-index contents' test
    ` [PATCH v3 02/10] t1092: stress test 'git sparse-checkout set'
    ` [PATCH v3 03/10] sparse-index: create expand_index()
    ` [PATCH v3 04/10] sparse-index: introduce partially-sparse indexes
    ` [PATCH v3 05/10] cache-tree: implement cache_tree_find_path()
    ` [PATCH v3 06/10] sparse-checkout: --no-sparse-index needs a full index
    ` [PATCH v3 07/10] sparse-index: partially expand directories
    ` [PATCH v3 08/10] sparse-index: complete partial expansion
    ` [PATCH v3 09/10] p2000: add test for 'git sparse-checkout [add|set]'
    ` [PATCH v3 10/10] sparse-checkout: integrate with sparse index

[PATCH] revert: optionally refer to commit in the "reference" format
 2022-05-23 22:48 UTC  (5+ messages)

[PATCH v6 00/28] Builtin FSMonitor Part 3
 2022-05-23 21:33 UTC  (34+ messages)
` [PATCH v7 00/30] "
  ` [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] urlmatch: create fetch.credentialsInUrl config
 2022-05-23 21:14 UTC  (5+ messages)

[PATCH] check-ignore: --non-matching without --verbose
 2022-05-23 20:44 UTC  (3+ messages)

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

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

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

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-05-23 19:21 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v3 00/12] "
    ` [PATCH v3 01/12] ci: fix code style
    ` [PATCH v3 02/12] tests: refactor --write-junit-xml code
    ` [PATCH v3 03/12] test(junit): avoid line feeds in XML attributes
    ` [PATCH v3 04/12] ci/run-build-and-tests: take a more high-level view
    ` [PATCH v3 05/12] ci: make it easier to find failed tests' logs in the GitHub workflow
    ` [PATCH v3 06/12] ci/run-build-and-tests: add some structure to the GitHub workflow output
    ` [PATCH v3 07/12] ci: optionally mark up output in the GitHub workflow
    ` [PATCH v3 08/12] ci(github): skip the logs of the successful test cases
    ` [PATCH v3 09/12] ci(github): avoid printing test case preamble twice
    ` [PATCH v3 10/12] ci: use `--github-workflow-markup` in the GitHub workflow
    ` [PATCH v3 11/12] ci(github): mention where the full logs can be found
    ` [PATCH v3 12/12] ci: call `finalize_test_case_output` a little later

[RFC PATCH 0/1] dir: consider worktree config in path recursion
 2022-05-23 19:23 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] "

[PATCH] setup: don't die if realpath(3) fails on getcwd(3)
 2022-05-23 18:57 UTC  (6+ messages)
` [PATCH v2] "

Git commands version documentation
 2022-05-23 18:01 UTC  (7+ messages)

[PATCH v2 00/14] Finish converting git bisect into a built-in
 2022-05-23 10:22 UTC  (20+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 01/15] bisect run: fix the error message
  ` [PATCH v3 02/15] bisect: avoid double-quoting when printing the failed command
  ` [PATCH v3 03/15] bisect--helper: retire the --no-log option
  ` [PATCH v3 05/15] bisect--helper: really retire `--bisect-autostart`
  ` [PATCH v3 06/15] bisect--helper: using `--bisect-state` without an argument is a bug
  ` [PATCH v3 07/15] bisect--helper: align the sub-command order with git-bisect.sh
  ` [PATCH v3 08/15] bisect--helper: make `--bisect-state` optional
  ` [PATCH v3 09/15] bisect--helper: move the `BISECT_STATE` case to the end
  ` [PATCH v3 10/15] bisect--helper: return only correct exit codes in `cmd_*()`
  ` [PATCH v3 11/15] bisect: move even the command-line parsing to `bisect--helper`
  ` [PATCH v3 12/15] bisect: teach the `bisect--helper` command to show the correct usage strings
  ` [PATCH v3 13/15] Turn `git bisect` into a full built-in
  ` [PATCH v3 14/15] bisect: remove Cogito-related code
  ` [PATCH v3 15/15] bisect: no longer try to clean up left-over `.git/head-name` files

[PATCH v3 0/7] scalar: implement the subcommand "diagnose"
 2022-05-22  5:50 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/7] scalar: validate the optional enlistment argument

[PATCH v2 0/5] Improve MyFirstContribution's GitGitGadget section
 2022-05-22  1:35 UTC  (5+ messages)
` [PATCH v3 "

What's cooking in git.git (May 2022, #01; Mon, 2)
 2022-05-21 21:48 UTC  (8+ messages)
            ` cone mode as default for sparse-checkout?, was "

bug: `git diff` implies folder isn’t a git repo
 2022-05-21 18:39 UTC  (2+ messages)

[PATCH 0/5] usage API: add and use a bug() + BUG_if_bug()
 2022-05-21 17:14 UTC  (6+ messages)
` [PATCH 1/5] usage.c: add a non-fatal bug() function to go with BUG()
` [PATCH 2/5] parse-options.c: use new bug() API for optbug()
` [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 5/5] cache-tree.c: "

[PATCH v5 0/7] scalar: implement the subcommand "diagnose"
 2022-05-21 15:08 UTC  (9+ 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 v6 3/7] scalar: validate the optional enlistment argument
  ` [PATCH v6 4/7] Implement `scalar diagnose`
  ` [PATCH v6 5/7] scalar diagnose: include disk space information
  ` [PATCH v6 6/7] scalar: teach `diagnose` to gather packfile info
  ` [PATCH v6 7/7] scalar: teach `diagnose` to gather loose objects information

[PATCH 0/9] Incremental po/git.pot update and new l10n workflow
 2022-05-21 15:06 UTC  (4+ messages)
` [PATCH v2 9/9] l10n: Document the "


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