git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-09-26 06:23:12 to 2023-10-02 15:22:46 UTC [more...]

Notes from the Git Contributor's Summit, 2023
 2023-10-02 15:22 UTC  (13+ messages)
` [TOPIC 0/12] Welcome / Conservancy Update
` [TOPIC 1/12] Next-gen reference backends
` [TOPIC 02/12] Libification Goals and Progress
` [TOPIC 3/12] Designing a Makefile for multiple libraries
` [TOPIC 4/12] Scaling Git from a forge's perspective
` [TOPIC 5/12] Replacing Git LFS using multiple promisor remotes
` [TOPIC 6/12] Clarifying backwards compatibility and when we break it
` [TOPIC 7/12] Authentication to new hosts without setup
` [TOPIC 8/12] Update on jj, including at Google
` [TOPIC 9/12] Code churn and cleanups
` [TOPIC 10/12] Project management practices
` [TOPIC 11/12] Improving new contributor on-boarding

git grep performance regression on macOS
 2023-10-02  3:05 UTC  (3+ messages)

[PATCH 00/30] Initial support for multiple hash functions
 2023-10-02  2:40 UTC  (79+ messages)
` [PATCH 01/30] object-file-convert: Stubs for converting from one object format to another
` [PATCH 02/30] oid-array: Teach oid-array to handle multiple kinds of oids
` [PATCH 03/30] object-names: Support input of oids in any supported hash
` [PATCH 04/30] repository: add a compatibility hash algorithm
` [PATCH 05/30] loose: add a mapping between SHA-1 and SHA-256 for loose objects
` [PATCH 06/30] loose: Compatibilty short name support
` [PATCH 07/30] object-file: Update the loose object map when writing loose objects
` [PATCH 08/30] object-file: Add a compat_oid_in parameter to write_object_file_flags
` [PATCH 09/30] commit: write commits for both hashes
` [PATCH 10/30] commit: Convert mergetag before computing the signature of a commit
` [PATCH 11/30] commit: Export add_header_signature to support handling signatures on tags
` [PATCH 12/30] tag: sign both hashes
` [PATCH 13/30] cache: add a function to read an OID of a specific algorithm
` [PATCH 14/30] object: Factor out parse_mode out of fast-import and tree-walk into in object.h
` [PATCH 15/30] object-file-convert: add a function to convert trees between algorithms
` [PATCH 16/30] object-file-convert: convert tag objects when writing
` [PATCH 17/30] object-file-convert: Don't leak when converting tag objects
` [PATCH 18/30] object-file-convert: convert commit objects when writing
` [PATCH 19/30] object-file-convert: Convert commits that embed signed tags
` [PATCH 20/30] object-file: Update object_info_extended to reencode objects
` [PATCH 21/30] repository: Implement extensions.compatObjectFormat
` [PATCH 22/30] rev-parse: Add an --output-object-format parameter
` [PATCH 23/30] builtin/cat-file: Let the oid determine the output algorithm
` [PATCH 24/30] tree-walk: init_tree_desc take an oid to get the hash algorithm
` [PATCH 25/30] object-file: Handle compat objects in check_object_signature
` [PATCH 26/30] builtin/ls-tree: Let the oid determine the output algorithm
` [PATCH 27/30] test-lib: Compute the compatibility hash so tests may use it
` [PATCH 28/30] t1006: Rename sha1 to oid
` [PATCH 29/30] t1006: Test oid compatibility with cat-file
` [PATCH 30/30] t1016-compatObjectFormat: Add tests to verify the conversion between objects
` [PATCH v2 00/30] initial support for multiple hash functions
  ` [PATCH v2 01/30] object-file-convert: stubs for converting from one object format to another
  ` [PATCH v2 02/30] oid-array: teach oid-array to handle multiple kinds of oids
  ` [PATCH v2 03/30] object-names: support input of oids in any supported hash
  ` [PATCH v2 04/30] repository: add a compatibility hash algorithm
  ` [PATCH v2 05/30] loose: add a mapping between SHA-1 and SHA-256 for loose objects
  ` [PATCH v2 06/30] loose: compatibilty short name support
  ` [PATCH v2 07/30] object-file: update the loose object map when writing loose objects
  ` [PATCH v2 08/30] object-file: add a compat_oid_in parameter to write_object_file_flags
  ` [PATCH v2 09/30] commit: write commits for both hashes
  ` [PATCH v2 10/30] commit: convert mergetag before computing the signature of a commit
  ` [PATCH v2 11/30] commit: export add_header_signature to support handling signatures on tags
  ` [PATCH v2 12/30] tag: sign both hashes
  ` [PATCH v2 13/30] cache: add a function to read an OID of a specific algorithm
  ` [PATCH v2 14/30] object: factor out parse_mode out of fast-import and tree-walk into in object.h
  ` [PATCH v2 15/30] object-file-convert: add a function to convert trees between algorithms
  ` [PATCH v2 16/30] object-file-convert: convert tag objects when writing
  ` [PATCH v2 17/30] object-file-convert: don't leak when converting tag objects
  ` [PATCH v2 18/30] object-file-convert: convert commit objects when writing
  ` [PATCH v2 19/30] object-file-convert: convert commits that embed signed tags
  ` [PATCH v2 20/30] object-file: update object_info_extended to reencode objects
  ` [PATCH v2 21/30] repository: implement extensions.compatObjectFormat
  ` [PATCH v2 22/30] rev-parse: add an --output-object-format parameter
  ` [PATCH v2 23/30] builtin/cat-file: let the oid determine the output algorithm
  ` [PATCH v2 24/30] tree-walk: init_tree_desc take an oid to get the hash algorithm
  ` [PATCH v2 25/30] object-file: handle compat objects in check_object_signature
  ` [PATCH v2 26/30] builtin/ls-tree: let the oid determine the output algorithm
  ` [PATCH v2 27/30] test-lib: compute the compatibility hash so tests may use it
  ` [PATCH v2 28/30] t1006: rename sha1 to oid
  ` [PATCH v2 29/30] t1006: test oid compatibility with cat-file
  ` [PATCH v2 30/30] t1016-compatObjectFormat: add tests to verify the conversion between objects

[PATCH] git-status.txt: fix minor asciidoc format issue
 2023-10-01 23:51 UTC  (3+ messages)

Possible to update-ref remote repository?
 2023-10-01 22:03 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 103
 2023-10-01 15:32 UTC 

[PATCH] diff: fix --merge-base with annotated tags
 2023-10-01 15:18 UTC 

bug - Inconsistency of git status and branch, ./git/branches and ./git/HEAD
 2023-09-30 17:25 UTC  (5+ messages)

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-09-29 23:03 UTC  (7+ messages)
` [PATCH v4 0/4] Preliminary patches before git-std-lib
  ` [PATCH v4 1/4] hex-ll: separate out non-hash-algo functions
  ` [PATCH v4 2/4] wrapper: reduce scope of remove_or_warn()
  ` [PATCH v4 3/4] config: correct bad boolean env value error message
  ` [PATCH v4 4/4] parse: separate out parsing functions from config.h

[PATCH v2 0/2] subtree: fix split processing with multiple subtrees present
 2023-09-29 20:33 UTC  (5+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] "
  ` [PATCH v3 2/3] subtree: changing location of commit ignore processing
  ` [PATCH v3 3/3] subtree: adding test to validate fix

Git log bug
 2023-09-29 15:12 UTC  (2+ messages)

Draft of Git Rev News edition 103
 2023-09-29  9:08 UTC 

What's cooking in git.git (Sep 2023, #09; Thu, 28)
 2023-09-29  1:15 UTC 

[PATCH v3 0/9] Trailer readability cleanups
 2023-09-28 23:16 UTC  (6+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 2/4] trailer: find the end of the log message
  ` [PATCH v4 3/4] trailer: use offsets for trailer_start/trailer_end
  ` [PATCH v4 4/4] trailer: only use trailer_block_* variables if trailers were found

[PATCH] MyFirstContribution: add Discord server link
 2023-09-28 21:59 UTC 

[silly] loose, pack, and another thing?
 2023-09-28 21:47 UTC  (4+ messages)

[PATCH v2] diff --stat: set the width defaults in a helper function
 2023-09-28 20:35 UTC  (4+ messages)

Supporting `git add -a <exclude submodules>`
 2023-09-28 18:24 UTC  (4+ messages)

[PATCH] doc: correct the 50 characters soft limit
 2023-09-28 14:10 UTC  (2+ messages)

Feature Request - Unique commits list
 2023-09-28 14:07 UTC  (3+ messages)

[PATCH v2] bulk-checkin: only support blobs in index_bulk_checkin
 2023-09-28  9:39 UTC  (12+ messages)
    ` [PATCH v3] "

[PATCH 0/6] some "commit-graph verify" fixes for chains
 2023-09-28  4:39 UTC  (10+ messages)
` [PATCH 6/6] commit-graph: report incomplete chains during verification
` [PATCH v2 0/6] some "commit-graph verify" fixes for chains
  ` [PATCH v2 1/6] commit-graph: factor out chain opening function
  ` [PATCH v2 2/6] commit-graph: check mixed generation validation when loading chain file
  ` [PATCH v2 3/6] t5324: harmonize sha1/sha256 graph chain corruption
  ` [PATCH v2 4/6] commit-graph: detect read errors when verifying graph chain
  ` [PATCH v2 5/6] commit-graph: tighten chain size check
  ` [PATCH v2 6/6] commit-graph: report incomplete chains during verification

[PATCH] setup: Only allow extenions.objectFormat to be specified once
 2023-09-27 19:56 UTC  (4+ messages)

[PATCH v3] revision: add `--ignore-missing-links` user option
 2023-09-27 16:26 UTC  (8+ messages)
` [PATCH v4] "

What's cooking in git.git (Sep 2023, #08; Mon, 25)
 2023-09-27 14:38 UTC  (2+ messages)

[PATCH v3 0/6] Introduce Git Standard Library
 2023-09-27 14:14 UTC  (5+ messages)
` [PATCH v3 5/6] git-std-lib: introduce git standard library

git-retry tool or git.retry config (built-in implementation)?
 2023-09-27 13:29 UTC  (4+ messages)

Projects for the next Outreachy round
 2023-09-27  6:33 UTC  (9+ messages)

[PATCH] pretty-formats.txt: fix whitespace
 2023-09-26 21:20 UTC  (9+ messages)

[PATCH 0/2] diff-merges: introduce '-d' option
 2023-09-26 20:05 UTC  (12+ messages)
` [PATCH 2/2] "

[PATCH] attr: attr.allowInvalidSource config to allow invalid revision
 2023-09-26 18:30 UTC  (8+ messages)

[PATCH 0/6] Add a GitHub workflow to submit builds to Coverity Scan
 2023-09-26 16:50 UTC  (13+ messages)
` [PATCH 3/6] coverity: allow overriding the Coverity project
` [PATCH v2 0/6] Add a GitHub workflow to submit builds to Coverity Scan

Request for Curl.exe update included in Git binaries
 2023-09-26 13:53 UTC  (3+ messages)

[REGRESSION] uninitialized value $address in git send-email when given multiple recipients separated by commas
 2023-09-26 11:33 UTC  (5+ messages)

[PATCH] pkt-line: do not chomp EOL for sideband progress info
 2023-09-26  8:48 UTC  (4+ messages)
` [PATCH v2 3/3] pkt-line: do not chomp newlines for sideband 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).