Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-09 16:06:52 to 2023-10-11 18:23:21 UTC [more...]

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

gpg.ssh.defaultKeyCommand docs bug?
 2023-10-11 18:16 UTC  (3+ messages)

[Outreachy][PATCH 0/1] builtin/branch.c: ammend die() error message
 2023-10-11 18:04 UTC  (6+ messages)
` [PATCH 1/1] branch.c: ammend error messages for die()

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

[PATCH v2 0/2] attr: add attr.tree and attr.allowInvalidSource configs
 2023-10-11 17:13 UTC  (10+ 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

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

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

Bug: git stash store can create stash entries that can't be dropped
 2023-10-11 16:29 UTC  (2+ messages)

[PATCH] upload-pack: add tracing for fetches
 2023-10-11 16:04 UTC 

[PATCH 0/20] bounds-checks for chunk-based files
 2023-10-11 15:01 UTC  (30+ 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 05/20] midx: check size of oid lookup chunk
` [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 15/20] commit-graph: check size of generations chunk
` [PATCH 16/20] commit-graph: bounds-check generation overflow 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 20/20] chunk-format: drop pair_chunk_unsafe()

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

[REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
 2023-10-11 13:41 UTC  (7+ messages)

[PATCH 0/3] Add `-p' option to `git-mv', inspired by `mkdir'
 2023-10-11 12:33 UTC  (7+ messages)
` [PATCH 1/3] mv: Add -p option to create parent directories
` [PATCH 2/3] mv: Add tests for new -p flag
` [PATCH 3/3] mv: Add documentation for new `-p' flag

[RFC] Define "precious" attribute and support it in `git clean`
 2023-10-11 10:06 UTC  (7+ 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)

What's cooking in git.git (Oct 2023, #04; Tue, 10)
 2023-10-11  1:32 UTC 

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-10-10 20:57 UTC  (13+ messages)
` [PATCH v4 0/4] Preliminary patches before git-std-lib
  ` [PATCH v4 2/4] wrapper: reduce scope of remove_or_warn()
  ` [PATCH v4 4/4] parse: separate out parsing functions from config.h

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

[PATCH 07/15] commit-graph: new filter ver. that fixes murmur3
 2023-10-10 20:34 UTC  (8+ 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()`

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

[PATCH] doc/git-worktree: mention "refs/rewritten" as per-worktree refs
 2023-10-10 17:49 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  (18+ messages)
` [PATCH v3 0/3] diff-merges: introduce '--dd' option
  ` [PATCH v3 1/3] diff-merges: improve --diff-merges documentation
        ` [silly] worldview documents?
` [PATCH v4 0/3] diff-merges: introduce '--dd' option
  ` [PATCH v4 1/3] diff-merges: improve --diff-merges documentation
  ` [PATCH v4 2/3] diff-merges: introduce '--dd' option
  ` [PATCH v4 3/3] completion: complete '--dd'

[PATCH v2 00/15] Introduce new `git replay` command
 2023-10-10 14:02 UTC  (42+ 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 01/14] t6429: remove switching aspects of fast-rebase
      ` [PATCH v5 02/14] replay: introduce new builtin
      ` [PATCH v5 03/14] replay: start using parse_options API
      ` [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

[PATCH v4] unit tests: Add a project plan document
 2023-10-10  8:57 UTC  (11+ messages)
` [PATCH v7 0/3] Add unit test framework and project plan
  ` [PATCH v7 2/3] unit tests: add TAP unit test framework
` [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
  ` [PATCH v8 3/3] ci: run unit tests in CI

[PATCH 0/4] Performance improvement & cleanup in loose ref iteration
 2023-10-10  7:21 UTC  (15+ messages)
` [PATCH 1/4] ref-cache.c: fix prefix matching in "
` [PATCH v2 0/4] Performance improvement & cleanup in loose "
  ` [PATCH v2 1/4] ref-cache.c: fix prefix matching in "
  ` [PATCH v2 2/4] dir.[ch]: expose 'get_dtype'
  ` [PATCH v2 3/4] dir.[ch]: add 'follow_symlink' arg to 'get_dtype'
  ` [PATCH v2 4/4] files-backend.c: avoid stat in 'loose_fill_ref_dir'

[PATCH 0/7] merge-ort: implement support for packing objects together
 2023-10-10  6:36 UTC  (13+ messages)
` [PATCH 7/7] builtin/merge-tree.c: implement support for `--write-pack`

[PATCH] git-diff: Introduce --index and deprecate --cached
 2023-10-10  3:46 UTC 

[PATCH 00/25] Documentation fixes
 2023-10-10  0:57 UTC  (7+ messages)
` [PATCH 03/25] documentation: fix typos

[PATCH] doc/cat-file: clarify description regarding various command forms
 2023-10-09 20:02 UTC  (4+ messages)
` [PATCH] doc/cat-file: make synopsis and description less confusing

Outreachy Introduction and Interest in Contributing to the Git Community
 2023-10-09 18:54 UTC  (2+ messages)

[PATCH v5] merge-tree: add -X strategy option
 2023-10-09 18:52 UTC  (6+ messages)
` [PATCH v6] "

[PATCH] pretty: fix ref filtering for %(decorate) formats
 2023-10-09 18:24 UTC  (2+ messages)

[PATCH 0/2] repack: implement `--cruft-max-size`
 2023-10-09 17:28 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] builtin/repack.c: implement support for `--max-cruft-size`
    ` [PATCH] repack: free existing_cruft array after use

Microsoft Smart App Control - Git - git-bash.exe File Unsigned
 2023-10-09 17:21 UTC  (3+ messages)
      ` [EXTERNAL] "


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