git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 16:52:49 to 2025-08-25 15:47:37 UTC [more...]

Still use git whatchanged
 2025-08-25 15:47 UTC  (3+ messages)

[PATCH 0/4] dangling symrefs and fetchRemoteHEAD=create
 2025-08-25 15:46 UTC  (4+ messages)
` [PATCH 3/4] t5510: prefer "git -C" to subshell for followRemoteHEAD tests

[PATCH] doc:clarify which remotes can be used when contributing
 2025-08-25 15:39 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/4] line-log: optimize merge commit processing
 2025-08-25 15:35 UTC  (8+ messages)
` [PATCH 1/4] line-log: avoid unnecessary tree diffs when processing merge commits
` [PATCH 2/4] line-log: get rid of the parents array in process_ranges_merge_commit()
` [PATCH 3/4] line-log: initialize diff queue in process_ranges_ordinary_commit()
` [PATCH 4/4] line-log: simplify condition checking for merge commits

git: list of my complaints about future graft removal
 2025-08-25 13:39 UTC  (3+ messages)

[PATCH 0/3] [2.51.0 Bug] Missing singleton objects in 'git repack -adf --path-walk'
 2025-08-25 12:49 UTC  (12+ messages)
` [PATCH 1/3] t7700: add failing --path-walk test
` [PATCH 2/3] path-walk: fix setup of pending objects
` [PATCH 3/3] path-walk: create initializer for path lists
` [PATCH v2 0/2] [2.51.0 Bug] Missing singleton objects in 'git repack -adf --path-walk'
  ` [PATCH v2 1/2] path-walk: fix setup of pending objects
  ` [PATCH v2 2/2] path-walk: create initializer for path lists

I use whatchanged!
 2025-08-25  8:54 UTC  (3+ messages)

[PATCH] describe: use khash in finish_depth_computation()
 2025-08-25  8:13 UTC  (5+ messages)

[feature request] allow directly committing untracked files
 2025-08-25  7:45 UTC  (3+ messages)

[PATCH] docs: update sendmail docs to use more secure SMTP server for Gmail
 2025-08-25  6:55 UTC 

[PATCH] doc: config: replace backtick with apostrophe for possessive
 2025-08-24 19:46 UTC 

[PATCH] contrib/subtree: fix split with squashed subtrees
 2025-08-24 19:10 UTC 

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-08-24 18:08 UTC  (43+ messages)
` [PATCH RFC 05/11] builtin/history: implement "drop" subcommand
` [PATCH RFC 06/11] builtin/history: implement "reorder" subcommand
` [PATCH RFC 10/11] add-patch: add support for in-memory index patching
` [PATCH RFC 11/11] builtin/history: implement "split" subcommand
` [PATCH RFC v2 00/16] Introduce git-history(1) command for easy history editing
  ` [PATCH RFC v2 01/16] sequencer: optionally skip printing commit summary
  ` [PATCH RFC v2 02/16] sequencer: add option to rewind HEAD after picking commits
  ` [PATCH RFC v2 03/16] sequencer: introduce new history editing mode
  ` [PATCH RFC v2 04/16] sequencer: stop using `the_repository` in `sequencer_remove_state()`
  ` [PATCH RFC v2 05/16] cache-tree: allow writing in-memory index as tree
  ` [PATCH RFC v2 06/16] builtin: add new "history" command
  ` [PATCH RFC v2 07/16] builtin/history: introduce subcommands to manage interrupted rewrites
  ` [PATCH RFC v2 08/16] builtin/history: implement "drop" subcommand
  ` [PATCH RFC v2 09/16] builtin/history: implement "reorder" subcommand
  ` [PATCH RFC v2 10/16] add-patch: split out header from "add-interactive.h"
  ` [PATCH RFC v2 11/16] add-patch: split out `struct interactive_options`
  ` [PATCH RFC v2 12/16] add-patch: remove dependency on "add-interactive" subsystem
  ` [PATCH RFC v2 13/16] add-patch: add support for in-memory index patching
  ` [PATCH RFC v2 14/16] wt-status: provide function to expose status for trees
  ` [PATCH RFC v2 15/16] builtin/history: implement "split" subcommand
  ` [PATCH RFC v2 16/16] builtin/history: implement "reword" subcommand

[PATCH 0/3] meson: wire up gitk and git-gui
 2025-08-24 17:25 UTC  (8+ messages)
` [PATCH 3/3] "

[GSoC][PATCH 0/2] Add refs exists subcommand
 2025-08-24 16:58 UTC  (13+ messages)
` [GSoC][PATCH 2/2] t: add test for git "
` [GSoC][PATCH v2 0/4] Add "
  ` [GSoC][PATCH v2 1/4] builtin/refs: add 'exists' subcommand
  ` [GSoC][PATCH v2 2/4] t1403: split 'show-ref --exists' tests into a separate file
  ` [GSoC][PATCH v2 3/4] t1422: refactor tests to be shareable
  ` [GSoC][PATCH v2 4/4] t: add test for git refs exists subcommand

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-08-24 16:52 UTC  (37+ messages)
` [PATCH v2 00/17] "
  ` [-SPAM-] "
  ` [PATCH v3 00/15] RFC: Cleanup "
    ` [PATCH v3 01/15] doc: add a policy for using Rust
    ` [PATCH v3 02/15] xdiff: introduce rust
    ` [PATCH v3 03/15] github workflows: install rust
    ` [PATCH v3 04/15] win+Meson: do allow linking with the Rust-built xdiff
    ` [PATCH v3 05/15] github workflows: upload Cargo.lock
    ` [PATCH v3 06/15] ivec: create a vector type that is interoperable between C and Rust
    ` [PATCH v3 07/15] xdiff/xprepare: remove superfluous forward declarations
    ` [PATCH v3 08/15] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
    ` [PATCH v3 09/15] xdiff: make fields of xrecord_t Rust friendly
    ` [PATCH v3 10/15] xdiff: use one definition for freeing xdfile_t
    ` [PATCH v3 11/15] xdiff: replace chastore with an ivec in xdfile_t
    ` [PATCH v3 12/15] xdiff: delete nrec field from xdfile_t
    ` [PATCH v3 13/15] xdiff: delete recs "
    ` [PATCH v3 14/15] xdiff: make xdfile_t more rust friendly
    ` [PATCH v3 15/15] xdiff: implement xdl_trim_ends() in Rust

[PATCH 0/2] progress: replace setitimer() with alarm()
 2025-08-24 16:11 UTC  (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] progress: add a shutting down state to the SIGALRM handler
      ` [PATCH] progress: pay attention to (customized) delay time

[PATCH] git-diff: Introduce --index and deprecate --cached
 2025-08-24 11:40 UTC 

[PATCH] fetch-pack: re-scan when double-checking graph objects
 2025-08-24  5:00 UTC 

[PATCH] docs: note that extensions.compatobjectformat is experimental
 2025-08-23 22:06 UTC 

[PATCH] bugreport: add quoted line prefixes
 2025-08-23  8:23 UTC  (5+ messages)
` [PATCH v2] bugreport: use "
  ` [PATCH v3] bugreport: use quoted line prefixes & more blank lines

[PATCH v8 0/5] doc: git-rebase: clarify DESCRIPTION section
 2025-08-23  0:43 UTC  (7+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/5] doc: git-rebase: start with an example
  ` [PATCH v9 2/5] doc: git rebase: dedup merge conflict discussion
  ` [PATCH v9 3/5] doc: git rebase: clarify arguments syntax
  ` [PATCH v9 4/5] doc: git-rebase: move --onto explanation down
  ` [PATCH v9 5/5] doc: git-rebase: update discussion of internals

What's cooking in git.git (Aug 2025, #10; Fri, 22)
 2025-08-23  0:10 UTC 

[PATCH 00/16] packfile: carve out a new packfile store
 2025-08-22 23:50 UTC  (6+ messages)
` [PATCH 03/16] odb: move initialization bit into `struct packfile_store`

[PATCH 0/3] bulk-checkin: remove global transaction state
 2025-08-22 21:35 UTC  (23+ messages)
` [PATCH 3/3] bulk-checkin: wire repository variable
` [PATCH v2 0/4] bulk-checkin: remove global transaction state
  ` [PATCH v2 1/4] bulk-checkin: introduce object database transaction structure
  ` [PATCH v2 2/4] bulk-checkin: remove global transaction state
  ` [PATCH v2 3/4] bulk-checkin: require transaction for index_blob_bulk_checkin()
  ` [PATCH v2 4/4] bulk-checkin: use repository variable from transaction
  ` [PATCH v3 0/4] bulk-checkin: remove global transaction state
    ` [PATCH v3 1/4] bulk-checkin: introduce object database transaction structure
    ` [PATCH v3 2/4] bulk-checkin: remove global transaction state
    ` [PATCH v3 3/4] bulk-checkin: require transaction for index_blob_bulk_checkin()
    ` [PATCH v3 4/4] bulk-checkin: use repository variable from transaction

💬 git - quick collaboration question
 2025-08-22 20:47 UTC 

[PATCH v2 0/4] doc: git-add: clarify DESCRIPTION section
 2025-08-22 20:37 UTC  (7+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 2/3] doc: git-add: clarify intro & add an example
  ` [PATCH v3 3/3] doc: git-add: simplify discussion of ignored files

[PATCH v2] gitk: add README with usage, build, and contributing details
 2025-08-22 20:28 UTC  (4+ messages)

[PATCH] doc/format-patch: adjust Thunderbird MUA hint to new add-on
 2025-08-22 18:52 UTC 

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-08-22 17:58 UTC  (4+ messages)

"lock file exists" when fetching in bare clone of repository
 2025-08-22 17:47 UTC  (10+ messages)

[PATCH] doc: interpret-trailers: close all pairs of single quotes
 2025-08-22 15:20 UTC 

git status shows a different result depending on how fast a file is changed
 2025-08-22 15:10 UTC 

[PATCH v2] send-email: add --get-smtp-server option to fetch SMTP settings
 2025-08-22 15:14 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] config: add "hostname" condition to includeIf
 2025-08-22  8:49 UTC 

[PATCH] config: add "hostname" condition to includeIf
 2025-08-22  8:35 UTC 

[PATCH] config: add "hostname" condition to includeIf
 2025-08-22  8:22 UTC  (2+ messages)
` [PATCH] Start 2.52 cycle, the first batch

[GSoC PATCH 0/2] repo: add -z and objects.format
 2025-08-21 21:50 UTC  (17+ messages)
` [GSoC PATCH 1/2] repo: add the flag -z as an alias for --format=nul
` [GSoC PATCH 2/2] repo: add the field objects.format

[PATCH 0/5] doc: git-add: clarify DESCRIPTION section
 2025-08-21 20:36 UTC  (4+ messages)
` [PATCH v2 3/4] doc: git-add: make explanation less dry

[FEATURE] Proposal: git format-patch with `--with-line-numbers` flag
 2025-08-21 19:50 UTC  (4+ messages)

[PATCH] git-gui: simplify using nice
 2025-08-21 19:19 UTC  (4+ messages)
` [PATCH v2] git-gui: simplify using nice(1)

[PATCH] git-gui: simplify PATH de-duplication
 2025-08-21 18:39 UTC  (2+ messages)

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-08-21 18:15 UTC  (3+ messages)


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 NNTP newsgroup(s).