git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-10-13 20:24:14 to 2023-10-18 18:32:51 UTC [more...]

[PATCH 0/7] merge-ort: implement support for packing objects together
 2023-10-18 18:32 UTC  (26+ 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

[Outreachy][PATCH] branch.c: adjust error messages to coding guidelines
 2023-10-18 18:19 UTC  (2+ messages)

[PATCH 00/15] bloom: changed-path Bloom filters v2
 2023-10-18 17:47 UTC  (17+ 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

[PATCH 00/11] t: reduce direct disk access to data structures
 2023-10-18 17:08 UTC  (19+ 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

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

[Outreachy] [PATCH v2] t/t7601: use "test_path_is_file"etc. instead of "test -f"
 2023-10-18 12:45 UTC 

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

[PATCH] git-gui: add support for filenames starting with tilde
 2023-10-18  8:50 UTC 

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

[PATCH v2 0/2] Prevent re-reading 4 GiB files on every status
 2023-10-18  0:42 UTC  (13+ 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  (16+ messages)
` [PATCH 1/8] t7900: remove register dependency
` [PATCH 2/8] t7900: setup and tear down clones
` [PATCH 3/8] t7900: create commit so that branch is born
` [PATCH 4/8] t7900: factor out inheritance test dependency
` [PATCH 5/8] t7900: factor out common schedule setup
` [PATCH 6/8] t7900: fix `pfx` dependency
` [PATCH 7/8] t7900: fix `print-args` dependency
` [PATCH 8/8] t7900: factor out packfile dependency
` [PATCH 9/8] t7900: fix register dependency

Bug: git grep --no-index 123 /dev/stdin crashes with SIGABRT
 2023-10-17 20:39 UTC  (11+ 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/3] rev-list: add support for commits in `--missing`
 2023-10-17 18:34 UTC  (5+ messages)
` [PATCH] commit: detect commits that exist in commit-graph but not in the ODB

[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] Include gettext.h in MyFirstContribution tutorial
 2023-10-17  4:15 UTC 

[PATCH] bugreport: add 'seconds' to default outfile name
 2023-10-17  3:17 UTC  (19+ messages)
` [PATCH v2 0/3] bugreport: include +i in outfile suffix as needed
  ` [PATCH v2 1/3] "
    ` [PATCH v3 0/1] "
      ` [PATCH v3 1/1] "
  ` [PATCH v2 2/3] bugreport: match diagnostics filename with report
  ` [PATCH v2 3/3] bugreport: don't create --diagnose zip w/o report

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)

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

[PATCH] t/t7601: Modernize test scripts using functions
 2023-10-16 16:53 UTC  (2+ messages)

[PATCH v8 2/3] unit tests: add TAP unit test framework
 2023-10-16 16:41 UTC  (3+ messages)
` [PATCH v8 2.5/3] fixup! "

(no subject)
 2023-10-16 15:57 UTC 

[[Outreachy]PATCH v2] t/t7601: Modernize test scripts using functions
 2023-10-16 15:50 UTC 

git log --patch for a particular file
 2023-10-16 10:29 UTC  (2+ messages)

[PATCH v4] unit tests: Add a project plan document
 2023-10-16 10:07 UTC  (3+ messages)
` [PATCH v8 0/3] Add unit test framework and project plan

You are marked as spam, and therefore cannot authorize a third party application
 2023-10-16  7:32 UTC  (2+ messages)

[PATCH 0/2] doc/git-repack: small fixes for geometric repacks
 2023-10-16  7:19 UTC  (3+ messages)
` [PATCH 1/2] doc/git-repack: fix syntax for `-g` shorthand option
` [PATCH 2/2] doc/git-repack: don't mention nonexistent "--unpacked" option

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

[PATCH] Add x64 SHA-NI implementation to sha1 and sha256 in git ?
 2023-10-15 17:30 UTC  (5+ messages)

[PATCH 0/20] bounds-checks for chunk-based files
 2023-10-15 17:04 UTC  (10+ messages)
` [PATCH 0/8] chunk-format: introduce `pair_chunk_expect()` convenience API
  ` [PATCH 5/8] commit-graph: read `BIDX` chunk with `pair_chunk_expect()`
  ` [PATCH 6/8] midx: read `OIDF` "
` [PATCH 21/20] t5319: make corrupted large-offset test more robust

[PATCH] typo: fix the typo 'neeed' into 'needed' in the comment under merge-ort.c
 2023-10-15 14:08 UTC 

What's cooking in git.git (Oct 2023, #06; Fri, 13)
 2023-10-14 20:12 UTC 

Bug: git diagnose crashes with Segmentation fault outside of git repository
 2023-10-14 17:22 UTC  (5+ messages)
` [PATCH] diagnose: require repository

[Outreachy Applicant]
 2023-10-14 16:41 UTC  (2+ messages)

Regarding the depreciation of ssh+git/git+ssh protocols
 2023-10-13 20:49 UTC 

[PATCH v4 0/2] attr: add attr.tree config
 2023-10-13 20:47 UTC  (5+ messages)
` [PATCH v5 "

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


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