git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-21 23:13:22 to 2022-03-23 17:46:14 UTC [more...]

[GSoC] Some #leftoverbits for anyone looking for little projects
 2022-03-23 17:45 UTC  (5+ messages)
            ` Having grep support the -o option

[PATCH 0/4] reset: make --no-refresh the only way to skip index refresh
 2022-03-23 17:19 UTC  (12+ messages)
` [PATCH 1/4] reset: do not make '--quiet' disable "
` [PATCH 2/4] reset: deprecate 'reset.quiet' config option
` [PATCH 3/4] reset: deprecate 'reset.refresh' "
` [PATCH 4/4] reset: deprecate '--refresh', leaving only '--no-refresh'

[PATCH v5 0/3] vimdiff: new implementation with layout support
 2022-03-23 16:43 UTC  (3+ messages)
` [PATCH v5 1/3] "

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

[Question] .git folder file updates for changing head commit
 2022-03-23 15:19 UTC 

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

[PATCH] test-lib-functions: fix test_subcommand_inexact
 2022-03-23 14:55 UTC  (4+ messages)

[PATCH v6 6/6] core.fsync: documentation and user-friendly aggregate options
 2022-03-23 14:20 UTC  (3+ messages)
` [PATCH v7] "
  ` do we have too much fsync() configuration in 'next'? (was: [PATCH v7] core.fsync: documentation and user-friendly aggregate options)

[PATCH 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-23 14:18 UTC  (40+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects
                ` [RFC PATCH 0/7] bottom-up ns/batched-fsync & "plugging" in object-file.c
                  ` [RFC PATCH 1/7] write-or-die.c: remove unused fsync_component() function
                  ` [RFC PATCH 2/7] unpack-objects: add skeleton HASH_N_OBJECTS{,_{FIRST,LAST}} flags
                  ` [RFC PATCH 3/7] object-file: pass down unpack-objects.c flags for "bulk" checkin
                  ` [RFC PATCH 4/7] update-index: use a utility function for stdin consumption
                  ` [RFC PATCH 5/7] update-index: pass down an "oflags" argument
                  ` [RFC PATCH 6/7] update-index: rename "buf" to "line"
                  ` [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 3/7] update-index: pass down skeleton "oflags" argument
                    ` [RFC PATCH v2 4/7] update-index: have the index fsync() flush the loose objects
                    ` [RFC PATCH v2 5/7] add: use WLI_NEED_LOOSE_FSYNC for new "only the index" bulk fsync()
                    ` [RFC PATCH v2 6/7] fsync docs: update for new syncing semantics
                    ` [RFC PATCH v2 7/7] fsync docs: add new fsyncMethod.batch.quarantine, elaborate on old
  ` [PATCH v2 3/7] update-index: use the bulk-checkin infrastructure
  ` [PATCH v2 4/7] unpack-objects: "
  ` [PATCH v2 6/7] core.fsyncmethod: tests for batch mode

[PATCH 0/5] Partial bundle follow ups
 2022-03-23 13:48 UTC  (11+ messages)
` [PATCH 1/5] list-objects-filter: remove CL_ARG__FILTER
` [PATCH 2/5] pack-objects: move revs out of get_object_list()
` [PATCH 3/5] pack-objects: parse --filter directly into revs.filter
  ` [-SPAM-] "
` [PATCH 4/5] bundle: move capabilities to end of 'verify'
` [PATCH 5/5] bundle: output hash information in 'verify'

lei + thunderbird recipe
 2022-03-23 13:32 UTC  (2+ messages)

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

[PATCH 00/41] use the stdlib EXIT_SUCCESS or EXIT_FAILURE exit status
 2022-03-23 11:13 UTC  (17+ messages)
` [PATCH 08/41] init-db.c: "
` [PATCH 19/41] stash.c: "
` [PATCH 21/41] unpack-objects.c: "
` [PATCH 22/41] update-index.c: "
` [PATCH 23/41] obstack.c: "
` [PATCH 25/41] git-credential-wincred.c: "
` [PATCH 30/41] parse-options.c: "
` [PATCH 35/41] shell.c: "
` [PATCH 36/41] test-json-writer.c: "
` [PATCH 39/41] test-submodule-nested-repo-config.c: "

[PATCH v13 16/16] ls-tree: split up "fast path" callbacks
 2022-03-23  9:58 UTC  (2+ messages)

[PATCH v13 00/16] ls-tree: "--object-only" and "--format" opts
 2022-03-23  9:13 UTC  (17+ messages)
` [PATCH v14 00/15] "
  ` [PATCH v14 01/15] ls-tree tests: add tests for --name-status
  ` [PATCH v14 02/15] ls-tree: remove commented-out code
  ` [PATCH v14 03/15] ls-tree: add missing braces to "else" arms
  ` [PATCH v14 04/15] ls-tree: use "enum object_type", not {blob,tree,commit}_type
  ` [PATCH v14 05/15] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
  ` [PATCH v14 06/15] ls-tree: rename "retval" to "recurse" in "show_tree()"
  ` [PATCH v14 07/15] ls-tree: simplify nesting if/else logic "
  ` [PATCH v14 08/15] ls-tree: fix "--name-only" and "--long" combined use bug
  ` [PATCH v14 09/15] ls-tree: slightly refactor `show_tree()`
  ` [PATCH v14 10/15] ls-tree: introduce struct "show_tree_data"
  ` [PATCH v14 11/15] cocci: allow padding with `strbuf_addf()`
  ` [PATCH v14 12/15] ls-tree: introduce "--format" option
  ` [PATCH v14 13/15] ls-tree: support --object-only option for "git-ls-tree"
  ` [PATCH v14 14/15] ls-tree: detect and error on --name-only --name-status
  ` [PATCH v14 15/15] ls-tree: split up "fast path" callbacks

[PATCH 0/3] a couple of read_key_without_echo() fixes
 2022-03-23  9:03 UTC  (6+ messages)
` [PATCH v2 0/4] "

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

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

Pretty format color bug
 2022-03-23  2:49 UTC  (3+ messages)
` BUG: %+ format placeholder and colors

[PATCH 00/17] cruft packs
 2022-03-23  1:01 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/17] Documentation/technical: add cruft-packs.txt

[PATCH] t3200: fix antipatterns in existing branch tests
 2022-03-23  0:23 UTC  (4+ messages)
` [PATCH v2] "

Possible issue with rebase's --rebase-merges option
 2022-03-22 20:13 UTC  (8+ messages)

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

What's cooking in git.git (Mar 2022, #04; Thu, 17)
 2022-03-22 18:24 UTC  (4+ messages)
` gc/submodule-update-part2 (was Re: What's cooking in git.git (Mar 2022, #04; Thu, 17))

[RFC PATCH 0/1] Documentation/git-sparse-checkout.txt: add an OPTIONS section
 2022-03-22 15:05 UTC  (3+ messages)
` [PATCH v5 0/4] "

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

[PATCH] Documentation: simplify synopsis of git-repack(1)
 2022-03-22 12:52 UTC  (5+ messages)

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

[PATCH] hooks: fix "invoked hook" regression in a8cc5943338
 2022-03-22 10:12 UTC  (2+ messages)

[PATCH] tracking branches: add advice to ambiguous refspec error
 2022-03-22 10:04 UTC  (5+ messages)
` [PATCH v2] RFC: "

Potential Bug - GIT/GIT LFS doing dnsquery on an IP address
 2022-03-21 23:51 UTC  (2+ messages)


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