git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-10-16 21:26:20 to 2023-10-19 19:26:34 UTC [more...]

[PATCH v3 00/15] Introduce new `git replay` command
 2023-10-19 19:26 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 11/15] replay: use standard revision ranges

[Outreachy][PATCH] branch.c: adjust error messages to coding guidelines
 2023-10-19 19:20 UTC  (5+ messages)
  ` [PATCH v2] builtin/branch.c: "

[PATCH v8 0/3] Add unit test framework and project plan
 2023-10-19 19:19 UTC  (6+ messages)
` [PATCH 0/3] CMake unit test fixups
  ` [PATCH 1/3] fixup! cmake: also build unit tests
  ` [PATCH 2/3] fixup! artifacts-tar: when including `.dll` files, don't forget the unit-tests
  ` [PATCH 3/3] fixup! cmake: handle also unit tests

Is there any interest in localizing term delimiters in git messages?
 2023-10-19 19:18 UTC  (9+ messages)
      ` [PATCH] commit: do not use cryptic "new_index" in end-user facing messages

Bug: git diagnose crashes with Segmentation fault outside of git repository
 2023-10-19 18:16 UTC  (6+ messages)
` [PATCH] diagnose: require repository

[PATCH] doc: update list archive reference to use lore.kernel.org
 2023-10-19 18:01 UTC  (3+ messages)

[PATCH] git-p4 shouldn't attempt to store symlinks in LFS
 2023-10-19 17:59 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH 0/7] merge-ort: implement support for packing objects together
 2023-10-19 17:55 UTC  (46+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] bulk-checkin: factor out `format_object_header_hash()`
  ` [PATCH v2 2/7] bulk-checkin: factor out `prepare_checkpoint()`
  ` [PATCH v2 3/7] bulk-checkin: factor out `truncate_checkpoint()`
  ` [PATCH v2 4/7] bulk-checkin: factor our `finalize_checkpoint()`
  ` [PATCH v2 5/7] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
  ` [PATCH v2 6/7] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
  ` [PATCH v2 7/7] builtin/merge-tree.c: implement support for `--write-pack`
` [PATCH v3 00/10] merge-ort: implement support for packing objects together
  ` [PATCH v3 01/10] bulk-checkin: factor out `format_object_header_hash()`
  ` [PATCH v3 02/10] bulk-checkin: factor out `prepare_checkpoint()`
  ` [PATCH v3 03/10] bulk-checkin: factor out `truncate_checkpoint()`
  ` [PATCH v3 04/10] bulk-checkin: factor out `finalize_checkpoint()`
  ` [PATCH v3 05/10] bulk-checkin: extract abstract `bulk_checkin_source`
  ` [PATCH v3 06/10] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
  ` [PATCH v3 07/10] bulk-checkin: generify `stream_blob_to_pack()` for arbitrary types
  ` [PATCH v3 08/10] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
  ` [PATCH v3 09/10] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
  ` [PATCH v3 10/10] builtin/merge-tree.c: implement support for `--write-pack`
` [PATCH v4 00/17] bloom: changed-path Bloom filters v2 (& sundries)
  ` [PATCH v4 01/17] t/t4216-log-bloom.sh: harden `test_bloom_filters_not_used()`
  ` [PATCH v4 02/17] revision.c: consult Bloom filters for root commits
  ` [PATCH v4 03/17] commit-graph: ensure Bloom filters are read with consistent settings
  ` [PATCH v4 04/17] gitformat-commit-graph: describe version 2 of BDAT
  ` [PATCH v4 05/17] t/helper/test-read-graph.c: extract `dump_graph_info()`
  ` [PATCH v4 06/17] bloom.h: make `load_bloom_filter_from_graph()` public
  ` [PATCH v4 07/17] t/helper/test-read-graph: implement `bloom-filters` mode
  ` [PATCH v4 08/17] t4216: test changed path filters with high bit paths
  ` [PATCH v4 09/17] repo-settings: introduce commitgraph.changedPathsVersion
  ` [PATCH v4 10/17] commit-graph: new filter ver. that fixes murmur3
  ` [PATCH v4 11/17] bloom: annotate filters with hash version
  ` [PATCH v4 12/17] bloom: prepare to discard incompatible Bloom filters
  ` [PATCH v4 13/17] commit-graph.c: unconditionally load "
  ` [PATCH v4 14/17] commit-graph: drop unnecessary `graph_read_bloom_data_context`
  ` [PATCH v4 15/17] object.h: fix mis-aligned flag bits table
  ` [PATCH v4 16/17] commit-graph: reuse existing Bloom filters where possible
  ` [PATCH v4 17/17] bloom: introduce `deinit_bloom_filters()`

[PATCH 00/11] t: reduce direct disk access to data structures
 2023-10-19 17:55 UTC  (24+ messages)
` [PATCH 01/11] t: add helpers to test for reference existence
` [PATCH 02/11] t: allow skipping expected object ID in `ref-store update-ref`
` [PATCH 03/11] t: convert tests to use helpers for reference existence
` [PATCH 04/11] t: convert tests to not write references via the filesystem
` [PATCH 05/11] t: convert tests to not access symrefs "
` [PATCH 06/11] t: convert tests to not access reflog "
` [PATCH 07/11] t1450: convert tests to remove worktrees via git-worktree(1)
` [PATCH 08/11] t4207: delete replace references via git-update-ref(1)
` [PATCH 09/11] t7300: assert exact states of repo
` [PATCH 10/11] t7900: assert the absence of refs via git-for-each-ref(1)
` [PATCH 11/11] t: mark several tests that assume the files backend with REFFILES

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-10-19 17:29 UTC  (8+ messages)
` [PATCH v4 1/7] bulk-checkin: extract abstract `bulk_checkin_source`
` [PATCH v4 2/7] bulk-checkin: generify `stream_blob_to_pack()` for arbitrary types
` [PATCH v4 3/7] bulk-checkin: refactor deflate routine to accept a `bulk_checkin_source`
` [PATCH v4 4/7] bulk-checkin: implement `SOURCE_INCORE` mode for `bulk_checkin_source`
` [PATCH v4 5/7] bulk-checkin: introduce `index_blob_bulk_checkin_incore()`
` [PATCH v4 6/7] bulk-checkin: introduce `index_tree_bulk_checkin_incore()`
` [PATCH v4 7/7] builtin/merge-tree.c: implement support for `--write-pack`

[PATCH 0/3] rev-list: add support for commits in `--missing`
 2023-10-19 17:16 UTC  (8+ messages)
` [PATCH] commit: detect commits that exist in commit-graph but not in the ODB

[PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
 2023-10-19 17:05 UTC  (2+ messages)

What's cooking in git.git (Oct 2023, #04; Tue, 10)
 2023-10-19 17:00 UTC  (3+ messages)

[PATCH v4 0/2] attr: add attr.tree config
 2023-10-19 15:43 UTC  (6+ messages)
` [PATCH v5 "

[PATCH 1/2] t5574: test porcelain output of atomic fetch
 2023-10-19 14:34 UTC  (2+ messages)
` [PATCH 2/2] fetch: no redundant error message for "

[PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
 2023-10-19 12:40 UTC  (2+ messages)
` [PATCH v2] merge-ort.c: fix typo 'neeed' to 'needed'

[PATCH v2 0/3] rev-list: add support for commits in `--missing`
 2023-10-19 12:10 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] revision: rename bit to `do_not_die_on_missing_objects`
  ` [PATCH v3 2/3] rev-list: move `show_commit()` to the bottom
  ` [PATCH v3 3/3] rev-list: add commit object support in `--missing` option

pygit2 claims repository does not exist on GIT_DIR_INVALID_OWNERSHIP
 2023-10-19 12:07 UTC  (3+ messages)

[RFC][Outreachy] Seeking Git Community Feedback on My Application
 2023-10-19  9:25 UTC 

[Outreachy][PATCH v2] builtin/branch.c: adjust error messages to coding guidelines
 2023-10-19  7:48 UTC  (2+ messages)

[Outreachy] [PATCH v2] t/t7601: use "test_path_is_file"etc. instead of "test -f"
 2023-10-18 23:59 UTC  (2+ messages)

[PATCH 00/15] bloom: changed-path Bloom filters v2
 2023-10-18 23:56 UTC  (18+ messages)
` [PATCH v3 00/17] bloom: changed-path Bloom filters v2 (& sundries)
  ` [PATCH v3 03/17] commit-graph: ensure Bloom filters are read with consistent settings
  ` [PATCH v3 05/17] t/helper/test-read-graph.c: extract `dump_graph_info()`
  ` [PATCH v3 08/17] t4216: test changed path filters with high bit paths
  ` [PATCH v3 10/17] commit-graph: new filter ver. that fixes murmur3
  ` [PATCH v3 13/17] commit-graph.c: unconditionally load Bloom filters

What's cooking in git.git (Oct 2023, #07; Wed, 18)
 2023-10-18 23:36 UTC 

[PATCH] am: align placeholder for --whitespace option with apply
 2023-10-18 23:35 UTC 

[PATCH] Include gettext.h in MyFirstContribution tutorial
 2023-10-18 21:35 UTC  (2+ messages)

[PATCH v1 0/4] maintenance: use XDG config if it exists
 2023-10-18 20:28 UTC  (5+ messages)
` [PATCH v1 1/4] config: format newlines
` [PATCH v1 2/4] config: rename global config function
` [PATCH v1 3/4] config: factor out global config file retrieval
` [PATCH v1 4/4] maintenance: use XDG config if it exists

[PATCH 1/5] Fix some typos, grammar or wording issues in the documentation
 2023-10-18 20:21 UTC  (4+ messages)
` [PATCH v2 1/5] doc: fix some typos, grammar and wording issues

[PATCH] git-gui: add support for filenames starting with tilde
 2023-10-18 18:52 UTC  (2+ messages)

How to combine multiple commit diffs?
 2023-10-18 13:05 UTC  (5+ messages)

(no subject)
 2023-10-18 12:52 UTC  (4+ messages)
` Re:[PATCH] t/t7601: Modernize test scripts using functions
` none
  ` [PATCH] t/t7601: Modernize test scripts using functions

Git does not work on my machine!!!
 2023-10-18  9:44 UTC  (2+ messages)

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

Supporting `git add -a <exclude submodules>`
 2023-10-17 23:02 UTC  (2+ messages)

[PATCH v2 1/1] [OUTREACHY] builtin/add.c: clean up die() messages
 2023-10-17 22:16 UTC  (2+ messages)

[PATCH v2 1/1] [OUTREACHY] add: standardize die() messages output
 2023-10-17 22:06 UTC 

Supporting `git add -a <exclude submodules>`
 2023-10-17 21:36 UTC  (2+ messages)

[PATCH] upload-pack: add tracing for fetches
 2023-10-17 21:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/8] t7900: untangle test dependencies
 2023-10-17 20:49 UTC  (7+ messages)
` [PATCH 2/8] t7900: setup and tear down clones

Bug: git grep --no-index 123 /dev/stdin crashes with SIGABRT
 2023-10-17 20:39 UTC  (6+ messages)
` [PATCH] grep: die gracefully when outside repository

[PATCH v2 1/1] [OUTREACHY] add: standardize die() messages output
 2023-10-17 19:41 UTC  (2+ messages)

[PATCH 0/2] config-parse: create config parsing library
 2023-10-17 17:13 UTC  (3+ messages)
` [PATCH v3 0/5] "

Git Pathspec bug
 2023-10-17 16:02 UTC  (3+ messages)

Method for Calculating Statistics of Developer Contribution to a Specified Branch
 2023-10-17 11:37 UTC  (3+ messages)

Proxy Flag for git-clone, push, pull
 2023-10-17  5:19 UTC  (2+ messages)

[PATCH v2 1/3] bugreport: include +i in outfile suffix as needed
 2023-10-17  3:17 UTC  (5+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] "

Bug: dir.c traversing the filesystem: unindexed directories do not get recursed into when there is a (non-excluding) pathspec
 2023-10-17  0:08 UTC 

[PATCH] status: fix branch shown when not only bisecting
 2023-10-16 22:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/25] Documentation fixes
 2023-10-16 21:54 UTC  (2+ 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).