git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-22 18:25:58 to 2022-03-24 13:45:32 UTC [more...]

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

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

[PATCH] test-lib: have --immediate emit valid TAP on failure
 2022-03-24 13:38 UTC  (2+ 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 v5 0/3] vimdiff: new implementation with layout support
 2022-03-24 12:21 UTC  (4+ messages)
` [PATCH v5 1/3] "

[PATCH] commit-reach: do not parse and iterate minima
 2022-03-24 12:05 UTC  (3+ 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"

[PATCH 0/4] reset: make --no-refresh the only way to skip index refresh
 2022-03-24 11:11 UTC  (19+ 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 v2 0/3] reset: make --no-refresh the only way to skip index refresh
  ` [PATCH v2 1/3] reset: do not make '--quiet' disable "
  ` [PATCH v2 2/3] reset: remove 'reset.quiet' config option
  ` [PATCH v2 3/3] reset: remove 'reset.refresh' "

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

[PATCH 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-24  4:58 UTC  (51+ 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 4/7] unpack-objects: use the bulk-checkin infrastructure
  ` [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 00/24] revision.[ch]: add and use release_revisions()
 2022-03-24  4:53 UTC  (35+ 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)

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  (19+ 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] test-lib-functions: fix test_subcommand_inexact
 2022-03-23 23:10 UTC  (6+ messages)

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  (9+ messages)
` [PATCH 3/5] pack-objects: parse --filter directly into revs.filter
  ` [-SPAM-] "
` [PATCH 4/5] bundle: move capabilities to end of 'verify'

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

[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  (7+ 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 "

Pretty format color bug
 2022-03-23 18:12 UTC  (4+ messages)
` BUG: %+ format placeholder and colors

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

[PATCH v6 00/30] Builtin FSMonitor Part 2
 2022-03-23 16:33 UTC  (14+ messages)
` [PATCH v7 00/29] "
  ` [PATCH v7 16/29] compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent
  ` [PATCH v7 18/29] fsmonitor--daemon: implement handle_client callback
  ` [PATCH v7 21/29] t7527: create test for fsmonitor--daemon
  ` [PATCH v7 24/29] t/perf/p7519: speed up test on Windows

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

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

[PATCH 00/41] use the stdlib EXIT_SUCCESS or EXIT_FAILURE exit status
 2022-03-23 11:13 UTC  (3+ messages)

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

[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] "

[PATCH v2 00/27] Builtin FSMonitor Part 3
 2022-03-22 18:22 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 26/27] t/lib-unicode-nfc-nfd: helper prereqs for testing unicode nfc/nfd


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