org.kernel.vger.git archive
1457 archived articles, newest first (page 11 of 15). Latest articles →
Re: [PATCH 2/2] doc: refs: linkgit to git-maintenance(1)
Tue, 4 Aug 2026 16:30:50 +0200Re: [PATCH 1/2] doc: refs: put ref migration warning under the command
Tue, 4 Aug 2026 16:30:43 +0200[PATCH] worktree add: shouldn't dwim if -b or -B is given
Tue, 04 Aug 2026 14:00:31 +0000Re: [RFC PATCH v7 0/10] diff: add provider interface and initial providers
Tue, 4 Aug 2026 14:52:36 +0100Re: [PATCH v10 3/5] history: add squash subcommand to fold a range
Tue, 04 Aug 2026 06:21:25 -0700Re: What's cooking in git.git (Jul 2026, #12)
Tue, 4 Aug 2026 14:19:51 +0100Re: [PATCH] builtin/maintenance: accept "none" as a maintenance strategy
Tue, 4 Aug 2026 14:58:55 +0200[PATCH v2 12/12] fast-import: remove useless from_stream argument
Tue, 4 Aug 2026 12:03:55 +0200[PATCH v2 11/12] fast-import: use parse_options() for command line options
Tue, 4 Aug 2026 12:03:54 +0200[PATCH v2 10/12] fast-import: use callbacks to parse some options
Tue, 4 Aug 2026 12:03:53 +0200[PATCH v2 09/12] fast-import: use struct option for usage string
Tue, 4 Aug 2026 12:03:52 +0200[PATCH v2 08/12] fast-import: move command state globals into 'struct fast_import_state'
Tue, 4 Aug 2026 12:03:51 +0200[PATCH v2 07/12] fast-import: introduce 'struct fast_import_state'
Tue, 4 Aug 2026 12:03:50 +0200[PATCH v2 06/12] fast-import: factor out option_*() functions
Tue, 4 Aug 2026 12:03:49 +0200[PATCH v2 05/12] fast-import: use int for some bool flags
Tue, 4 Aug 2026 12:03:48 +0200[PATCH v2 04/12] fast-import: localize 'i' into the 'for' loops using it
Tue, 4 Aug 2026 12:03:47 +0200[PATCH v2 03/12] api-parse-options.adoc: document hidden and OPT_*_F option macros
Tue, 4 Aug 2026 12:03:46 +0200[PATCH v2 02/12] api-parse-options.adoc: document per-option flags
Tue, 4 Aug 2026 12:03:45 +0200[PATCH v2 01/12] parse-options: introduce OPT_HIDDEN_GROUP
Tue, 4 Aug 2026 12:03:44 +0200[PATCH v2 00/12] fast-import: standardize usage string and SYNOPSIS
Tue, 4 Aug 2026 12:03:43 +0200Re: [PATCH v10 3/5] history: add squash subcommand to fold a range
Tue, 4 Aug 2026 10:36:31 +0100Re: [PATCH] interactive: add interactive command helper
Tue, 04 Aug 2026 10:35:58 +0200[PATCH v12 4/4] history: add squash subcommand to fold a range
Tue, 04 Aug 2026 08:30:51 +0000[PATCH v12 3/4] sequencer: share the squash message marker helpers and flags
Tue, 04 Aug 2026 08:30:50 +0000[PATCH v12 2/4] history: give commit_tree_ext a message template
Tue, 04 Aug 2026 08:30:49 +0000[PATCH v12 0/4] history: add squash subcommand to fold a range
Tue, 04 Aug 2026 08:30:47 +0000[PATCH v12 1/4] history: extract helper for a commit's parent tree
Tue, 04 Aug 2026 08:30:48 +0000[PATCH v2 5/5] odb: make creation of on-disk structures pluggable
Tue, 04 Aug 2026 10:29:10 +0200[PATCH v2 4/5] odb/source: introduce function to map source type to name
Tue, 04 Aug 2026 10:29:09 +0200[PATCH v2 3/5] setup: defer object database creation
Tue, 04 Aug 2026 10:29:08 +0200[PATCH v2 2/5] setup: detangle loading of loose object maps
Tue, 04 Aug 2026 10:29:07 +0200[PATCH v2 1/5] loose: load loose object map for the correct source
Tue, 04 Aug 2026 10:29:06 +0200[PATCH v2 0/5] odb: make creation of object database pluggable
Tue, 04 Aug 2026 10:29:05 +0200Re: [PATCH v2] repository: move fetch_if_missing into struct repository
Tue, 4 Aug 2026 10:24:21 +0200Re: [PATCH v2 3/3] t/README: document writing concurrency-safe helpers
Tue, 4 Aug 2026 10:03:19 +0200Re: [PATCH v2 1/3] t/lib-httpd: fix apply-one-time-script race under concurrent requests
Tue, 4 Aug 2026 10:03:12 +0200Re: [PATCH 3/5] setup: defer object database creation
Tue, 4 Aug 2026 09:28:35 +0200[PATCH 7/7] odb/streaming: unify function names to create new streams
Tue, 04 Aug 2026 09:25:35 +0200[PATCH 6/7] odb/streaming: rename `struct read_object_fd_data`
Tue, 04 Aug 2026 09:25:34 +0200[PATCH 5/7] odb/streaming: consolidate read and write streams
Tue, 04 Aug 2026 09:25:33 +0200[PATCH 4/7] odb/streaming: rename `struct odb_read_stream`
Tue, 04 Aug 2026 09:25:32 +0200[PATCH 3/7] odb/streaming: support streaming arbitrary object types
Tue, 04 Aug 2026 09:25:31 +0200[PATCH 2/7] odb/streaming: drop `is_finished` field
Tue, 04 Aug 2026 09:25:30 +0200[PATCH 1/7] odb/streaming: track write stream size in the structure
Tue, 04 Aug 2026 09:25:29 +0200[PATCH 0/7] odb: unify read and write streams
Tue, 04 Aug 2026 09:25:28 +0200Re: [PATCH 3/5] setup: defer object database creation
Tue, 4 Aug 2026 09:21:47 +0200Re: [PATCH 3/5] setup: defer object database creation
Tue, 4 Aug 2026 09:21:41 +0200Re: [PATCH 2/5] setup: detangle loading of loose object maps
Tue, 4 Aug 2026 09:21:34 +0200Re: [PATCH 2/5] setup: detangle loading of loose object maps
Tue, 4 Aug 2026 09:21:28 +0200Re: [PATCH 4/5] odb/source: introduce function to map source type to name
Tue, 4 Aug 2026 09:21:21 +0200Re: [PATCH 5/5] odb: make creation of on-disk structures pluggable
Tue, 4 Aug 2026 09:21:15 +0200Re: [PATCH 1/5] loose: load loose object map for the correct source
Tue, 4 Aug 2026 09:21:03 +0200Re: Performance regression in connectivity check during receive-pack (git 2.54)
Tue, 4 Aug 2026 08:19:45 +0200Re: [RFC PATCH v7 10/10] diff: consult oid-only hunk providers via diff.<driver>.process
Mon, 3 Aug 2026 20:15:16 -0700Re: [PATCH v2 0/3] t/lib-httpd: make CGI test helpers concurrency-safe
Mon, 03 Aug 2026 14:55:55 -0700Re: [PATCH GSoC v3 4/8] fetch-object-info: use dedicated struct for the results
Mon, 03 Aug 2026 23:46:17 +0200Re: [PATCH GSoC v3 2/8] fetch-object-info: detect truncated server responses
Mon, 03 Aug 2026 23:30:31 +0200Re: [PATCH GSoC v3 1/8] t5701: use test_file_size() to get the size of a file
Mon, 03 Aug 2026 23:12:46 +0200Re: [PATCH] t0213: skip ancestry tests under user-mode emulation
Mon, 03 Aug 2026 13:59:25 -0700What's cooking in git.git (Aug 2026, #01)
Mon, 03 Aug 2026 12:09:18 -0700Re: [PATCH GSoC v3 4/8] fetch-object-info: use dedicated struct for the results
Mon, 03 Aug 2026 11:28:28 -0700Re: [PATCH GSoC v3 3/8] fetch-object-info: pass arguments directly instead of a struct
Mon, 03 Aug 2026 11:23:56 -0700Re: [PATCH GSoC v3 2/8] fetch-object-info: detect truncated server responses
Mon, 03 Aug 2026 11:18:01 -0700Re: [PATCH 7/7] fast-import: use struct option for usage string
Mon, 3 Aug 2026 19:23:31 +0200Re: [PATCH GSoC v3 1/8] t5701: use test_file_size() to get the size of a file
Mon, 03 Aug 2026 10:21:51 -0700Re: [PATCH 1/7] parse-options: introduce OPT_HIDDEN_GROUP
Mon, 3 Aug 2026 19:19:00 +0200[PATCH] mailmap: change primary address for Christian Couder
Mon, 3 Aug 2026 19:09:52 +0200Re: [PATCH v10 3/5] history: add squash subcommand to fold a range
Mon, 3 Aug 2026 18:35:22 +0200Re: [ANNOUNCE] Git Rev News edition 137
Mon, 3 Aug 2026 12:34:41 -0400Re: What's cooking in git.git (Jul 2026, #12)
Mon, 03 Aug 2026 09:02:45 -0700Re: Git trims the last character of content from remotes
Mon, 03 Aug 2026 08:51:01 -0700Re: [PATCH] completion: complete tracked paths for 'git diff'
Mon, 03 Aug 2026 08:45:39 -0700Re: [PATCH] trailers: stop recognizing URLs as trailers
Mon, 03 Aug 2026 08:39:10 -0700Re: [PATCH] trailers: stop recognizing URLs as trailers
Mon, 3 Aug 2026 11:20:25 -0400Re: [PATCH 1/1] t7528: fix failure under csh
Mon, 03 Aug 2026 07:42:03 -0700[PATCH GSoC v3 8/8] cat-file: unify default format
Mon, 03 Aug 2026 16:39:35 +0200[PATCH GSoC v3 7/8] serve: advertise type capability
Mon, 03 Aug 2026 16:39:34 +0200[PATCH GSoC v3 6/8] fetch-object-info: parse type from server response
Mon, 03 Aug 2026 16:39:33 +0200[PATCH GSoC v3 5/8] protocol-caps: add type support to object-info
Mon, 03 Aug 2026 16:39:32 +0200[PATCH GSoC v3 4/8] fetch-object-info: use dedicated struct for the results
Mon, 03 Aug 2026 16:39:31 +0200[PATCH GSoC v3 3/8] fetch-object-info: pass arguments directly instead of a struct
Mon, 03 Aug 2026 16:39:30 +0200[PATCH GSoC v3 2/8] fetch-object-info: detect truncated server responses
Mon, 03 Aug 2026 16:39:29 +0200[PATCH GSoC v3 1/8] t5701: use test_file_size() to get the size of a file
Mon, 03 Aug 2026 16:39:28 +0200[PATCH GSoC v3 0/8] cat-file: extend remote-object-info to support %(objecttype)
Mon, 03 Aug 2026 16:39:27 +0200Re: [PATCH] completion: complete tracked paths for 'git diff'
Mon, 03 Aug 2026 06:41:51 -0700Re: [PATCH] trailers: stop recognizing URLs as trailers
Mon, 03 Aug 2026 14:11:02 +0200[PATCH v10 3.7/3.7] fixup! history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:27 +0100[PATCH v10 3.6/3.7] fixup! history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:26 +0100[PATCH v10 3.5/3.7] fixup! history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:25 +0100[PATCH v10 3.4/3.7] fixup! history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:24 +0100[PATCH v10 3.3/3.7] fixup! history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:23 +0100[PATCH v10 3.2/3.7] fixup! history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:22 +0100[PATCH v10 3.1/3.7] fixup! history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:21 +0100Re: [PATCH v10 3/5] history: add squash subcommand to fold a range
Mon, 3 Aug 2026 10:49:20 +0100Re: What's cooking in git.git (Jul 2026, #12)
Mon, 3 Aug 2026 10:11:46 +0100Re: What's cooking in git.git (Jul 2026, #12)
Mon, 3 Aug 2026 10:05:15 +0100Re: git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'.
Mon, 03 Aug 2026 10:21:30 +0200Re: git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'.
Mon, 3 Aug 2026 10:02:54 +0200 (CEST)git rebase writes worktree "Ref ... checked out at ..." todo comments with a hardcoded '#', breaking parsing when core.commentChar is not '#'.
Mon, 3 Aug 2026 09:46:39 +0200 (CEST)Re: [PATCH] completion: complete tracked paths for 'git diff'
Mon, 3 Aug 2026 07:44:25 +0200
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.