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

[PATCH v4 00/11] Avoid removing the current working directory, even if it becomes empty
 2021-12-09  5:08 UTC  (16+ messages)
` [PATCH v5 "
  ` [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()

errno oversight
 2021-12-09  5:02 UTC  (9+ 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] A design for future-proofing fsync() configuration
 2021-12-09  4:08 UTC  (21+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] core.fsyncmethod: add writeout-only mode
  ` [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 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! "

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

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

What's cooking in git.git (Dec 2021, #01; Fri, 3)
 2021-12-09  1:02 UTC  (6+ messages)
` en/keep-cwd (Was: Re: What's cooking in git.git (Dec 2021, #01; Fri, 3))

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

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-12-09  0:08 UTC  (13+ messages)
` [PATCH v5 0/2] branch: inherit tracking configs
  ` [PATCH v5 1/2] branch: accept multiple upstream branches for tracking
  ` [PATCH v5 2/2] branch: add flags and config to inherit 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

[PATCH v3 0/7] ssh signing: verify key lifetime
 2021-12-08 23:20 UTC  (15+ 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 00/10] Reftable coverity fixes
 2021-12-08 21:49 UTC  (29+ messages)
` [PATCH 02/10] reftable: fix resource leak in error path
` [PATCH 08/10] reftable: order unittests by complexity
` [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

[RFC] fetch: update refs in a single transaction
 2021-12-08 21:13 UTC  (4+ messages)

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  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/2] config: make git_config_include() static
  ` [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

[PATCH 0/2] Sparse index: fetch, pull, ls-files
 2021-12-08 19:39 UTC  (15+ 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

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

[PATCH 0/4] implement branch --recurse-submodules
 2021-12-08 18:48 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] branch: move --set-upstream-to behavior to setup_tracking()

[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

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-12-08 14:58 UTC  (16+ 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 05/14] rebase --apply: don't run post-checkout hook if there is an error
  ` [PATCH v2 06/14] reset_head(): remove action parameter
  ` [PATCH v2 07/14] create_autostash(): remove unneeded parameter
  ` [PATCH v2 08/14] reset_head(): factor out ref updates
  ` [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
  ` [PATCH v2 13/14] rebase --apply: set ORIG_HEAD correctly
  ` [PATCH v2 14/14] rebase -m: don't fork git checkout

[PATCH 0/3] sparse-checkout: fix segfault on malformed patterns
 2021-12-08 14:23 UTC  (3+ messages)

[PATCH 0/6] sparse-checkout: make set subsume init
 2021-12-08 14:16 UTC  (7+ messages)
` [PATCH 4/6] git-sparse-checkout.txt: update to document that set handles init
` [PATCH v2 00/10] sparse-checkout: make set subsume init

[Question] Switching the URI from SSH to HTTPS for submodules
 2021-12-08 13:44 UTC  (5+ messages)

[PATCH v3 00/10] cat-file: better usage UX & error messages
 2021-12-08 12:34 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/10] cat-file tests: test bad usage
  ` [PATCH v4 02/10] cat-file tests: test messaging on bad objects/paths
  ` [PATCH v4 03/10] parse-options API: add a usage_msg_optf()
  ` [PATCH v4 04/10] cat-file docs: fix SYNOPSIS and "-h" output
  ` [PATCH v4 05/10] cat-file: move "usage" variable to cmd_cat_file()
  ` [PATCH v4 06/10] cat-file: make --batch-all-objects a CMDMODE
  ` [PATCH v4 07/10] cat-file: fix remaining usage bugs
  ` [PATCH v4 08/10] cat-file: correct and improve usage information
  ` [PATCH v4 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
  ` [PATCH v4 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)

[PATCH v3 00/15] diff --color-moved[-ws] speedups
 2021-12-08 12:30 UTC  (3+ messages)
` [PATCH v4 "

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2021-12-08 12:29 UTC 

[PATCH] name-rev: prefer shorter names over following merges
 2021-12-08 11:38 UTC  (3+ messages)
` [PATCH v2] "

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

[RFC PATCH 0/1] making --set-upstream have default arguments
 2021-12-08  6:12 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] push: make '-u' "
      ` [PATCH v2 1/1] push: make '-u' have default argument

[PATCH v3] subtree: fix argument handling in check_parents
 2021-12-08  2:11 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v4 0/1] ls-tree.c: support `--oid-only` option
 2021-12-08  2:08 UTC  (3+ messages)
` [PATCH v5 0/1] support `--object-only` option for "git-ls-tree"
  ` [PATCH v5 1/1] ls-tree.c: "

cf/fetch-set-upstream-while-detached
 2021-12-07 22:04 UTC  (2+ messages)
` [PATCH v5] pull, fetch: fix segfault in --set-upstream option


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