git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-24 16:52:55 to 2022-03-25 19:42:26 UTC [more...]

contrib/vscode/: debugging with vscode and gdb
 2022-03-25 19:01 UTC  (4+ messages)

[PATCH 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-03-25 19:24 UTC  (34+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/25] CI: run "set -ex" early in ci/lib.sh
  ` [PATCH v2 02/25] CI: make "$jobname" explicit, remove fallback
  ` [PATCH v2 03/25] CI: remove more dead Travis CI support
  ` [PATCH v2 04/25] CI: remove dead "tree skipping" code
  ` [PATCH v2 05/25] CI: remove unused Azure ci/* code
  ` [PATCH v2 06/25] CI: don't have "git grep" invoke a pager in tree content check
  ` [PATCH v2 07/25] CI: have "static-analysis" run a "make ci-static-analysis" target
  ` [PATCH v2 08/25] CI: have "static-analysis" run "check-builtins", not "documentation"
  ` [PATCH v2 09/25] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
  ` [PATCH v2 10/25] CI: consistently use "export" in ci/lib.sh
  ` [PATCH v2 11/25] CI: export variables via a wrapper
  ` [PATCH v2 12/25] CI: remove "run-build-and-tests.sh", run "make [test]" directly
  ` [PATCH v2 13/25] CI: check ignored unignored build artifacts in "win[+VS] build" too
  ` [PATCH v2 14/25] CI: invoke "make artifacts-tar" directly in windows-build
  ` [PATCH v2 15/25] CI: split up and reduce "ci/test-documentation.sh"
  ` [PATCH v2 16/25] CI: combine ci/install{,-docker}-dependencies.sh
  ` [PATCH v2 17/25] CI: move "env" definitions into ci/lib.sh
  ` [PATCH v2 18/25] ci/run-test-slice.sh: replace shelling out with "echo"
  ` [PATCH v2 19/25] CI: pre-select test slice in Windows & VS tests
  ` [PATCH v2 20/25] CI: only invoke ci/lib.sh as "steps" in main.yml
  ` [PATCH v2 21/25] CI: narrow down variable definitions in --build and --test
  ` [PATCH v2 22/25] CI: add more variables to MAKEFLAGS, except under vs-build
  ` [PATCH v2 23/25] CI: set CC in MAKEFLAGS directly, don't add it to the environment
  ` [PATCH v2 24/25] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
  ` [PATCH v2 25/25] CI: don't use "set -x" in "ci/lib.sh" output
  ` [RFC PATCH v3 0/6] CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV"
    ` [RFC PATCH v3 1/6] ci: make it easier to find failed tests' logs in the GitHub workflow
    ` [RFC PATCH v3 2/6] tests: refactor --write-junit-xml code
    ` [RFC PATCH v3 3/6] test(junit): avoid line feeds in XML attributes
    ` [RFC PATCH v3 4/6] ci: optionally mark up output in the GitHub workflow
    ` [RFC PATCH v3 5/6] ci: use `--github-workflow-markup` "
    ` [RFC PATCH v3 6/6] ci: call `finalize_test_case_output` a little later

[PATCH v7 00/29] Builtin FSMonitor Part 2
 2022-03-25 19:02 UTC  (41+ messages)
` [PATCH v8 00/30] "
  ` [PATCH v8 21/30] t7527: create test for fsmonitor--daemon
  ` [PATCH v9 00/30] Builtin FSMonitor Part 2
    ` [PATCH v9 01/30] fsmonitor: enhance existing comments, clarify trivial response handling
    ` [PATCH v9 02/30] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
    ` [PATCH v9 03/30] fsmonitor: config settings are repository-specific
    ` [PATCH v9 04/30] fsmonitor: use IPC to query the builtin FSMonitor daemon
    ` [PATCH v9 06/30] fsmonitor--daemon: add a built-in fsmonitor daemon
    ` [PATCH v9 07/30] fsmonitor--daemon: implement 'stop' and 'status' commands
    ` [PATCH v9 08/30] compat/fsmonitor/fsm-listen-win32: stub in backend for Windows
    ` [PATCH v9 09/30] compat/fsmonitor/fsm-listen-darwin: stub in backend for Darwin
    ` [PATCH v9 10/30] fsmonitor--daemon: implement 'run' command
    ` [PATCH v9 11/30] fsmonitor--daemon: implement 'start' command
    ` [PATCH v9 12/30] fsmonitor--daemon: add pathname classification
    ` [PATCH v9 13/30] fsmonitor--daemon: define token-ids
    ` [PATCH v9 14/30] fsmonitor--daemon: create token-based changed path cache
    ` [PATCH v9 16/30] compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent
    ` [PATCH v9 17/30] compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS
    ` [PATCH v9 18/30] fsmonitor--daemon: implement handle_client callback
    ` [PATCH v9 19/30] help: include fsmonitor--daemon feature flag in version info
    ` [PATCH v9 20/30] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
    ` [PATCH v9 21/30] t7527: create test for fsmonitor--daemon
    ` [PATCH v9 22/30] t/perf: avoid copying builtin fsmonitor files into test repo
    ` [PATCH v9 23/30] t/helper/test-chmtime: skip directories on Windows
    ` [PATCH v9 24/30] t/perf/p7519: fix coding style
    ` [PATCH v9 25/30] t/perf/p7519: speed up test on Windows
    ` [PATCH v9 26/30] t/perf/p7519: add fsmonitor--daemon test cases
    ` [PATCH v9 27/30] fsmonitor--daemon: periodically truncate list of modified files
    ` [PATCH v9 28/30] fsmonitor--daemon: use a cookie file to sync with file system
    ` [PATCH v9 29/30] fsmonitor: force update index after large responses
    ` [PATCH v9 30/30] t7527: test status with untracked-cache and fsmonitor--daemon

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-03-25 18:38 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 00/24] revision.[ch]: add and use release_revisions()
 2022-03-25 17:18 UTC  (64+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 01/27] t/helper/test-fast-rebase.c: don't leak "struct strbuf"
  ` [PATCH v2 04/27] format-patch: don't leak "extra_headers" or "ref_message_ids"
  ` [PATCH v2 05/27] revision.[ch]: split freeing of revs->commit into a function
  ` [PATCH v2 06/27] revision.[ch]: provide and start using a release_revisions()
  ` [PATCH v2 08/27] revisions API users: use release_revisions() needing "{ 0 }" init
  ` [PATCH v2 09/27] stash: always have the owner of "stash_info" free it
  ` [PATCH v2 10/27] revisions API users: add "goto cleanup" for release_revisions()
  ` [PATCH v2 12/27] revisions API users: use release_revisions() in builtin/log.c
  ` [PATCH v2 14/27] revisions API users: use release_revisions() in submodule.c edge case
  ` [PATCH v2 17/27] revisions API: have release_revisions() release "mailmap"
  ` [PATCH v2 18/27] revisions API: have release_revisions() release "cmdline"
  ` [PATCH v2 19/27] revisions API: have release_revisions() release "filter"
  ` [PATCH v2 21/27] revisions API: have release_revisions() release "prune_data"
  ` [PATCH v3 00/27] revision.[ch]: add and use release_revisions()
    ` [PATCH v3 01/27] t/helper/test-fast-rebase.c: don't leak "struct strbuf"
    ` [PATCH v3 02/27] blame: use "goto cleanup" for cleanup_scoreboard()
    ` [PATCH v3 03/27] string_list API users: use string_list_init_{no,}dup
    ` [PATCH v3 05/27] revision.[ch]: split freeing of revs->commit into a function
    ` [PATCH v3 06/27] revision.[ch]: provide and start using a release_revisions()
    ` [PATCH v3 07/27] revisions API users: add straightforward release_revisions()
    ` [PATCH v3 08/27] revisions API users: add "goto cleanup" for "rev_info" early exit
    ` [PATCH v3 09/27] revisions API users: use release_revisions() in submodule.c edge case
    ` [PATCH v3 10/27] stash: always have the owner of "stash_info" free it
    ` [PATCH v3 12/27] revisions API users: use release_revisions() in http-push.c
    ` [PATCH v3 13/27] revisions API users: use release_revisions() in builtin/log.c
    ` [PATCH v3 14/27] revisions API users: use release_revisions() with UNLEAK()
    ` [PATCH v3 15/27] revisions API users: use release_revisions() for "prune_data" users
    ` [PATCH v3 16/27] revisions API: have release_revisions() release "commits"
    ` [PATCH v3 17/27] revisions API: have release_revisions() release "mailmap"
    ` [PATCH v3 18/27] revisions API: have release_revisions() release "cmdline"
    ` [PATCH v3 19/27] revisions API: have release_revisions() release "filter"
    ` [PATCH v3 20/27] revisions API: have release_revisions() release "grep_filter"
    ` [PATCH v3 21/27] revisions API: have release_revisions() release "prune_data"
    ` [PATCH v3 22/27] revisions API: clear "boundary_commits" in release_revisions()
    ` [PATCH v3 23/27] revisions API: release "reflog_info" in release revisions()
    ` [PATCH v3 24/27] revisions API: call diff_free(&revs->pruning) in revisions_release()
    ` [PATCH v3 25/27] revisions API: have release_revisions() release "date_mode"
    ` [PATCH v3 26/27] revisions API: have release_revisions() release "topo_walk_info"
    ` [PATCH v3 27/27] revisions API: add a TODO for diff_free(&revs->diffopt)

[PATCH v2] http API: fix dangling pointer issue noted by GCC 12.0
 2022-03-25 18:11 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/5] Partial bundle follow ups
 2022-03-25 19:08 UTC  (8+ messages)
` [PATCH] pack-objects: lazily set up "struct rev_info", don't leak

[PATCH] test-lib-functions: fix test_subcommand_inexact
 2022-03-25 19:02 UTC  (17+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t7700: check post-condition in kept-pack test
  ` [PATCH v2 2/2] test-lib-functions: fix test_subcommand_inexact
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] t7700: check post-condition in kept-pack test
    ` [PATCH v3 2/2] test-lib-functions: remove test_subcommand_inexact

[PATCH] worktree: include repair cmd in usage
 2022-03-25 18:05 UTC 

[PATCH 0/4] reset: make --no-refresh the only way to skip index refresh
 2022-03-25 16:35 UTC  (9+ messages)
` [PATCH v2 0/3] "

[PATCH] git-prompt: fix sequencer/todo detection
 2022-03-25 14:53 UTC 

[PATCH v3 00/27] Builtin FSMonitor Part 3
 2022-03-25 14:38 UTC  (14+ messages)
` [PATCH v4 "
  ` [PATCH v4 02/27] t7527: test FSMonitor on repos with Unicode root paths
  ` [PATCH v4 03/27] t/helper/fsmonitor-client: create stress test
  ` [PATCH v4 05/27] fsmonitor-settings: stub in Win32-specific incompatibility checking
  ` [PATCH v4 12/27] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS
  ` [PATCH v4 24/27] t7527: test FSMonitor on case insensitive+preserving file system
  ` [PATCH v4 25/27] fsmonitor: on macOS also emit NFC spelling for NFD pathname
  ` [PATCH v4 26/27] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd
  ` [PATCH v4 27/27] t7527: test Unicode NFC/NFD handling on MacOS

[PATCH] commit-reach: do not parse and iterate minima
 2022-03-25 14:32 UTC  (6+ messages)

[PATCH] mv: refresh stat info for moved entry
 2022-03-25 14:31 UTC  (2+ messages)

Runtime performance of git-prompt.sh with verbose upstream summary
 2022-03-25 14:17 UTC 

What's cooking in git.git (Mar 2022, #05; Wed, 23)
 2022-03-25 13:38 UTC  (2+ messages)
` ab/commit-plug-leaks (was: What's cooking in git.git (Mar 2022, #05; Wed, 23))

[PATCH] test-lib-functions: fix test_subcommand_inexact
 2022-03-25  8:13 UTC  (4+ messages)

[PATCH v6 0/6] A design for future-proofing fsync() configuration
 2022-03-25  6:11 UTC  (3+ messages)
` [PATCH v2] core.fsync: new option to harden references

git reset --merge random behavior
 2022-03-25  1:58 UTC  (2+ messages)

bug report: pre-push hook
 2022-03-24 22:47 UTC  (4+ messages)

[PATCH v2 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-24 22:21 UTC  (15+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 01/11] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
  ` [PATCH v3 05/11] update-index: use the bulk-checkin infrastructure
  ` [PATCH v3 09/11] core.fsyncmethod: tests for batch mode

[PATCH] commit-reach: do not parse and iterate minima
 2022-03-24 22:21 UTC  (2+ messages)

[PATCH] commit-reach: do not parse and iterate minima
 2022-03-24 22:19 UTC  (2+ messages)

[PATCH] test-lib: have --immediate emit valid TAP on failure
 2022-03-24 21:57 UTC  (5+ messages)
  ` A "why TAP?" manifesto (was: [PATCH] test-lib: have --immediate emit valid TAP on failure)
    ` A "why TAP?" manifesto

[PATCH v5 0/3] vimdiff: new implementation with layout support
 2022-03-24 20:50 UTC  (6+ messages)
` [PATCH v5 1/3] "

[PATCH v1 0/3] trace2 output for bitmap decision path
 2022-03-24 19:11 UTC  (9+ messages)
` [PATCH v1 1/3] pack-bitmap.c: use "ret" in "open_midx_bitmap()"
` [PATCH v1 2/3] pack-bitmap.c: add "break" statement in "open_pack_bitmap()"
` [PATCH v1 3/3] bitmap: add trace outputs during open "bitmap" file


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