git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-08 14:58:33 to 2021-12-09 18:50:03 UTC [more...]

[PATCH 0/4] implement branch --recurse-submodules
 2021-12-09 18:49 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] branch: move --set-upstream-to behavior to setup_tracking()
  ` [PATCH v3 0/5] implement branch --recurse-submodules
    ` [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 00/11] rebase: reset_head() related fixes and improvements
 2021-12-09 18:24 UTC  (6+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 02/14] t5403: refactor rebase post-checkout hook tests
  ` [PATCH v2 13/14] rebase --apply: set ORIG_HEAD correctly
  ` [PATCH v2 14/14] rebase -m: don't fork git checkout

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

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 00/19] tests: fix broken &&-chains & abort loops on error
 2021-12-09 17:02 UTC  (27+ 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 0/2] Sparse index: fetch, pull, ls-files
 2021-12-09 12:50 UTC  (20+ messages)
` [PATCH 2/2] ls-files: add --sparse option
` [PATCH v2 0/5] Sparse index: fetch, pull, ls-files
  ` [PATCH v2 1/5] fetch/pull: use the sparse index
  ` [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'
  ` [PATCH v2 5/5] test-read-cache: remove --table, --expand options

[PATCH 00/10] Reftable coverity fixes
 2021-12-09 12:05 UTC  (27+ 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 v2 01/11] reftable: fix OOB stack write in print functions
  ` [PATCH v2 02/11] reftable: fix resource leak in error path
  ` [PATCH v2 03/11] reftable: fix resource leak blocksource.c
  ` [PATCH v2 04/11] reftable: check reftable_stack_auto_compact() return value
  ` [PATCH v2 05/11] reftable: ignore remove() return value in stack_test.c
  ` [PATCH v2 06/11] reftable: fix resource warning
  ` [PATCH v2 07/11] reftable: fix NULL derefs in error paths
  ` [PATCH v2 08/11] reftable: order unittests by complexity
  ` [PATCH v2 09/11] reftable: drop stray printf in readwrite_test
  ` [PATCH v2 10/11] reftable: handle null refnames in reftable_ref_record_equal
  ` [PATCH v2 11/11] reftable: make reftable_record a tagged union

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

What's cooking in git.git (Dec 2021, #01; Fri, 3)
 2021-12-09 10:39 UTC  (5+ 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 v18 0/3] am: support --empty=(die|drop|keep) option and --allow-empty option to handle empty patches
 2021-12-09  9:28 UTC  (6+ 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 "

[PATCH v3 0/7] ssh signing: verify key lifetime
 2021-12-09  8:52 UTC  (26+ messages)
` [PATCH v4 "
  ` [PATCH v4 6/7] ssh signing: make fmt-merge-msg consider "
  ` [PATCH v5 0/8] ssh signing: verify "
    ` [PATCH v5 1/8] ssh signing: use sigc struct to pass payload
    ` [PATCH v5 2/8] ssh signing: add key lifetime test prereqs
    ` [PATCH v5 3/8] ssh signing: make verify-commit consider key lifetime
    ` [PATCH v5 4/8] ssh signing: make git log verify "
    ` [PATCH v5 5/8] ssh signing: make verify-tag consider "
    ` [PATCH v5 6/8] ssh signing: make fmt-merge-msg "
    ` [PATCH v5 7/8] ssh signing: verify ssh-keygen in test prereq
    ` [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] fast-export: fix surprising behavior with --first-parent
 2021-12-09  8:13 UTC  (2+ messages)
` [PATCH v2] "

[RFC] fetch: update refs in a single transaction
 2021-12-09  7:11 UTC  (4+ messages)

[PATCH 0/2] A design for future-proofing fsync() configuration
 2021-12-09  6:18 UTC  (15+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] core.fsync: introduce granular fsync control
  ` [PATCH v3 0/4] A design for future-proofing fsync() configuration
    ` [PATCH v3 1/4] core.fsyncmethod: add writeout-only mode
    ` [PATCH v3 2/4] core.fsync: introduce granular fsync control
    ` [PATCH v3 3/4] core.fsync: new option to harden the index
    ` [PATCH v3 4/4] core.fsync: add a `derived-metadata` aggregate option

[PATCH v5 00/11] Avoid removing the current working directory, even if it becomes empty
 2021-12-09  5:08 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/11] t2501: add various tests for removing the current working directory
  ` [PATCH v6 02/11] setup: introduce startup_info->original_cwd
  ` [PATCH v6 03/11] unpack-trees: refuse to remove startup_info->original_cwd
  ` [PATCH v6 04/11] unpack-trees: add special cwd handling
  ` [PATCH v6 05/11] symlinks: do not include startup_info->original_cwd in dir removal
  ` [PATCH v6 06/11] clean: do not attempt to remove startup_info->original_cwd
  ` [PATCH v6 07/11] rebase: "
  ` [PATCH v6 08/11] stash: "
  ` [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

errno oversight
 2021-12-09  5:02 UTC  (8+ messages)
      ` [PATCH 0/3] refs: ab/refs-errno-cleanup fixup + remove "failure_errno"
        ` [PATCH 1/3] refs API: use "failure_errno", not "errno"
        ` [PATCH 2/3] sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure
        ` [PATCH 3/3] refs API: remove "failure_errno" from refs_resolve_ref_unsafe()

[PATCH 0/2] Use the built-in implementation of the interactive add command by default
 2021-12-09  4:12 UTC  (3+ messages)
` [PATCH 2/2] add -i: default to the built-in implementation
  ` [PATCH] fixup! "

What's cooking in git.git (Dec 2021, #02; Tue, 7)
 2021-12-09  0:22 UTC  (7+ messages)
` ld/sparse-diff-blame, was "

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

[PATCH v5.1 0/8] redo ssh-signing-key-lifetime topic
 2021-12-08 23:43 UTC  (9+ messages)
` [PATCH v5.1 1/8] t/fmt-merge-msg: make gpg/ssh tests more specific
` [PATCH v5.1 2/8] ssh signing: use sigc struct to pass payload
` [PATCH v5.1 3/8] ssh signing: add key lifetime test prereqs
` [PATCH v5.1 4/8] ssh signing: make verify-commit consider key lifetime
` [PATCH v5.1 5/8] ssh signing: make git log verify "
` [PATCH v5.1 6/8] ssh signing: make verify-tag consider "
` [PATCH v5.1 7/8] ssh signing: make fmt-merge-msg "
` [PATCH v5.1 8/8] ssh signing: verify ssh-keygen in test prereq

Possible issue with rebase's --rebase-merges option
 2021-12-08 20:46 UTC  (7+ messages)

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-12-08 19:55 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] config: include file if remote URL matches a glob

[PATCH 0/2] midx: prevent bitmap corruption when permuting pack order
 2021-12-08 19:55 UTC  (5+ messages)
` [PATCH 1/2] t5326: demonstrate bitmap corruption after permutation
` [PATCH 2/2] midx.c: make changing the preferred pack safe

coverity problems in reftable code
 2021-12-08 19:12 UTC  (6+ messages)
  ` Fwd: "

[PATCH 00/10] Factorization of messages with similar meaning
 2021-12-08 18:13 UTC  (4+ messages)
` [PATCH 01/10] i18n: refactor "foo and bar are mutually exclusive"

git apply: Not reliably working as `patch` replacement when `.git` file/directory exists
 2021-12-08 17:32 UTC 

[PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code
 2021-12-08 17:05 UTC  (11+ messages)
      ` Is 'for (int i = [...]' bad for C STD compliance reasons? (was: [PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code)
        ` Is 'for (int i = [...]' bad for C STD compliance reasons?
          ` [PATCH] revision: use C99 declaration of variable in for() loop
                ` Removing -Wdeclaration-after-statement (was: [PATCH] revision: use C99 declaration of variable in for() loop)
                  ` Removing -Wdeclaration-after-statement

[RFC PATCH v1 1/1] docs: add the new commit-msg tags 'Reported:' and 'Reviewed:'
 2021-12-08 17:02 UTC  (11+ messages)

[PATCH v2 0/2] ns/tmp-objdir: add support for temporary writable databases
 2021-12-08 16:41 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v4 0/4] Sparse Index: diff and blame builtins
 2021-12-08 15:46 UTC  (5+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 4/7] repo-settings: prepare_repo_settings only in git repos


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