git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-16 21:35:03 to 2022-03-21 09:23:19 UTC [more...]

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

[PATCH] t3200: fix antipatterns in existing branch tests
 2022-03-21  6:51 UTC 

[PATCH 0/7] More i18n fixes
 2022-03-21  6:48 UTC  (10+ messages)
` [PATCH 1/7] i18n: factorize generic failure messages
` [PATCH 2/7] sequencer: factor GIT_AUTHOR_* from message strings
` [PATCH 3/7] i18n: factorize "bad argument" messages
` [PATCH 4/7] i18n: factorize "Server does not support foo" messages
` [PATCH 5/7] i18n: factorize "foo does not take arguments" messages
` [PATCH 6/7] i18n: factorize read-cache error messages
` [PATCH 7/7] i18n: factorize unrecognized options arguments messages

[PATCH v2 0/2] adding new branch.autosetupmerge option "simple"
 2022-03-21  6:17 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] merge: new autosetupmerge option 'simple' for matching branches
  ` [PATCH v4] "

[GSoC] Some #leftoverbits for anyone looking for little projects
 2022-03-20 19:14 UTC  (2+ messages)
            ` Having grep support the -o option

[PATCH 0/7] test-lib-functions: a better "test_expect_failure"
 2022-03-20 18:07 UTC  (15+ messages)
` [PATCH 1/7] test-lib: add a "test_expect_todo", similar to "test_expect_failure"
` [PATCH 2/7] test-lib-functions: add and use a "test_todo" helper
` [PATCH 3/7] tests: allow test_* in "test_must_fail_acceptable" for "test_todo"
` [PATCH 4/7] test-lib-functions: add and use a "todo_test_cmp" helper
` [PATCH 5/7] test-lib-functions: add and use a "todo_test_path" helper
` [PATCH 6/7] test-lib-functions: make test_todo support a --reset
` [PATCH 7/7] sparse tests: convert a TODO test to use "test_expect_todo"

using oldest date when squashing commits
 2022-03-20 10:53 UTC  (3+ messages)

[PATCH 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-20  7:16 UTC  (13+ messages)
` [PATCH 2/7] core.fsyncmethod: batched disk flushes for loose-objects
` [PATCH v2 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
  ` [PATCH v2 1/7] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects
  ` [PATCH v2 3/7] update-index: use the bulk-checkin infrastructure
  ` [PATCH v2 4/7] unpack-objects: "
  ` [PATCH v2 5/7] core.fsync: use batch mode and sync loose objects by default on Windows
  ` [PATCH v2 6/7] core.fsyncmethod: tests for batch mode
  ` [PATCH v2 7/7] core.fsyncmethod: performance tests for add and stash

What's cooking in git.git (Mar 2022, #04; Thu, 17)
 2022-03-19 18:08 UTC 

[PATCH v10 0/6] unpack-objects: support streaming large objects to disk
 2022-03-19 10:11 UTC  (11+ messages)
` [PATCH v11 0/8] unpack-objects: support streaming blobs "
  ` [PATCH v11 1/8] unpack-objects: low memory footprint for get_data() in dry_run mode
  ` [PATCH v11 2/8] object-file.c: do fsync() and close() before post-write die()
  ` [PATCH v11 3/8] object-file.c: refactor write_loose_object() to several steps
  ` [PATCH v11 4/8] object-file.c: factor out deflate part of write_loose_object()
  ` [PATCH v11 5/8] object-file.c: add "stream_loose_object()" to handle large object
  ` [PATCH v11 6/8] core doc: modernize core.bigFileThreshold documentation
  ` [PATCH v11 7/8] unpack-objects: refactor away unpack_non_delta_entry()
  ` [PATCH v11 8/8] unpack-objects: use stream_loose_object() to unpack large objects

[PATCH v5 0/3] vimdiff: new implementation with layout support
 2022-03-19  9:11 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] vimdiff: add tool documentation
` [PATCH v5 3/3] vimdiff: integrate layout tests in the unit tests framework ('t' folder)

[RFC PATCH 0/1] Documentation/git-sparse-checkout.txt: add an OPTIONS section
 2022-03-19  6:19 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/1] "
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] "
  ` [PATCH v5 2/4] Documentation/git-sparse-checkout.txt: move OPTIONS after COMMANDS
  ` [PATCH v5 3/4] Documentation/git-sparse-checkout.txt: some reword and modifications
  ` [PATCH v5 4/4] "

how to automatically open conflicted files when "git rebase" encounter conflict
 2022-03-19  2:01 UTC  (8+ messages)

[PATCH] Remove non-SHA1dc sha1 implementations
 2022-03-19  1:02 UTC  (2+ messages)
` [PATCH] ppc: remove custom SHA-1 implementation

[PATCH] Makefile: use ' ', not non-existing $(wspfx_SQ)
 2022-03-19  0:27 UTC 

Dealing with corporate email recycling
 2022-03-18 21:22 UTC  (2+ messages)

Noticed big performance issue when fetching multiple refs with depth 1 enabled
 2022-03-18 20:21 UTC  (2+ messages)

[PATCH v2 0/5] Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash'
 2022-03-18 19:19 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/5] reset: introduce --[no-]refresh option to --mixed

Possible bug reports for git-credential-libsecret
 2022-03-18 18:19 UTC  (3+ messages)

[PATCH v2 0/2] rebase: update HEAD when is an oid
 2022-03-18 16:55 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] rebase: use test_commit helper in setup
  ` [PATCH v3 2/2] rebase: set REF_HEAD_DETACH in checkout_up_to_date()
  ` [PATCH v4 0/3] rebase: update HEAD when is an oid
    ` [PATCH v4 1/3] rebase: test showing bug in rebase with non-branch
    ` [PATCH v4 2/3] rebase: use test_commit helper in setup
    ` [PATCH v4 3/3] rebase: set REF_HEAD_DETACH in checkout_up_to_date()
    ` [PATCH v5 0/2] rebase: update HEAD when is an oid
      ` [PATCH v5 1/2] rebase: use test_commit helper in setup
      ` [PATCH v5 2/2] rebase: set REF_HEAD_DETACH in checkout_up_to_date()

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-18 16:26 UTC  (17+ messages)
` [PATCH 3/6] object-name: make get_oid quietly return an error
` [PATCH 4/6] builtin/stash: provide a way to export stashes to a ref
        ` C99 %zu support (on MSVC) (was: [PATCH 4/6] builtin/stash: provide a way to export stashes to a ref)
      ` ssize_t portability "
` [PATCH 5/6] builtin/stash: provide a way to import stashes from a ref
` [PATCH 6/6] doc: add stash export and import to docs

[PATCH 0/5] refs: designated init & missing debug in ps/fetch-mirror-optim
 2022-03-18 12:40 UTC  (9+ messages)
` [PATCH 1/5] refs: use designated initializers for "struct ref_storage_be"
` [PATCH 2/5] refs: use designated initializers for "struct ref_iterator_vtable"
` [PATCH 3/5] misc *.c: use designated initializers for struct assignments
` [PATCH 4/5] packed-backend: remove stub BUG(...) functions
` [PATCH 5/5] refs debug: add a wrapper for "read_symbolic_ref"

[PATCH 0/8] reflog: migrate fully to parse_options()
 2022-03-18  1:49 UTC  (13+ messages)
` [PATCH 1/8] reflog.c: indent argument lists
` [PATCH 2/8] reflog: refactor cmd_reflog() to "if" branches
` [PATCH 3/8] reflog tests: add missing "git reflog exists" tests
` [PATCH 4/8] reflog: move "usage" variables and use macros
` [PATCH 5/8] git reflog [expire|delete]: make -h output consistent with SYNOPSIS
` [PATCH 6/8] reflog exists: use parse_options() API
` [PATCH 7/8] reflog: convert to "
` [PATCH 8/8] reflog [show]: display sensible -h output

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

[PATCH] shallow: reset commit grafts when shallow is reset
 2022-03-18  0:50 UTC  (3+ messages)

[PATCH v2 0/2] Improved bash tab completion for 'git restore' - adds support for auto-completing filenames
 2022-03-17 22:16 UTC  (4+ messages)
` [PATCH v3] tab completion of filenames for 'git restore'

[PATCH v2 00/10] tests: add and use a "test_hook" wrapper + hook fixes
 2022-03-17 21:40 UTC  (18+ messages)
` [PATCH v3 00/13] "
  ` [PATCH v3 01/13] test-lib-functions: add and use a "test_hook" wrapper
  ` [PATCH v3 02/13] hook tests: turn exit code assertions into a loop
  ` [PATCH v3 03/13] http tests: don't rely on "hook/post-update.sample"
  ` [PATCH v3 04/13] tests: assume the hooks are disabled by default
  ` [PATCH v3 05/13] bugreport tests: tighten up "git bugreport -s hooks" test
  ` [PATCH v3 06/13] fetch+push tests: use "test_hook" and "test_when_finished" pattern
  ` [PATCH v3 07/13] gc + p4 tests: use "test_hook", remove sub-shells
  ` [PATCH v3 08/13] tests: change "cat && chmod +x" to use "test_hook"
  ` [PATCH v3 09/13] tests: change "mkdir -p && write_script" "
  ` [PATCH v3 10/13] tests: use "test_hook" for misc "mkdir -p" and "chmod" cases
  ` [PATCH v3 11/13] tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"
  ` [PATCH v3 12/13] proc-receive hook tests: use "test_hook" instead of "write_script"
  ` [PATCH v3 13/13] http tests: use "test_hook" for "smart" and "dumb" http tests

[PATCH 0/3] Fix use of 'cache_bottom' in sparse index
 2022-03-17 15:55 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] t1092: add sparse directory before cone in test repo
  ` [PATCH v2 2/3] unpack-trees: increment cache_bottom for sparse directories
  ` [PATCH v2 3/3] Revert "unpack-trees: improve performance of next_cache_entry"

ab/plug-random-leaks (was Re: What's cooking in git.git (Mar 2022, #01; Thu, 3))
 2022-03-17 15:54 UTC  (6+ messages)
` [PATCH] tests: test show --word-diff --color-moved
  ` [PATCH v2 0/2] diff.c: fix a recent memory leak regression
    ` [PATCH v2 1/2] tests: demonstrate "show --word-diff --color-moved" regression
    ` [PATCH v2 2/2] diff.c: fix a double-free regression in a18d66cefb

What's cooking in git.git (Mar 2022, #04; Thu, 17)
 2022-03-17 11:34 UTC 

[RFC/REVIEW 0/7] fixups/suggestions/musings for tl/ls-tree-oid-only
 2022-03-17 10:04 UTC  (3+ messages)

[PATCH v4 00/10] fetch --recurse-submodules: fetch unpopulated submodules
 2022-03-16 23:08 UTC  (12+ messages)
` [PATCH v5 "

[PATCH 0/2] addition of all symbols defined by curl
 2022-03-16 22:24 UTC  (4+ messages)
` [PATCH 2/2] git-curl-compat.h: "

Let's have a user experience workshop
 2022-03-16 22:05 UTC  (8+ 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).