git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-23 19:27:01 to 2022-03-24 19:11:13 UTC [more...]

[PATCH v1 0/3] trace2 output for bitmap decision path
 2022-03-24 19:11 UTC  (10+ 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

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

[PATCH] test-lib-functions: fix test_subcommand_inexact
 2022-03-24 18:58 UTC  (16+ 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

bug report: pre-push hook
 2022-03-24 18:30 UTC  (2+ messages)

[PATCH 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-24 18:23 UTC  (23+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects
  ` [PATCH v3 00/11] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
    ` [PATCH v3 01/11] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
    ` [PATCH v3 02/11] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
    ` [PATCH v3 03/11] object-file: pass filename to fsync_or_die
    ` [PATCH v3 04/11] core.fsyncmethod: batched disk flushes for loose-objects
    ` [PATCH v3 05/11] update-index: use the bulk-checkin infrastructure
    ` [PATCH v3 06/11] unpack-objects: "
    ` [PATCH v3 07/11] core.fsync: use batch mode and sync loose objects by default on Windows
    ` [PATCH v3 08/11] test-lib-functions: add parsing helpers for ls-files and ls-tree
    ` [PATCH v3 09/11] core.fsyncmethod: tests for batch mode
    ` [PATCH v3 10/11] core.fsyncmethod: performance tests for add and stash
    ` [PATCH v3 11/11] core.fsyncmethod: correctly camel-case warning message

[PATCH 0/4] reset: make --no-refresh the only way to skip index refresh
 2022-03-24 18:01 UTC  (8+ messages)
` [PATCH v2 0/3] "

[PATCH 00/24] revision.[ch]: add and use release_revisions()
 2022-03-24 17:39 UTC  (42+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 01/27] t/helper/test-fast-rebase.c: don't leak "struct strbuf"
  ` [PATCH v2 02/27] blame: use "goto cleanup" for cleanup_scoreboard()
  ` [PATCH v2 03/27] string_list API users: use string_list_init_{no,}dup
  ` [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 07/27] revisions API users: add straightforward 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 11/27] revisions API users: use release_revisions() in http-push.c
  ` [PATCH v2 12/27] revisions API users: use release_revisions() in builtin/log.c
  ` [PATCH v2 13/27] revisions API users: use release_revisions() with UNLEAK()
  ` [PATCH v2 14/27] revisions API users: use release_revisions() in submodule.c edge case
  ` [PATCH v2 15/27] revisions API users: use release_revisions() for "prune_data" users
  ` [PATCH v2 16/27] revisions API: have release_revisions() release "commits"
  ` [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 20/27] revisions API: have release_revisions() release "grep_filter"
  ` [PATCH v2 21/27] revisions API: have release_revisions() release "prune_data"
  ` [PATCH v2 22/27] revisions API: clear "boundary_commits" in release_revisions()
  ` [PATCH v2 23/27] revisions API: release "reflog_info" in release revisions()
  ` [PATCH v2 24/27] revisions API: call diff_free(&revs->pruning) in revisions_release()
  ` [PATCH v2 25/27] revisions API: have release_revisions() release "date_mode"
  ` [PATCH v2 26/27] revisions API: have release_revisions() release "topo_walk_info"
  ` [PATCH v2 27/27] revisions API: add a TODO for diff_free(&revs->diffopt)

[PATCH] test-lib: have --immediate emit valid TAP on failure
 2022-03-24 17:26 UTC  (4+ 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 16:52 UTC  (5+ messages)
` [PATCH v5 1/3] "

[PATCH v3 00/27] Builtin FSMonitor Part 3
 2022-03-24 16:51 UTC  (29+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/27] fsm-listen-win32: handle shortnames
  ` [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 04/27] fsmonitor-settings: bare repos are incompatible with FSMonitor
  ` [PATCH v4 05/27] fsmonitor-settings: stub in Win32-specific incompatibility checking
  ` [PATCH v4 06/27] fsmonitor-settings: VFS for Git virtual repos are incompatible
  ` [PATCH v4 07/27] fsmonitor-settings: stub in macOS-specific incompatibility checking
  ` [PATCH v4 08/27] fsmonitor-settings: remote repos on macOS are incompatible
  ` [PATCH v4 09/27] fsmonitor-settings: remote repos on Windows "
  ` [PATCH v4 10/27] fsmonitor-settings: NTFS and FAT32 on MacOS "
  ` [PATCH v4 11/27] unpack-trees: initialize fsmonitor_has_run_once in o->result
  ` [PATCH v4 12/27] fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOS
  ` [PATCH v4 13/27] fsmonitor--daemon: cd out of worktree root
  ` [PATCH v4 14/27] fsmonitor--daemon: prepare for adding health thread
  ` [PATCH v4 15/27] fsmonitor--daemon: rename listener thread related variables
  ` [PATCH v4 16/27] fsmonitor--daemon: stub in health thread
  ` [PATCH v4 17/27] fsm-health-win32: add polling framework to monitor daemon health
  ` [PATCH v4 18/27] fsm-health-win32: force shutdown daemon if worktree root moves
  ` [PATCH v4 19/27] fsm-listen-darwin: shutdown daemon if worktree root is moved/renamed
  ` [PATCH v4 20/27] fsmonitor: optimize processing of directory events
  ` [PATCH v4 21/27] t7527: FSMonitor tests for directory moves
  ` [PATCH v4 22/27] t/perf/p7527: add perf test for builtin FSMonitor
  ` [PATCH v4 23/27] fsmonitor: never set CE_FSMONITOR_VALID on submodules
  ` [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-24 15:29 UTC  (5+ messages)

git reset --merge random behavior
 2022-03-24 14:43 UTC 

`git rebase -i --rebase-merges` formatting
 2022-03-24 14:23 UTC  (2+ messages)

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-24 14:02 UTC  (6+ messages)
` [PATCH 4/6] builtin/stash: provide a way to export stashes to a ref

Possible issue with rebase's --rebase-merges option
 2022-03-24 13:42 UTC  (9+ messages)

[PATCH 0/3] a couple of read_key_without_echo() fixes
 2022-03-24 13:29 UTC  (7+ messages)
` [PATCH v2 0/4] "

[Question] .git folder file updates for changing head commit
 2022-03-24 13:00 UTC  (7+ messages)

[PATCH 0/7] test-lib-functions: a better "test_expect_failure"
 2022-03-24 11:24 UTC  (12+ messages)
` [PATCH 1/7] test-lib: add a "test_expect_todo", similar to "test_expect_failure"

contrib/vscode/: debugging with vscode and gdb
 2022-03-24  8:16 UTC 

What's cooking in git.git (Mar 2022, #05; Wed, 23)
 2022-03-24  3:13 UTC 

[PATCH v13 00/16] ls-tree: "--object-only" and "--format" opts
 2022-03-24  3:00 UTC  (4+ messages)
` [PATCH v14 00/15] "

How to determine the number of unique recent committers on a branch?
 2022-03-23 22:14 UTC  (6+ messages)

What's cooking in git.git (Mar 2022, #04; Thu, 17)
 2022-03-23 21:47 UTC  (9+ messages)

[RFC PATCH 0/1] mv: integrate with sparse-index
 2022-03-23 21:33 UTC  (14+ messages)
` [RFC PATCH 1/1] "

[PATCH 0/5] Partial bundle follow ups
 2022-03-23 21:27 UTC  (2+ messages)

[RFC PATCH] repo-settings: set defaults even when not in a repo
 2022-03-23 21:19 UTC  (7+ messages)

[PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects
 2022-03-23 21:08 UTC  (15+ messages)
` [RFC PATCH 0/7] bottom-up ns/batched-fsync & "plugging" in object-file.c
  ` [RFC PATCH 7/7] update-index: make use of HASH_N_OBJECTS{,_{FIRST,LAST}} flags
  ` [RFC PATCH v2 0/7] bottom-up ns/batched-fsync & "plugging" in object-file.c
    ` [RFC PATCH v2 1/7] unpack-objects: add skeleton HASH_N_OBJECTS{,_{FIRST,LAST}} flags
    ` [RFC PATCH v2 2/7] object-file: pass down unpack-objects.c flags for "bulk" checkin
    ` [RFC PATCH v2 4/7] update-index: have the index fsync() flush the loose objects
    ` [RFC PATCH v2 7/7] fsync docs: add new fsyncMethod.batch.quarantine, elaborate on old

[PATCH] leak tests: mark passing SANITIZE=leak tests as leak-free
 2022-03-23 20:39 UTC 

[RFC PATCH 0/1] invalid outdated temporary files
 2022-03-23 20:36 UTC  (3+ messages)
` [RFC PATCH 1/1] tempfile: "

improve performance of PCRE2 bug 2642 bug workaround
 2022-03-23 20:24 UTC  (5+ messages)

[PATCH 0/4] In PS1 prompt, make upstream state indicators consistent with other state indicators
 2022-03-23 20:06 UTC  (4+ messages)
` [PATCH v2 "


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