git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-08-28 23:54:55 to 2023-09-01 16:53:28 UTC [more...]

[bug]fatal: fetch-pack: invalid index-pack output
 2023-09-01 16:53 UTC  (3+ messages)

[PATCH v4] format-patch: --rfc honors what --subject-prefix sets
 2023-09-01 16:48 UTC  (7+ messages)

[PATCH 1/2] builtin/rebase.c: Emit warning when rebasing without a forkpoint
 2023-09-01 16:48 UTC  (8+ messages)

[PATCH] ref-filter: sort numerically when ":size" is used
 2023-09-01 16:43 UTC  (2+ messages)

Is there a way to get the "format-patch" formatted file name?
 2023-09-01 16:37 UTC  (10+ messages)

[PATCH v1 0/3] range-diff: treat notes like `log`
 2023-09-01 16:19 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] doc: pretty-options: remove documentation for deprecated options
  ` [PATCH v2 3/3] revision: comment `--no-standard-notes` as deprecated

[PATCH 0/2] replacing ci/config/allow-ref with a repo variable
 2023-09-01 13:24 UTC  (5+ messages)
` [PATCH 1/2] ci: allow branch selection through "vars"
` [PATCH 2/2] ci: deprecate ci/config/allow-ref script

move from gitscm to github with Eclipse
 2023-09-01 12:28 UTC 

[REGRESSION] Can't clone GitHub repos (fetch-pack error) due to avoiding deprecated OpenSSL SHA-1 routines
 2023-09-01 11:09 UTC  (8+ messages)
    ` [PATCH] treewide: fix various bugs w/ OpenSSL 3+ EVP API

[PATCH 0/10] tree name and depth limits
 2023-08-31 22:31 UTC  (16+ messages)
` [PATCH 01/10] tree-walk: reduce stack size for recursive functions
` [PATCH 02/10] tree-walk: drop MAX_TRAVERSE_TREES macro
` [PATCH 03/10] tree-walk: rename "error" variable
` [PATCH 04/10] fsck: detect very large tree pathnames
` [PATCH 05/10] add core.maxTreeDepth config
` [PATCH 06/10] traverse_trees(): respect max_allowed_tree_depth
` [PATCH 07/10] read_tree(): "
` [PATCH 08/10] list-objects: "
` [PATCH 09/10] tree-diff: "
` [PATCH 10/10] lower core.maxTreeDepth default to 2048

[PATCH 0/8] more unused parameters in parseopt callbacks
 2023-08-31 22:12 UTC  (35+ messages)
` [PATCH 1/8] merge: make xopts a strvec
` [PATCH 2/8] merge: simplify parsing of "-n" option
` [PATCH 3/8] parse-options: prefer opt->value to globals in callbacks
` [PATCH 4/8] parse-options: mark unused "opt" parameter "
` [PATCH 5/8] merge: do not pass unused opt->value parameter
` [PATCH 6/8] parse-options: add more BUG_ON() annotations
` [PATCH 7/8] interpret-trailers: mark unused "unset" parameters in option callbacks
` [PATCH 8/8] parse-options: mark unused parameters in noop callback
` [PATCH v2 0/10] more unused parameters in parseopt callbacks
  ` [PATCH v2 01/10] merge: make xopts a strvec
  ` [PATCH v2 02/10] merge: simplify parsing of "-n" option
  ` [PATCH v2 03/10] format-patch: use OPT_STRING_LIST for to/cc options
  ` [PATCH v2 04/10] checkout-index: delay automatic setting of to_tempfile
  ` [PATCH v2 05/10] parse-options: prefer opt->value to globals in callbacks
  ` [PATCH v2 06/10] parse-options: mark unused "opt" parameter "
  ` [PATCH v2 07/10] merge: do not pass unused opt->value parameter
  ` [PATCH v2 08/10] parse-options: add more BUG_ON() annotations
  ` [PATCH v2 09/10] interpret-trailers: mark unused "unset" parameters in option callbacks
  ` [PATCH v2 10/10] parse-options: mark unused parameters in noop callback

Problem: `fatal: too-short tree object` when executing hash-object on tree
 2023-08-31 17:25 UTC  (3+ messages)

[PATCH 0/4] CMake(Visual C) support for js/doc-unit-tests
 2023-08-31  6:15 UTC  (5+ messages)
` [PATCH 1/4] cmake: also build unit tests
` [PATCH 2/4] unit-tests: do not mistake `.pdb` files for being executable
` [PATCH 3/4] unit-tests: do show relative file paths
` [PATCH 4/4] artifacts-tar: when including `.dll` files, don't forget the unit-tests

[PATCH] Fix bug when more than one readline instance is used
 2023-08-31  0:28 UTC  (10+ messages)
` [[PATCH v2]] "
            ` [PATCH] git-svn: drop FakeTerm hack

[PATCH] .github/workflows: add coverity action
 2023-08-30 19:03 UTC  (5+ messages)

[PATCH 07/15] commit-graph: new filter ver. that fixes murmur3
 2023-08-30 20:02 UTC  (3+ messages)

[PATCH 00/15] bloom: changed-path Bloom filters v2
 2023-08-30 19:38 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/15] gitformat-commit-graph: describe version 2 of BDAT
  ` [PATCH v2 02/15] t/helper/test-read-graph.c: extract `dump_graph_info()`
  ` [PATCH v2 03/15] bloom.h: make `load_bloom_filter_from_graph()` public
  ` [PATCH v2 04/15] t/helper/test-read-graph: implement `bloom-filters` mode
  ` [PATCH v2 05/15] t4216: test changed path filters with high bit paths
  ` [PATCH v2 06/15] repo-settings: introduce commitgraph.changedPathsVersion
  ` [PATCH v2 07/15] commit-graph: new filter ver. that fixes murmur3
  ` [PATCH v2 08/15] bloom: annotate filters with hash version
  ` [PATCH v2 09/15] bloom: prepare to discard incompatible Bloom filters
  ` [PATCH v2 10/15] t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()`
  ` [PATCH v2 11/15] commit-graph.c: unconditionally load Bloom filters
  ` [PATCH v2 12/15] commit-graph: drop unnecessary `graph_read_bloom_data_context`
  ` [PATCH v2 13/15] object.h: fix mis-aligned flag bits table
  ` [PATCH v2 14/15] commit-graph: reuse existing Bloom filters where possible
  ` [PATCH v2 15/15] bloom: introduce `deinit_bloom_filters()`

[PATCH v4] send-email: prompt-dependent exit codes
 2023-08-30 10:06 UTC  (4+ messages)
` [PATCH v5] "

[PATCH 0/22] YAUPS: Yet Another Unused Parameter Series
 2023-08-30 13:35 UTC  (37+ messages)
` [PATCH 01/22] sequencer: use repository parameter in short_commit_name()
` [PATCH 02/22] sequencer: mark repository argument as unused
` [PATCH 06/22] commit-graph: mark unused data parameters in generation callbacks
` [PATCH v2 0/22] Yet Another Unused Parameter Series
  ` [PATCH v2 01/22] sequencer: use repository parameter in short_commit_name()
  ` [PATCH v2 02/22] sequencer: mark repository argument as unused
  ` [PATCH v2 03/22] ref-filter: mark unused parameters in parser callbacks
  ` [PATCH v2 04/22] pack-bitmap: mark unused parameters in show_object callback
  ` [PATCH v2 05/22] worktree: mark unused parameters in each_ref_fn callback
  ` [PATCH v2 06/22] commit-graph: mark unused data parameters in generation callbacks
  ` [PATCH v2 07/22] ls-tree: mark unused parameter in callback
  ` [PATCH v2 08/22] stash: mark unused parameter in diff callback
  ` [PATCH v2 09/22] trace2: mark unused us_elapsed_absolute parameters
  ` [PATCH v2 10/22] trace2: mark unused config callback parameter
  ` [PATCH v2 11/22] test-trace2: mark unused argv/argc parameters
  ` [PATCH v2 12/22] grep: mark unused parameter in output function
  ` [PATCH v2 13/22] add-interactive: mark unused callback parameters
  ` [PATCH v2 14/22] negotiator/noop: "
  ` [PATCH v2 15/22] worktree: mark unused parameters in noop repair callback
  ` [PATCH v2 16/22] imap-send: mark unused parameters with NO_OPENSSL
  ` [PATCH v2 17/22] grep: mark unused parmaeters in pcre fallbacks
  ` [PATCH v2 18/22] credential: mark unused parameter in urlmatch callback
  ` [PATCH v2 19/22] fetch: mark unused parameter in ref_transaction callback
  ` [PATCH v2 20/22] bundle-uri: mark unused parameters in callbacks
  ` [PATCH v2 21/22] gc: mark unused descriptors in scheduler callbacks
  ` [PATCH v2 22/22] update-ref: mark unused parameter in parser callbacks

[ANNOUNCE] Git for Windows 2.42.0(2)
 2023-08-30 11:10 UTC 

Draft of Git Rev News edition 102
 2023-08-30 16:07 UTC 

[PATCH] ci(linux-asan-ubsan): let's save some time
 2023-08-30  6:19 UTC  (6+ messages)
` [PATCH v2] "

Retiring Review Club
 2023-08-29 23:18 UTC 

[PATCH 00/15] bloom: changed-path Bloom filters v2
 2023-08-29 23:16 UTC  (3+ messages)

[RFC PATCH 2/6] bloom: prepare to discard incompatible Bloom filters
 2023-08-29 22:04 UTC  (4+ messages)

[PATCH v4 0/8] pretty: add %(decorate[:<options>]) format
 2023-08-29 21:59 UTC  (3+ messages)
` [PATCH v5 "

Git in Outreachy? (December, 2023)
 2023-08-29 20:38 UTC  (7+ messages)

Can not `git stash push -- .`
 2023-08-29 19:11 UTC 

[PATCH 0/4] pack-objects: support `--max-pack-size` for cruft packs
 2023-08-29 17:52 UTC  (6+ messages)
` [PATCH 1/4] builtin/pack-objects.c: remove unnecessary strbuf_reset()
` [PATCH 2/4] builtin/pack-objects.c: support `--max-pack-size` with `--cruft`

Need help on building git with static libz.a
 2023-08-29 17:23 UTC  (2+ messages)

[PATCH git v3] builtin/log.c: prepend "RFC" on --rfc
 2023-08-29 17:23 UTC  (2+ messages)

Strange diff-index with fsmonitor, submodules
 2023-08-29 17:01 UTC  (5+ messages)

[PATCH 0/3] leak tests: mark remaining tests leak-free as such
 2023-08-29 16:43 UTC  (4+ messages)
` [PATCH v2 0/4] "

[PATCH v0 0/4] Remove obsolete Cygwin support from git-gui
 2023-08-29 16:18 UTC  (5+ messages)
` [PATCH v1 "

Submodule update fetching with outer repo's default branch
 2023-08-28 23:57 UTC 

[PATCH v2] builtin/log.c: prepend "RFC" on --rfc
 2023-08-28 23:53 UTC  (4+ 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).