git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-08-30 06:21:13 to 2023-09-04 14:32:11 UTC [more...]

[PATCH v2 0/6] rebase -i: impove handling of failed commands
 2023-09-04 14:31 UTC  (5+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 5/7] rebase: fix rewritten list for failed pick

Potential bug in `git checkout --quiet`
 2023-09-04 13:36 UTC  (2+ messages)

[PATCH] sequencer: update abort safety file more sparingly
 2023-09-04 12:48 UTC  (7+ messages)

[PATCH 1/2] builtin/rebase.c: Emit warning when rebasing without a forkpoint
 2023-09-04 10:16 UTC  (21+ messages)
      ` [PATCH v2] "
        ` [PATCH v2 1/3] rebase.c: Make a distiction between rebase.forkpoint and --fork-point arguments
        ` [PATCH v2 2/3] builtin/rebase.c: Emit warning when rebasing without a forkpoint
        ` [PATCH v2 3/3] git-rebase.txt: Add deprecation notice to the --fork-point options

[PATCH] sequencer: fix error message on failure to copy SQUASH_MSG
 2023-09-04 10:10 UTC  (2+ messages)

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

Azure Repos
 2023-09-04  7:00 UTC 

[PATCH] var: avoid a segmentation fault when `HOME` is unset
 2023-09-04  6:21 UTC 

[PATCH 1/2] am: pay attention to user-defined context size
 2023-09-03 21:29 UTC 

[PATCH 00/14] Introduce new `git replay` command
 2023-09-03 15:47 UTC  (14+ messages)
` [PATCH 11/14] replay: use standard revision ranges

[PATCH] sequencer: remove unreachable exit condition in pick_commits()
 2023-09-03 15:11 UTC 

[PATCH v1 0/3] range-diff: treat notes like `log`
 2023-09-03 12:17 UTC  (6+ 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

Plumbing for mapping from a remote tracking ref to the remote ref?
 2023-09-03  7:16 UTC  (5+ messages)

[RFC] New configuration option "diff.statNameWidth"
 2023-09-03  3:43 UTC  (5+ messages)

[PATCH] merge-tree: add -X strategy option
 2023-09-03  1:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 1/2] sequencer: beautify subject of reverts of reverts
 2023-09-02 22:24 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] ref-filter: sort numerically when ":size" is used
 2023-09-02 22:19 UTC  (14+ messages)
` [PATCH v2] "

[PATCH] grep: use OPT_INTEGER_F for --max-depth
 2023-09-02 18:54 UTC 

[PATCH] name-rev: use OPT_HIDDEN_BOOL for --peel-tag
 2023-09-02 18:38 UTC 

[PATCH 0/8] more unused parameters in parseopt callbacks
 2023-09-02 11:37 UTC  (40+ 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

Git in Outreachy? (December, 2023)
 2023-09-02  6:06 UTC  (8+ messages)

What's cooking in git.git (Sep 2023, #01; Fri, 1)
 2023-09-01 23:22 UTC 

[PATCH v4 0/8] pretty: add %(decorate[:<options>]) format
 2023-09-01 21:33 UTC  (4+ messages)
` [PATCH v5 "

[PATCH 07/15] commit-graph: new filter ver. that fixes murmur3
 2023-09-01 20:56 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 102
 2023-09-01 18:28 UTC 

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

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

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

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 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  (5+ messages)
` [PATCH 02/22] sequencer: mark repository argument as unused

[PATCH v2 0/22] Yet Another Unused Parameter Series
 2023-08-30 13:24 UTC  (3+ messages)
` [PATCH v2 01/22] sequencer: use repository parameter in short_commit_name()

[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  (4+ messages)
` [PATCH v2] "


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