git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-24 10:31:22 to 2025-08-26 21:38:31 UTC [more...]

[PATCH 0/5] doc: git-checkout: clarify DESCRIPTION section
 2025-08-26 21:38 UTC  (10+ messages)
` [PATCH 1/5] doc: git-checkout: clarify intro
` [PATCH 2/5] doc: git-checkout: clarify `git checkout <branch>`
` [PATCH 3/5] doc: git-checkout: don't use "reset"
` [PATCH 4/5] doc: git-checkout: deduplicate --detach explanation
` [PATCH 5/5] doc: git-checkout: clarify restoring files section

[PATCH 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition
 2025-08-26 20:40 UTC  (5+ messages)
` [PATCH 1/4] doc: git-push: update intro
` [PATCH 2/4] doc: git-push: clarify "where to push"
` [PATCH 3/4] doc: git-push: clarify "what "
` [PATCH 4/4] doc: git-push: rewrite refspec specification

[GSoC] Blog: Machine-Readable Repository Information Query Tool
 2025-08-26 20:20 UTC  (2+ messages)
` [GSoC] Blog: Machine-Readable Repository Information Query Tool (week 12)

[PATCH] reset slab_alloc and state fields in clear_alloc_state()
 2025-08-26 19:57 UTC 

[PATCH] range-diff: add configurable memory limit for cost matrix
 2025-08-26 19:18 UTC  (2+ messages)

[PATCH] ls-files: conditionally leave index sparse
 2025-08-26 19:00 UTC  (4+ messages)

[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
 2025-08-26 18:47 UTC  (14+ messages)
` [PATCH v2 00/17] "
  ` [-SPAM-] "
  ` [PATCH v3 00/15] RFC: Cleanup "
    ` [PATCH v3 06/15] ivec: create a vector type that is interoperable between C and Rust

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

[PATCH] Makefile: build libgit-rs and libgit-sys serially
 2025-08-26 18:05 UTC  (6+ messages)

[Suggestion] Handling Rust in upcoming releases
 2025-08-26 18:04 UTC 

[PATCH 0/5] refs/reftable: add fsck checks
 2025-08-26 16:44 UTC  (7+ messages)
` [PATCH 2/5] refs/reftable: add fsck check for checking the table name
` [PATCH 3/5] refs/reftable: add fsck check for number of tables

What's cooking in git.git (Aug 2025, #10; Fri, 22)
 2025-08-26 16:37 UTC  (5+ messages)

[PATCH 0/3] [2.51.0 Bug] Missing singleton objects in 'git repack -adf --path-walk'
 2025-08-26 15:58 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] path-walk: fix setup of pending objects
  ` [PATCH v2 2/2] path-walk: create initializer for path lists

[PATCH v3 6/7] t/t1517: move verify-commit -h test to t1517
 2025-08-26 15:57 UTC  (4+ messages)
` [PATCH v4 0/2] refactor t1517 to focus on help output outside a repository
  ` [PATCH v4 1/2] t/t1517: automate `git subcmd -h` tests "

[PATCH 0/2] breaking-changes: deprecate support for core.commentChar=auto
 2025-08-26 15:52 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] commit: print advice when core.commentString=auto
` [PATCH v3 0/3] breaking-changes: deprecate support for core.commentChar=auto
  ` [PATCH v3 1/3] breaking-changes: deprecate support for core.commentString=auto
  ` [PATCH v3 2/3] config: warn on core.commentString=auto
  ` [PATCH v3 3/3] commit: print advice when core.commentString=auto

git status shows a different result depending on how fast a file is changed
 2025-08-26 15:38 UTC  (2+ messages)

[PATCH] describe: use khash in finish_depth_computation()
 2025-08-26 15:34 UTC  (10+ messages)

[GSoC][PATCH 0/5] Add refs optimize subcommand
 2025-08-26 15:18 UTC  (7+ messages)
` [GSoC][PATCH 1/5] builtin/pack-refs: factor out core logic into a helper
` [GSoC][PATCH 2/5] doc: factor out common option
` [GSoC][PATCH 3/5] builtin/refs: add optimize subcommand
` [GSoC][PATCH 4/5] t0601: refactor tests to be shareable
` [GSoC][PATCH 5/5] t: add test for git refs optimize subcommand

What's cooking in git.git (Aug 2025, #11; Mon, 25)
 2025-08-26 15:17 UTC 

[PATCH] docs: update sendmail docs to use more secure SMTP server for Gmail
 2025-08-26 15:09 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH] Add `-u` short option for `git pull`
 2025-08-26 14:51 UTC  (3+ messages)

I still use git whatchanged
 2025-08-26 13:56 UTC  (2+ messages)

git whatchanged
 2025-08-26 13:54 UTC  (2+ messages)

[PATCH v3] send-email: add --get-smtp-server option to fetch SMTP settings
 2025-08-26 13:39 UTC  (2+ messages)
` [PATCH v4] "

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-08-26 13:14 UTC  (43+ messages)
` [PATCH RFC 05/11] builtin/history: implement "drop" subcommand
` [PATCH RFC 06/11] builtin/history: implement "reorder" subcommand
` [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

[GSOC PATCH] environment: move access to "core.sparsecheckout" into repo_settings
 2025-08-26 12:20 UTC  (4+ messages)
` [GSOC PATCH v6 0/3] environment: remove sparse-checkout related global variables

[PATCH 03/16] odb: move initialization bit into `struct packfile_store`
 2025-08-26 12:19 UTC  (2+ messages)
` [PATCH] Documentation: note styling for bit fields

[PATCH] rename default branch from 'master' to 'main' in refs and test scripts
 2025-08-26 11:20 UTC  (5+ messages)

"lock file exists" when fetching in bare clone of repository
 2025-08-26 11:19 UTC  (3+ messages)

[PATCH] doc:clarify which remotes can be used when contributing
 2025-08-26  6:50 UTC  (5+ messages)
` [PATCH v2] "

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

[PATCH v2 00/16] packfile: carve out a new packfile store
 2025-08-26  2:11 UTC  (17+ messages)
` [PATCH v2 02/16] odb: move list of packfiles into `struct packfile_store`
` [PATCH v2 03/16] odb: move initialization bit "
` [PATCH v2 04/16] odb: move packfile map "
` [PATCH v2 06/16] odb: move kept cache "
` [PATCH v2 07/16] packfile: reorder functions to avoid function declaration
` [PATCH v2 08/16] packfile: refactor `prepare_packed_git()` to work on packfile store
` [PATCH v2 09/16] packfile: split up responsibilities of `reprepare_packed_git()`
` [PATCH v2 10/16] packfile: refactor `install_packed_git()` to work on packfile store

[PATCH 0/3] meson: wire up gitk and git-gui
 2025-08-26  0:40 UTC  (9+ messages)
` [PATCH 3/3] "

I still use "git whatchanged"
 2025-08-25 23:40 UTC  (2+ messages)

git: list of my complaints about future graft removal
 2025-08-25 23:36 UTC  (4+ messages)

Shallow clone support in v3.0 and beyond?
 2025-08-25 23:34 UTC 

[PATCH] docs: note that extensions.compatobjectformat is experimental
 2025-08-25 23:00 UTC  (8+ messages)
` [PATCH v2] docs: note that extensions.compatobjectformat is incomplete
` [PATCH v3] "

[PATCH 0/2] progress: replace setitimer() with alarm()
 2025-08-25 22:52 UTC  (11+ messages)
      ` [PATCH] progress: pay attention to (customized) delay time
              ` [PATCH v2] "

[PATCH 0/4] line-log: optimize merge commit processing
 2025-08-25 21:57 UTC  (11+ 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

[PATCH v2 0/4] bulk-checkin: remove global transaction state
 2025-08-25 20:25 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] doc: config: replace backtick with apostrophe for possessive
 2025-08-25 20:21 UTC  (2+ messages)

[RFC] Allow includeIf.hasconfig to take precedence over includeIf.gitdir
 2025-08-25 19:40 UTC  (2+ messages)

I use whatchanged!
 2025-08-25 15:59 UTC  (4+ messages)

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

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

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

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


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