git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-09-29 18:49:19 to 2023-10-04 15:23:32 UTC [more...]

[PATCH 1/2] transport-helper: no connection restriction in connect_helper
 2023-10-04 15:21 UTC  (7+ messages)
` [PATCH v2 2/3] transport-helper: run do_take_over "
    ` [PATCH v3 0/4] support remote archive from stateless transport
      ` [PATCH v3 1/4] transport-helper: no connection restriction in connect_helper
      ` [PATCH v3 4/4] archive: support remote archive from stateless transport

[PATCH 0/10] some commit-graph leak fixes
 2023-10-04 14:47 UTC  (15+ messages)
` [PATCH 01/10] t6700: mark test as leak-free
` [PATCH 02/10] commit-reach: free temporary list in get_octopus_merge_bases()
` [PATCH 03/10] merge: free result of repo_get_merge_bases()
` [PATCH 04/10] commit-graph: move slab-clearing to close_commit_graph()
` [PATCH 05/10] commit-graph: free all elements of graph chain
` [PATCH 06/10] commit-graph: delay base_graph assignment in add_graph_to_chain()
` [PATCH 07/10] commit-graph: free graph struct that was not added to chain
` [PATCH 08/10] commit-graph: free write-context entries before overwriting
` [PATCH 09/10] commit-graph: free write-context base_graph_name during cleanup
` [PATCH 10/10] commit-graph: clear oidset after finishing write
` Is SANITIZE=leak make test unreliable for anyone else?

[PATCH] pkt-line: do not chomp EOL for sideband progress info
 2023-10-04 13:18 UTC  (9+ messages)
` [PATCH v2 3/3] pkt-line: do not chomp newlines for sideband messages
      ` [PATCH v3 0/3] Sideband demultiplexer fixes
        ` [PATCH v3 1/3] test-pkt-line: add option parser for unpack-sideband
        ` [PATCH v3 2/3] pkt-line: memorize sideband fragment in reader
        ` [PATCH v3 3/3] pkt-line: do not chomp newlines for sideband messages

[PATCH] builtin/repack.c: avoid making cruft packs preferred
 2023-10-04 13:13 UTC  (8+ messages)
` [PATCH v2] "

[silly] loose, pack, and another thing?
 2023-10-04 13:11 UTC  (5+ messages)

What's cooking in git.git (Oct 2023, #01; Mon, 2)
 2023-10-04 11:18 UTC  (7+ messages)

[Outreachy] Introduction and Interest in Contributing to the Git Community
 2023-10-04 10:20 UTC  (2+ messages)

[PATCH] test-lib: make sure TEST_DIRECTORY has no trailing slash
 2023-10-04  9:34 UTC  (4+ messages)

[PATCH] git-status.txt: fix minor asciidoc format issue
 2023-10-04  2:22 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Possible to update-ref remote repository?
 2023-10-04  1:13 UTC  (5+ messages)

Bug: git submodule set-url does not handle name != path correctly
 2023-10-04  1:10 UTC  (10+ messages)
` [PATCH 1/6] submodule--helper: use submodule_from_path in set-{url,branch}
  ` [PATCH 2/6] submodule--helper: return error from set-url when modifying failed
  ` [PATCH 3/6] t7419: Actually test the branch switching
  ` [PATCH 4/6] t7419, t7420: Use test_cmp_config instead of grepping .gitmodules
  ` [PATCH 5/6] t7419: Test that we correctly handle renamed submodules
  ` [PATCH 6/6] t7420: "

[Outreachy] Move existing tests to a unit testing framework
 2023-10-03 23:36 UTC  (3+ messages)

[PATCH 1/5] Fix some typos, grammar or wording issues in the documentation
 2023-10-03 21:10 UTC  (13+ messages)
` [PATCH 2/5] doc/diff-options: improve wording of the log.diffMerges mention
` [PATCH 3/5] git-jump: admit to passing merge mode args to ls-files
` [PATCH 4/5] doc/gitk: s/sticked/stuck/
` [PATCH 5/5] t/README: fix multi-prerequisite example

[PATCH] decorate: add color.decorate.symbols config option
 2023-10-03 20:54 UTC 

batch-command wishlist [was: [TOPIC 02/12] Libification Goals and Progress]
 2023-10-03 20:32 UTC  (5+ messages)

[PATCH] doc/cat-file: clarify description regarding various command forms
 2023-10-03 20:06 UTC  (2+ messages)

[PATCH 0/1] *** Avoid using Pipes ***
 2023-10-03 18:42 UTC  (4+ messages)
` [PATCH 1/1] t2400: avoid using pipes

[PATCH 1/2] parse-options: add int value pointer to struct option
 2023-10-03 18:24 UTC  (19+ messages)
` [PATCH 2/2] parse-options: use and require int pointer for OPT_CMDMODE

[PATCH] parse-options: drop unused parse_opt_ctx_t member
 2023-10-03 18:00 UTC  (3+ messages)

Is git-p4 maintained?
 2023-10-03 16:42 UTC  (2+ messages)

[PATCH 0/2] repack: implement `--cruft-max-size`
 2023-10-03  0:44 UTC  (8+ messages)
` [PATCH 2/2] builtin/repack.c: implement support for `--cruft-max-size`
` [PATCH v2 0/3] repack: implement `--cruft-max-size`
  ` [PATCH v2 1/3] t7700: split cruft-related tests to t7704
  ` [PATCH v2 2/3] builtin/repack.c: parse `--max-pack-size` with OPT_MAGNITUDE
  ` [PATCH v2 3/3] builtin/repack.c: implement support for `--max-cruft-size`

[RFC PATCH] Not computing changed path filter for root commits
 2023-10-02 22:55 UTC  (2+ messages)

[PATCH v7 0/9] Repack objects into separate packfiles based on a filter
 2023-10-02 20:14 UTC  (12+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/9] pack-objects: allow `--filter` without `--stdout`
  ` [PATCH v8 2/9] t/helper: add 'find-pack' test-tool
  ` [PATCH v8 3/9] repack: refactor finishing pack-objects command
  ` [PATCH v8 4/9] repack: refactor finding pack prefix
  ` [PATCH v8 5/9] pack-bitmap-write: rebuild using new bitmap when remapping
  ` [PATCH v8 6/9] repack: add `--filter=<filter-spec>` option
  ` [PATCH v8 7/9] gc: add `gc.repackFilter` config option
  ` [PATCH v8 8/9] repack: implement `--filter-to` for storing filtered out objects
  ` [PATCH v8 9/9] gc: add `gc.repackFilterTo` config option

[PATCH] diff: fix --merge-base with annotated tags
 2023-10-02 18:54 UTC  (2+ messages)

Notes from the Git Contributor's Summit, 2023
 2023-10-02 15:22 UTC  (14+ 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
` [TOPIC 12/12] Overflow discussion

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  (50+ messages)
` [PATCH 01/30] object-file-convert: Stubs for converting from one object format to another
` [PATCH 03/30] object-names: Support input of oids in any supported hash
` [PATCH 05/30] loose: add a mapping between SHA-1 and SHA-256 for loose objects
` [PATCH 21/30] repository: Implement extensions.compatObjectFormat
` [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

[ANNOUNCE] Git Rev News edition 103
 2023-10-01 15:32 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


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