git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-10-10 12:39:29 to 2023-10-12 17:30:42 UTC [more...]

[PATCH] mailmap: change primary address for Derrick Stolee
 2023-10-12 17:30 UTC 

How to combine multiple commit diffs?
 2023-10-12 17:03 UTC  (3+ messages)

[Outreachy]Introduction and Problem while installing Git
 2023-10-12 17:13 UTC  (6+ messages)

[RFC] Define "precious" attribute and support it in `git clean`
 2023-10-12 16:58 UTC  (14+ messages)

[PATCH 0/3] rev-list: add support for commits in `--missing`
 2023-10-12 16:26 UTC  (10+ messages)

why does git set X in LESS env var?
 2023-10-12 16:19 UTC  (19+ messages)

[PATCH v2 0/2] Prevent re-reading 4 GiB files on every status
 2023-10-12 16:09 UTC  (3+ messages)
` [PATCH v2 1/2] t: add a test helper to truncate files
` [PATCH v2 2/2] Prevent git from rehashing 4GiB files

[PATCH] send-email: add --compose-cover option
 2023-10-12 13:07 UTC  (2+ messages)

Bug: Git grep -f reads the filename relative to the repository root
 2023-10-12 12:38 UTC 

Wow
 2023-10-12  6:27 UTC 

[Outreachy][PATCH 0/1] builtin/branch.c: ammend die() error message
 2023-10-12  5:31 UTC  (8+ messages)
` [PATCH 1/1] branch.c: ammend error messages for die()

gpg.ssh.defaultKeyCommand docs bug?
 2023-10-11 23:41 UTC  (4+ messages)

[PATCH 0/20] bounds-checks for chunk-based files
 2023-10-11 23:31 UTC  (45+ messages)
` [PATCH 01/20] chunk-format: note that pair_chunk() is unsafe
` [PATCH 02/20] t: add library for munging chunk-format files
` [PATCH 03/20] midx: stop ignoring malformed oid fanout chunk
` [PATCH 04/20] commit-graph: check size of "
` [PATCH 06/20] commit-graph: check consistency of fanout table
` [PATCH 07/20] midx: check size of pack names chunk
` [PATCH 08/20] midx: enforce chunk alignment on reading
` [PATCH 09/20] midx: check size of object offset chunk
` [PATCH 10/20] midx: bounds-check large "
` [PATCH 11/20] midx: check size of revindex chunk
` [PATCH 12/20] commit-graph: check size of commit data chunk
` [PATCH 13/20] commit-graph: detect out-of-bounds extra-edges pointers
` [PATCH 14/20] commit-graph: bounds-check base graphs chunk
` [PATCH 17/20] commit-graph: check bounds when accessing BDAT chunk
` [PATCH 18/20] commit-graph: check bounds when accessing BIDX chunk
` [PATCH 19/20] commit-graph: detect out-of-order BIDX offsets

[PATCH v4] unit tests: Add a project plan document
 2023-10-11 23:05 UTC  (8+ messages)
` [PATCH v8 0/3] Add unit test framework and project plan
  ` [PATCH v8 1/3] unit tests: Add a project plan document
  ` [PATCH v8 2/3] unit tests: add TAP unit test framework

[REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
 2023-10-11 22:47 UTC  (14+ messages)
              ` [PATCH] send-email: move process_address_list earlier to avoid, uninitialized address error

[PATCH] upload-pack: add tracing for fetches
 2023-10-11 22:36 UTC  (6+ messages)

[PATCH v5] merge-tree: add -X strategy option
 2023-10-11 22:19 UTC  (9+ messages)
` [PATCH v6] "

[PATCH v2 0/2] attr: add attr.tree and attr.allowInvalidSource configs
 2023-10-11 22:09 UTC  (11+ messages)
` [PATCH v3 0/2] attr: add attr.tree config
  ` [PATCH v3 1/2] attr: read attributes from HEAD when bare repo
  ` [PATCH v3 2/2] attr: add attr.tree for setting the treeish to read attributes from
  ` [PATCH v4 0/2] attr: add attr.tree config
    ` [PATCH v4 1/2] attr: read attributes from HEAD when bare repo
    ` [PATCH v4 2/2] attr: add attr.tree for setting the treeish to read attributes from

Bug: git stash store can create stash entries that can't be dropped
 2023-10-11 20:44 UTC  (4+ messages)
  ` [PATCH] stash: be careful what we store

[PATCH 1/1] add: Enable attr pathspec magic for git-add
 2023-10-11 20:20 UTC  (2+ messages)
` [PATCH 1/1] add: enable attr pathspec magic

What's cooking in git.git (Oct 2023, #04; Tue, 10)
 2023-10-11 19:26 UTC  (2+ messages)

Bug: `git stash push ':(attr:<somevalue>)' attr magic does not get parsed correctly
 2023-10-11 19:14 UTC 

Bug: 'git stash --staged' crashes with binary files
 2023-10-11 18:23 UTC  (3+ messages)

[PATCH] t-progress.c : unit tests for progress.c
 2023-10-11 17:29 UTC  (2+ messages)

[PATCH] revision: Don't queue uninteresting commits
 2023-10-11 16:40 UTC  (2+ messages)

[Outreachy] Introduction and Interest in Contributing to the Git Community
 2023-10-11 14:48 UTC  (3+ messages)

[PATCH 0/3] Add `-p' option to `git-mv', inspired by `mkdir'
 2023-10-11 12:33 UTC  (3+ messages)

[Outreachy] Introduction and Interest in Contributing to the Git Community
 2023-10-11  8:47 UTC  (8+ messages)

[PATCH 1/1] [OUTREACHY] Fixed add.c file to conform to guidelines when using die() listed in issue #635
 2023-10-11  6:17 UTC  (7+ messages)

[PATCH v4 4/4] parse: separate out parsing functions from config.h
 2023-10-10 20:57 UTC  (4+ messages)

What's cooking in git.git (Oct 2023, #03; Fri, 6)
 2023-10-10 20:36 UTC  (2+ messages)

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

[PATCH 07/15] commit-graph: new filter ver. that fixes murmur3
 2023-10-10 20:34 UTC  (8+ messages)

[RFC PATCH] Not computing changed path filter for root commits
 2023-10-10 19:47 UTC  (3+ messages)

[PATCH] doc/git-worktree: mention "refs/rewritten" as per-worktree refs
 2023-10-10 17:49 UTC  (2+ messages)

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-10-10 17:38 UTC  (6+ messages)
` [PATCH v4 0/4] Preliminary patches before git-std-lib
  ` [PATCH v4 2/4] wrapper: reduce scope of remove_or_warn()

[PATCH v4 0/4] Preliminary patches before git-std-lib
 2023-10-10 16:21 UTC  (2+ messages)

[PATCH v2] merge-ort: initialize repo in index state
 2023-10-10 15:06 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/2] diff-merges: introduce '-d' option
 2023-10-10 14:58 UTC  (7+ messages)
` [PATCH v3 0/3] diff-merges: introduce '--dd' option
  ` [PATCH v3 1/3] diff-merges: improve --diff-merges documentation
        ` [silly] worldview documents?

[PATCH v2 00/15] Introduce new `git replay` command
 2023-10-10 14:02 UTC  (39+ messages)
` [PATCH v3 "
  ` [PATCH v3 11/15] replay: use standard revision ranges
  ` [PATCH v4 00/15] Introduce new `git replay` command
    ` [PATCH v4 02/15] replay: introduce new builtin
    ` [PATCH v4 06/15] replay: don't simplify history
    ` [PATCH v4 11/15] replay: use standard revision ranges
    ` [PATCH v4 12/15] replay: disallow revision specific options and pathspecs
    ` [PATCH v5 00/14] Introduce new `git replay` command
      ` [PATCH v5 04/14] replay: die() instead of failing assert()
      ` [PATCH v5 05/14] replay: introduce pick_regular_commit()
      ` [PATCH v5 06/14] replay: change rev walking options
      ` [PATCH v5 07/14] replay: add an important FIXME comment about gpg signing
      ` [PATCH v5 08/14] replay: remove progress and info output
      ` [PATCH v5 09/14] replay: remove HEAD related sanity check
      ` [PATCH v5 10/14] replay: make it a minimal server side command
      ` [PATCH v5 11/14] replay: use standard revision ranges
      ` [PATCH v5 12/14] replay: add --advance or 'cherry-pick' mode
      ` [PATCH v5 13/14] replay: add --contained to rebase contained branches
      ` [PATCH v5 14/14] replay: stop assuming replayed branches do not diverge


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