git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-01 13:20:31 to 2025-12-05 15:02:39 UTC [more...]

[PATCH 00/10] Prepare Git's test suite for symbolic link support on Windows
 2025-12-05 15:02 UTC  (27+ messages)
` [PATCH 04/10] t0001: handle `diff --no-index` gracefully
` [PATCH 05/10] t0301: another fix for Windows compatibility
` [PATCH 06/10] t0600: fix incomplete prerequisite for a test case
` [PATCH 07/10] t1006: accommodate for symlink support in MSYS2
` [PATCH 10/10] t7800: work around the MSYS path conversion on Windows
` [PATCH v2 00/10] Prepare Git's test suite for symbolic link support "
  ` [PATCH v2 01/10] t9700: accommodate for Windows paths
  ` [PATCH v2 02/10] apply: symbolic links lack a "trustable executable bit"
  ` [PATCH v2 03/10] mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
  ` [PATCH v2 04/10] t0001: handle `diff --no-index` gracefully
  ` [PATCH v2 05/10] t0301: another fix for Windows compatibility
  ` [PATCH v2 06/10] t0600: fix incomplete prerequisite for a test case

Introduction and early interest - Ayush Jain
 2025-12-05 14:03 UTC  (2+ messages)

[PATCH 0/2] Update clar for improved integer handling
 2025-12-05 12:57 UTC  (3+ messages)
` [PATCH 1/2] t/unit-tests: update clar to 39f11fe
` [PATCH 2/2] t/unit-tests: demonstrate use of integer comparison assertions

[PATCH] packfile: skip decompressing and hashing blobs in add_promisor_object()
 2025-12-05 12:36 UTC  (2+ messages)

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-12-05 12:19 UTC  (10+ messages)
` [PATCH v5 0/7] "
  ` [PATCH v5 2/7] builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
  ` [PATCH v5 3/7] submodule: always validate gitdirs inside submodule_name_to_gitdir
  ` [PATCH v5 4/7] submodule: add extension to encode gitdir paths
  ` [PATCH v5 7/7] meson/Makefile: allow setting submodule encoding at build time

[PATCH 0/4] ban mktemp(3)
 2025-12-05 12:11 UTC  (9+ messages)
` [PATCH 1/4] wrapper: add git_mkdtemp()
` [PATCH 2/4] compat: use git_mkdtemp()
` [PATCH 3/4] compat: remove mingw_mktemp()
` [PATCH 4/4] banned.h: ban mktemp(3)

[PATCH 0/1] replay: add --revert option to reverse commit changes
 2025-12-05 11:33 UTC  (6+ messages)
` [PATCH v2 0/2] replay: add --revert mode "
  ` [PATCH v2 1/2] sequencer: extract revert message formatting into shared function
  ` [PATCH v2 2/2] replay: add --revert mode to reverse commit changes

[PATCH] repo: add -z as an alias for --format=nul to git-repo-structure
 2025-12-05 11:09 UTC  (13+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] repo: remove blank line from Documentation/git-repo.adoc
  ` [PATCH v2 2/3] repo: use [--format=... | -z] instead of [-z] in git-repo-info synopsis
  ` [PATCH v2 3/3] repo: add -z as an alias for --format=nul to git-repo-structure

[PATCH] lockfile: add PID file for debugging stale locks
 2025-12-05 11:03 UTC  (9+ messages)

[Outreachy] Git Internship: Refactor in order to reduce Git's global state
 2025-12-05  9:28 UTC  (5+ messages)

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-12-05  8:49 UTC  (57+ messages)
` [PATCH v6 "
  ` [PATCH v6 03/11] replay: stop using `the_repository`
  ` [PATCH v6 04/11] builtin: add new "history" command
  ` [PATCH v6 05/11] builtin/history: implement "reword" subcommand
  ` [PATCH v6 07/11] add-patch: split out `struct interactive_options`
  ` [PATCH v6 09/11] add-patch: add support for in-memory index patching
  ` [PATCH v6 11/11] builtin/history: implement "split" subcommand
` [PATCH v7 00/12] Introduce git-history(1) command for easy history editing
  ` [PATCH v7 01/12] wt-status: provide function to expose status for trees
  ` [PATCH v7 02/12] replay: extract logic to pick commits
  ` [PATCH v7 03/12] replay: stop using `the_repository`
  ` [PATCH v7 04/12] builtin: add new "history" command
  ` [PATCH v7 05/12] builtin/history: implement "reword" subcommand
  ` [PATCH v7 06/12] add-patch: split out header from "add-interactive.h"
  ` [PATCH v7 07/12] add-patch: split out `struct interactive_options`
  ` [PATCH v7 08/12] add-patch: remove dependency on "add-interactive" subsystem
  ` [PATCH v7 09/12] add-patch: add support for in-memory index patching
  ` [PATCH v7 10/12] add-patch: allow disabling editing of hunks
  ` [PATCH v7 11/12] cache-tree: allow writing in-memory index as tree
  ` [PATCH v7 12/12] builtin/history: implement "split" subcommand

[PATCH 0/3] Some random object database related fixes
 2025-12-05  8:20 UTC  (4+ messages)
` [PATCH 1/3] builtin/repack: fix geometric repacks with promisor remotes
` [PATCH 2/3] builtin/gc: fix condition for whether to write commit graphs
` [PATCH 3/3] odb: properly close sources before freeing them

[PATCH] gitk: fix history window panes position
 2025-12-05  7:22 UTC  (8+ messages)
` AW: "

[GIT PULL] refs/notes/amlog from git/git
 2025-12-04 22:08 UTC  (3+ messages)

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-12-04 14:15 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/10] hook: provide stdin via callback
` [PATCH v4 00/11] Convert remaining hooks to hook.h
  ` [PATCH v4 01/11] run-command: add first helper for pp child states
  ` [PATCH v4 02/11] run-command: add stdin callback for parallelization
  ` [PATCH v4 03/11] hook: provide stdin via callback
  ` [PATCH v4 04/11] hook: convert 'post-rewrite' hook in sequencer.c to hook API
  ` [PATCH v4 05/11] transport: convert pre-push "
  ` [PATCH v4 06/11] reference-transaction: use hook API instead of run-command
  ` [PATCH v4 07/11] hook: allow overriding the ungroup option
  ` [PATCH v4 08/11] run-command: allow capturing of collated output
  ` [PATCH v4 09/11] hooks: allow callers to capture output
  ` [PATCH v4 10/11] receive-pack: convert update hooks to new API
  ` [PATCH v4 11/11] receive-pack: convert receive hooks to hook API

[PATCH] replay: drop commits that become empty
 2025-12-04 14:08 UTC  (5+ messages)

Command line query for teams
 2025-12-04 14:04 UTC  (3+ messages)

[PATCH 0/4] more robust functions for parsing int from buf
 2025-12-04 11:23 UTC  (8+ messages)
` [PATCH 1/4] parse: prefer bool to int for boolean returns
` [PATCH 2/4] parse: add functions for parsing from non-string buffers
  ` my complaints with clar

[Outreachy] Blog: Refactor in order to reduce Git's global state
 2025-12-04 10:08 UTC 

Copieing git repository to another disk is dangerous ! Especially in combination with remotes set to local repositories !
 2025-12-04  9:04 UTC  (3+ messages)

diff: should warn about EOL when --no-index ?
 2025-12-04  8:24 UTC  (4+ messages)

[PATCH] doc: git-pull: fix 'git --rebase abort' typo
 2025-12-04  8:18 UTC  (3+ messages)

[PATCH 0/2] Few fixes for cross-compiling with Meson
 2025-12-04  6:16 UTC  (7+ messages)
` [PATCH 1/2] meson: ignore subprojects/.wraplock
` [PATCH 2/2] meson: only detect ICONV_OMITS_BOM if possible
` [PATCH 3/2] meson: use is_cross_build() where possible

[PATCH 0/4] doc: git-reset: clarify DESCRIPTION section
 2025-12-03 18:15 UTC  (5+ messages)
` [PATCH 2/4] doc: git-reset: clarify intro

[PATCH v2] diff-index: don't queue unchanged filepairs with diff_change()
 2025-12-03 15:06 UTC  (5+ messages)

status shows no changes but stage won't pop
 2025-12-03 14:40 UTC  (3+ messages)

[PATCH] last-modified: support sparse checkouts
 2025-12-03 11:11 UTC  (3+ messages)

[PATCH 0/3] Sanitize sideband channel messages
 2025-12-03  8:04 UTC  (11+ messages)
` [PATCH 1/3] sideband: mask control characters

[ANNOUNCE] Git Rev News edition 129
 2025-12-03  2:17 UTC 

[PATCH v2] doc: git-pull: fix typo in command
 2025-12-02 23:49 UTC  (2+ messages)
` [PATCH v3] doc: fix typo in git-pull.adoc

[PATCH v8 0/3] fetch: fix non-conflicting tags not being committed
 2025-12-02 22:35 UTC  (7+ messages)
` [PATCH v8 2/3] "
` [PATCH v8 3/3] fetch: fix failed batched updates skipping operations

[PATCH 0/2] refs: allow setting the reference directory
 2025-12-02 22:21 UTC  (8+ messages)
` [PATCH 2/2] refs: add GIT_REF_URI to specify reference backend and directory

[PATCH 0/5] Audit and document Scalar config
 2025-12-02 19:22 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] scalar: annotate config file with "set by scalar"
  ` [PATCH v2 2/5] scalar: use index.skipHash=true for performance
  ` [PATCH v2 3/5] scalar: remove stale config values
  ` [PATCH v2 4/5] scalar: alphabetize and simplify config
  ` [PATCH v2 5/5] scalar: document config settings

[PATCH] doc: remove stray text in Git data model
 2025-12-02 18:11 UTC 

[PATCH 0/3] Expand and enhance git-last-modified(1) documentation
 2025-12-02 17:14 UTC  (5+ messages)
` [PATCH 3/3] last-modified: better document how depth in handled

From Giorgis Petrakis for the conference ENCEMA - 8th International Conference on Environment, Chemical Engineering & Materials
 2025-12-02 11:24 UTC 

[PATCH] branch: advice using git-help(1) instead of man(1)
 2025-12-02 15:56 UTC  (4+ messages)
` [PATCH v2] "

From Giorgis Petrakis for the conference ENCEMA - 8th International Conference on Environment, Chemical Engineering & Materials
 2025-12-02 10:50 UTC 

[PATCH v6] doc: add an explanation of Git's data model
 2025-12-02 12:25 UTC  (5+ messages)
` [PATCH v7] "

[PATCH 0/4] Fix doc default hash algorithm in WITH_BREAKING_CHANGES mode
 2025-12-02 11:52 UTC  (8+ messages)
` [PATCH 1/4] docs: update git hash algorithm for breaking changes mode
` [PATCH 2/4] docs: update index-pack "
` [PATCH 3/4] docs: update init "
` [PATCH 4/4] docs: update show-index "

[PATCH] diff: "lisp" userdiff_driver
 2025-12-02 10:27 UTC  (5+ messages)
` [PATCH v2 0/2] userdiff: extend Scheme support to cover other Lisp dialects
  ` [PATCH v2 2/2] merge with Scheme regexp; fix bugs


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