git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-12-06 18:45:48 to 2021-12-07 23:24:04 UTC [more...]

[RFC PATCH 0/2] Conditional config includes based on remote URL
 2021-12-07 23:23 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] config: include file if remote URL matches a glob
` [PATCH v6 0/2] Conditional config includes based on remote URL
  ` [PATCH v6 1/2] config: make git_config_include() static
  ` [PATCH v6 2/2] config: include file if remote URL matches a glob

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

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

[RFC PATCH 0/1] making --set-upstream have default arguments
 2021-12-07 22:14 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] push: make '-u' "

What's cooking in git.git (Dec 2021, #01; Fri, 3)
 2021-12-07 22:04 UTC  (11+ messages)
` en/keep-cwd (Was: Re: What's cooking in git.git (Dec 2021, #01; Fri, 3))
  ` en/keep-cwd
` cf/fetch-set-upstream-while-detached (was: What's cooking in git.git (Dec 2021, #01; Fri, 3))
  ` cf/fetch-set-upstream-while-detached
    ` [PATCH v5] pull, fetch: fix segfault in --set-upstream option

[PATCH 00/10] Reftable coverity fixes
 2021-12-07 21:56 UTC  (12+ messages)
` [PATCH 01/10] reftable: fix OOB stack write in print functions
` [PATCH 02/10] reftable: fix resource leak in error path
` [PATCH 03/10] reftable: fix resource leak blocksource.c
` [PATCH 04/10] reftable: check reftable_stack_auto_compact() return value
` [PATCH 05/10] reftable: ignore remove() return value in stack_test.c
` [PATCH 06/10] reftable: fix resource warning
` [PATCH 07/10] reftable: fix NULL derefs in error paths
` [PATCH 08/10] reftable: order unittests by complexity
` [PATCH 09/10] reftable: drop stray printf in readwrite_test
` [PATCH 10/10] reftable: make reftable_record a tagged union

[PATCH 0/3] sparse-checkout: fix segfault on malformed patterns
 2021-12-07 21:51 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] sparse-checkout: fix OOM error with mixed patterns
` [PATCH 3/3] sparse-checkout: refuse to add to bad patterns

[PATCH] subtree: fix argument handling in check_parents
 2021-12-07 21:45 UTC  (3+ messages)

[PATCH 0/2] A design for future-proofing fsync() configuration
 2021-12-07 21:44 UTC  (13+ 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 v2 3/3] core.fsync: new option to harden the index

BUG: git bash / python interaction with absolute paths as environment variables in Windows
 2021-12-07 21:39 UTC  (4+ messages)

[PATCH 0/4] usage API: Add and use die_message()
 2021-12-07 21:24 UTC  (19+ messages)
` [PATCH 1/4] usage.c: add a die_message() routine
` [PATCH 2/4] usage.c API users: use die_message() where appropriate
` [PATCH 3/4] usage.c + gc: add and use a die_message_errno()
` [PATCH 4/4] config API: don't use vreportf(), make it static in usage.c
` [PATCH v2 0/6] usage API: Add and use die_message()
  ` [PATCH v2 1/6] usage.c: add a die_message() routine
  ` [PATCH v2 2/6] usage.c API users: use die_message() for "fatal :" + exit 128
  ` [PATCH v2 3/6] usage.c API users: use die_message() for error() "
  ` [PATCH v2 4/6] gc: return from cmd_gc(), don't call exit()
  ` [PATCH v2 5/6] usage.c + gc: add and use a die_message_errno()
  ` [PATCH v2 6/6] config API: use get_error_routine(), not vreportf()

[PATCH v3 0/8] Allow writing invalid OIDs into refs for testing purposes
 2021-12-07 21:18 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/8] test-ref-store: remove force-create argument for create-reflog
  ` [PATCH v4 2/8] test-ref-store: parse symbolic flag constants
  ` [PATCH v4 3/8] test-ref-store: plug memory leak in cmd_delete_refs
  ` [PATCH v4 4/8] refs: update comment
  ` [PATCH v4 5/8] refs: introduce REF_SKIP_OID_VERIFICATION flag
  ` [PATCH v4 6/8] refs: introduce REF_SKIP_REFNAME_VERIFICATION flag
  ` [PATCH v4 7/8] t1430: remove refs using test-tool
  ` [PATCH v4 8/8] t1430: create valid symrefs using test-helper

[PATCH v4 00/11] Avoid removing the current working directory, even if it becomes empty
 2021-12-07 21:00 UTC  (7+ messages)
` [PATCH v5 "

[PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code
 2021-12-07 20:37 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

[PATCH v9 00/17] Upstreaming the Scalar command
 2021-12-07 20:05 UTC  (5+ messages)
` [PATCH v10 00/15] "

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-12-07 19:41 UTC  (9+ 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] builtin/fetch: skip unnecessary tasks when using --negotiate-only
 2021-12-07 19:29 UTC 

[PATCH] cbtree: remove broken and unused cb_unlink
 2021-12-07 18:38 UTC 

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

[PATCH 00/10] Factorization of messages with similar meaning
 2021-12-07 18:15 UTC  (14+ messages)
` [PATCH 01/10] i18n: refactor "foo and bar are mutually exclusive"
` [PATCH 04/10] i18n: standardize "cannot open" and "cannot read"
` [PATCH 05/10] i18n: tag.c factorize i18n strings
` [PATCH 08/10] i18n: refactor "unrecognized %(foo) argument" strings

coverity problems in reftable code
 2021-12-07 17:46 UTC  (3+ messages)
  ` Fwd: "

Build race observed with git 2.34.1 - hook-list.h wasn't generated yet
 2021-12-07 17:36 UTC  (3+ messages)

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

[PATCH v3 0/5] unpack large objects in stream
 2021-12-07 16:18 UTC  (10+ messages)
` [PATCH v4 "
` [PATCH v4 5/5] unpack-objects: unpack_non_delta_entry() read data in a stream

[PATCH 00/17] cruft packs
 2021-12-07 15:38 UTC  (10+ messages)
` [PATCH 06/17] t/helper: add 'pack-mtimes' test-tool
` [PATCH 08/17] builtin/pack-objects.c: --cruft without expiration
` [PATCH 11/17] builtin/pack-objects.c: --cruft with expiration
` [PATCH 12/17] builtin/repack.c: support generating a cruft pack

[Question] Switching the URI from SSH to HTTPS for submodules
 2021-12-07 14:50 UTC  (3+ messages)

[RFC] fetch: update refs in a single transaction
 2021-12-07 14:24 UTC 

[PATCH 0/2] replace die("BUG: ...") with BUG("...")
 2021-12-07 11:05 UTC  (9+ messages)
` [PATCH 3/2] "
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] pack-objects: use BUG(...) not die("BUG: ...")
  ` [PATCH v2 2/4] strbuf.h: "
  ` [PATCH v2 3/4] pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
  ` [PATCH v2 4/4] object.h: use BUG(...) no die("BUG: ...") in lookup_object_by_type()

[PATCH 0/6] refs: excessive hook execution with packed refs
 2021-12-07 10:56 UTC  (7+ messages)
` [PATCH 1/6] refs: open-code deletion of "
` [PATCH 2/6] refs: allow passing flags when beginning transactions
` [PATCH 3/6] refs: allow skipping the reference-transaction hook
` [PATCH 4/6] refs: demonstrate excessive execution of "
` [PATCH 5/6] refs: do not execute reference-transaction hook on packing refs
` [PATCH 6/6] refs: skip hooks when deleting uncovered packed refs

[PATCH v1] common-main.c: call exit(), don't return
 2021-12-07 10:13 UTC  (2+ messages)
` [PATCH v2] "

Bug report: Strange behavior with `git gc` and `reference-transaction` hook
 2021-12-07  8:24 UTC  (4+ messages)

Regression in 8d92fb292706 ("dir: replace exponential algorithm with a linear one")
 2021-12-07  7:14 UTC  (4+ messages)

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

Large delays in mailing list delivery?
 2021-12-07  4:20 UTC  (3+ messages)

What's cooking in git.git (Nov 2021, #07; Mon, 29)
 2021-12-07  1:58 UTC  (16+ messages)
` [PATCH 0/3] unused-parameter cleanups on top of pw/xdiff-classify-record-in-histogram

[PATCH] githubci: add a workflow for creating GitHub release notes
 2021-12-07  0:05 UTC  (11+ messages)

[PATCH 0/4] implement branch --recurse-submodules
 2021-12-06 23:28 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] branch: move --set-upstream-to behavior to setup_tracking()
  ` [PATCH v2 2/3] builtin/branch: clean up action-picking logic in cmd_branch()
  ` [PATCH v2 3/3] branch: add --recurse-submodules option for branch creation

[PATCH v2 0/2] ns/tmp-objdir: add support for temporary writable databases
 2021-12-06 22:05 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] tmp-objdir: new API for creating "
  ` [PATCH v3 2/2] tmp-objdir: disable ref updates when replacing the primary odb


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