git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-09 05:09:00 to 2021-12-10 10:35:02 UTC [more...]

[PATCH v4 0/5] unpack large objects in stream
 2021-12-10 10:34 UTC  (2+ messages)
` [PATCH v5 0/6] unpack large blobs "

[RFC PATCH 00/10] range-diff: fix segfault due to integer overflow
 2021-12-10 10:22 UTC  (15+ messages)
` [RFC PATCH 01/10] string-list API: change "nr" and "alloc" to "size_t"
` [RFC PATCH 02/10] range-diff.c: don't use st_mult() for signed "int"
` [RFC PATCH 03/10] range-diff.c: use "size_t" to refer to "struct string_list"'s "nr"
` [RFC PATCH 04/10] range-diff: zero out elements in "cost" first
` [RFC PATCH 05/10] linear-assignment.c: split up compute_assignment() function
` [RFC PATCH 06/10] linear-assignment.c: take "size_t", not "int" for *_count
` [RFC PATCH 07/10] linear-assignment.c: convert a macro to a "static inline" function
` [RFC PATCH 08/10] linear-assignment.c: detect signed add/mul on GCC and Clang
` [RFC PATCH 09/10] linear-assignment.c: add and use intprops.h from Gnulib
` [RFC PATCH 10/10] linear-assignment.c: use "intmax_t" instead of "int"

[PATCH] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
 2021-12-10 10:08 UTC  (9+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t1510: remove need for "test_untraceable", retain coverage
  ` [PATCH v3 0/2] test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD
    ` [PATCH v3 1/2] t1510: remove need for "test_untraceable", retain coverage
    ` [PATCH v3 2/2] test-lib.sh: remove the now-unused "test_untraceable" facility

[PATCH 00/19] tests: fix broken &&-chains & abort loops on error
 2021-12-10  9:57 UTC  (40+ messages)
` [PATCH 01/19] t/lib-pager: use sane_unset() to avoid breaking &&-chain
` [PATCH 02/19] t1010: fix unnoticed failure on Windows
` [PATCH 03/19] t1020: avoid aborting entire test script when one test fails
` [PATCH 04/19] t4202: clarify intent by creating expected content less cleverly
` [PATCH 05/19] t5516: drop unnecessary subshell and command invocation
` [PATCH 06/19] t6300: make `%(raw:size) --shell` test more robust
` [PATCH 07/19] t9107: use shell parameter expansion to avoid breaking &&-chain
` [PATCH 08/19] tests: simplify construction of large blocks of text
` [PATCH 09/19] tests: use test_write_lines() to generate line-oriented output
` [PATCH 10/19] tests: fix broken &&-chains in compound statements
` [PATCH 11/19] tests: fix broken &&-chains in `$(...)` command substitutions
` [PATCH 12/19] tests: fix broken &&-chains in `{...}` groups
` [PATCH 13/19] tests: apply modern idiom for signaling test failure
` [PATCH 14/19] tests: apply modern idiom for exiting loop upon failure
` [PATCH 15/19] tests: simplify by dropping unnecessary `for` loops
` [PATCH 16/19] t0000-t3999: detect and signal failure within loop
` [PATCH 17/19] t4000-t4999: "
` [PATCH 18/19] t5000-t5999: "
` [PATCH 19/19] t6000-t9999: "

[PATCH v9 00/17] Upstreaming the Scalar command
 2021-12-10  9:30 UTC  (15+ messages)
` [PATCH v10 00/15] "
          ` [RFC/PATCH] Makefile: add test-all target

[PATCH 0/2] checkout: introduce "--to-branch" option
 2021-12-10  8:59 UTC  (6+ messages)
` [PATCH 1/2] checkout: handling branch_info memory leak
` [PATCH 2/2] checkout: introduce "--to-branch" option

[RFC] fetch: update refs in a single transaction
 2021-12-10  9:04 UTC  (7+ messages)

[PATCH 00/10] Reftable coverity fixes
 2021-12-10  8:56 UTC  (10+ messages)
` [PATCH 10/10] reftable: make reftable_record a tagged union
        ` [PATCH] config.mak.dev: specify -std=gnu99 for gcc/clang
` [PATCH v2 00/11] Reftable coverity fixes

[PATCH 0/6] Transition git-p4.py to support Python 3 only
 2021-12-10  8:40 UTC  (16+ messages)
` [PATCH 1/6] git-p4: Always pass cmd arguments to subprocess as a python lists
` [PATCH 2/6] git-p4: Don't print shell commands as "
` [PATCH 3/6] git-p4: Removed support for Python 2
` [PATCH 4/6] git-p4: Decode byte strings before printing
` [PATCH 5/6] git-p4: Eliminate decode_stream and encode_stream
` [PATCH 6/6] git-p4: Resolve RCS keywords in binary

[PATCH v18 0/3] am: support --empty=(die|drop|keep) option and --allow-empty option to handle empty patches
 2021-12-10  6:50 UTC  (8+ messages)
` [PATCH v19 "
  ` [PATCH v19 1/3] doc: git-format-patch: describe the option --always
  ` [PATCH v19 2/3] am: support --empty=<option> to handle empty patches
  ` [PATCH v19 3/3] am: support --allow-empty to record specific "

Issue with git clone via http/https and alternates
 2021-12-10  4:08 UTC  (2+ messages)

[PATCH v2 00/10] sparse-checkout: make set subsume init
 2021-12-10  3:56 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] sparse-checkout: pass use_stdin as a parameter instead of as a global
  ` [PATCH v3 02/10] sparse-checkout: break apart functions for sparse_checkout_(set|add)
  ` [PATCH v3 03/10] sparse-checkout: add sanity-checks on initial sparsity state
  ` [PATCH v3 04/10] sparse-checkout: disallow --no-stdin as an argument to set
  ` [PATCH v3 05/10] sparse-checkout: split out code for tweaking settings config
  ` [PATCH v3 06/10] sparse-checkout: enable `set` to initialize sparse-checkout mode
  ` [PATCH v3 07/10] sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
  ` [PATCH v3 08/10] git-sparse-checkout.txt: update to document init/set/reapply changes
  ` [PATCH v3 09/10] Documentation: clarify/correct a few sparsity related statements
  ` [PATCH v3 10/10] clone: avoid using deprecated `sparse-checkout init`

[PATCH] fast-export: fix surprising behavior with --first-parent
 2021-12-10  3:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/3] vimdiff: new implementation with layout support
 2021-12-10  2:58 UTC  (3+ messages)
` [PATCH v4 2/3] vimdiff: add tool documentation

[PATCH v2 0/3] implement branch --recurse-submodules
 2021-12-10  2:21 UTC  (14+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] branch: move --set-upstream-to behavior to setup_tracking()
  ` [PATCH v3 2/5] branch: remove forward declaration of validate_branch_start()
  ` [PATCH v3 3/5] builtin/branch: clean up action-picking logic in cmd_branch()
  ` [PATCH v3 4/5] branch: add --recurse-submodules option for branch creation
  ` [PATCH v3 5/5] branch.c: replace questionable exit() codes

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-12-10  1:03 UTC  (14+ messages)
` [PATCH v5 0/2] branch: inherit tracking configs
  ` [PATCH v5 1/2] branch: accept multiple upstream branches for tracking

[PATCH v6 2/2] config: include file if remote URL matches a glob
 2021-12-09 23:33 UTC  (3+ messages)

[PATCH] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-09 22:36 UTC  (3+ messages)

[PATCH v6 2/2] config: include file if remote URL matches a glob
 2021-12-09 22:16 UTC  (2+ messages)

[PATCH] git-compat-util(msvc): C11 does not imply support for zero-sized arrays
 2021-12-09 21:18 UTC  (5+ messages)

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-12-09 21:04 UTC  (21+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] rebase: factor out checkout for up to date branch
  ` [PATCH v2 02/14] t5403: refactor rebase post-checkout hook tests
  ` [PATCH v2 03/14] rebase: pass correct arguments to post-checkout hook
  ` [PATCH v2 04/14] rebase: do not remove untracked files on checkout
  ` [PATCH v2 07/14] create_autostash(): remove unneeded parameter
  ` [PATCH v2 09/14] reset_head(): make default_reflog_action optional
  ` [PATCH v2 10/14] rebase: cleanup reset_head() calls
  ` [PATCH v2 11/14] reset_head(): take struct rebase_head_opts
  ` [PATCH v2 12/14] rebase --apply: fix reflog

builtin add interactive regression
 2021-12-09 19:36 UTC 

Bug - SSH commit signing
 2021-12-09 18:11 UTC  (2+ messages)

[PATCH] gpg-interface: trim CR from ssh-keygen -Y find-principals
 2021-12-09 17:20 UTC  (6+ messages)

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-12-09 12:50 UTC  (17+ messages)
` [PATCH 2/2] ls-files: add --sparse option
` [PATCH v2 0/5] Sparse index: fetch, pull, ls-files
  ` [PATCH v2 2/5] ls-files: add --sparse option
  ` [PATCH v2 3/5] t1092: replace 'read-cache --table' with 'ls-files --sparse'
  ` [PATCH v2 4/5] t1091/t3705: remove 'test-tool read-cache --table'

What's cooking in git.git (Dec 2021, #01; Fri, 3)
 2021-12-09 10:39 UTC  (4+ messages)

[PATCH v4 00/15] diff --color-moved[-ws] speedups
 2021-12-09 10:30 UTC  (17+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/15] diff --color-moved: add perf tests
  ` [PATCH v5 02/15] diff --color-moved: clear all flags on blocks that are too short
  ` [PATCH v5 03/15] diff --color-moved: factor out function
  ` [PATCH v5 04/15] diff --color-moved: rewind when discarding pmb
  ` [PATCH v5 05/15] diff --color-moved=zebra: fix alternate coloring
  ` [PATCH v5 06/15] diff --color-moved: avoid false short line matches and bad zebra coloring
  ` [PATCH v5 07/15] diff: simplify allow-indentation-change delta calculation
  ` [PATCH v5 08/15] diff --color-moved-ws=allow-indentation-change: simplify and optimize
  ` [PATCH v5 09/15] diff --color-moved: call comparison function directly
  ` [PATCH v5 10/15] diff --color-moved: unify moved block growth functions
  ` [PATCH v5 11/15] diff --color-moved: shrink potential moved blocks as we go
  ` [PATCH v5 12/15] diff --color-moved: stop clearing potential moved blocks
  ` [PATCH v5 13/15] diff --color-moved-ws=allow-indentation-change: improve hash lookups
  ` [PATCH v5 14/15] diff: use designated initializers for emitted_diff_symbol
  ` [PATCH v5 15/15] diff --color-moved: intern strings

[PATCH v2 0/1] making --set-upstream have default arguments
 2021-12-09 10:15 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] push: make '-u' "

[PATCH v4 0/7] ssh signing: verify key lifetime
 2021-12-09  8:52 UTC  (15+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 8/8] t/fmt-merge-msg: make gpg/ssh tests more specific
  ` [PATCH v6 0/9] ssh signing: verify key lifetime
    ` [PATCH v6 1/9] t/fmt-merge-msg: do not redirect stderr
    ` [PATCH v6 2/9] t/fmt-merge-msg: make gpgssh tests more specific
    ` [PATCH v6 3/9] ssh signing: use sigc struct to pass payload
    ` [PATCH v6 4/9] ssh signing: add key lifetime test prereqs
    ` [PATCH v6 5/9] ssh signing: make verify-commit consider key lifetime
    ` [PATCH v6 6/9] ssh signing: make git log verify "
    ` [PATCH v6 7/9] ssh signing: make verify-tag consider "
    ` [PATCH v6 8/9] ssh signing: make fmt-merge-msg "
    ` [PATCH v6 9/9] ssh signing: verify ssh-keygen in test prereq

[PATCH 0/2] A design for future-proofing fsync() configuration
 2021-12-09  6:18 UTC  (9+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] core.fsync: introduce granular fsync control

[PATCH v5 00/11] Avoid removing the current working directory, even if it becomes empty
 2021-12-09  5:08 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 09/11] dir: avoid incidentally removing the original_cwd in remove_path()
  ` [PATCH v6 10/11] dir: new flag to remove_dir_recurse() to spare the original_cwd
  ` [PATCH v6 11/11] t2501: simplify the tests since we can now assume desired behavior


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