`git diff --max-depth` results in fatal error when comparing a merge commit with its parents
2025-11-30 2:30 UTC
[PATCH v2 0/2] Update documentation/discoverability around `scalar`
2025-11-29 23:09 UTC (6+ messages)
` [PATCH v2 1/2] scalar: add comments when setting config
` [PATCH v2 2/2] config: document `gui.GCWarning`
`--max-depth` produces no output when <path> is '.' or ends with slash
2025-11-29 22:45 UTC
[PATCH 00/10] Convert remaining hooks to hook.h
2025-11-29 22:21 UTC (11+ messages)
` [PATCH v3 "
` [PATCH v3 01/10] run-command: add stdin callback for parallelization
` [PATCH v3 02/10] hook: provide stdin via callback
` [PATCH v3 04/10] transport: convert pre-push to hook API
[PATCH] ci(dockerized): do show the result of failing tests again
2025-11-29 18:31 UTC (6+ messages)
[PATCH 00/10] Prepare Git's test suite for symbolic link support on Windows
2025-11-29 18:28 UTC (11+ messages)
` [PATCH 01/10] t9700: accommodate for Windows paths
` [PATCH 02/10] apply: symbolic links lack a "trustable executable bit"
` [PATCH 03/10] mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
` [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 08/10] t1305: skip symlink tests that do not apply to Windows
` [PATCH 09/10] t6423: introduce Windows-specific handling for symlinking to /dev/null
` [PATCH 10/10] t7800: work around the MSYS path conversion on Windows
[PATCH 0/2] Update documentation/discoverability around `scalar`
2025-11-29 18:03 UTC (4+ messages)
` [PATCH 1/2] scalar: add comments when setting config
` [PATCH 2/2] config: document `gui.GCWarning`
[PATCH] Documentation/git-replay.adoc: fix errors around revision range
2025-11-29 14:59 UTC (2+ messages)
[PATCH] last-modified: support sparse checkouts
2025-11-29 13:43 UTC
SIGSEGV when running git fetch
2025-11-29 11:16 UTC (6+ messages)
[PATCH] last-modified: fix bug caused by inproper initialized memory
2025-11-29 10:50 UTC (7+ messages)
[PATCH 0/1] replay: add --revert option to reverse commit changes
2025-11-29 5:59 UTC (35+ messages)
` [PATCH 1/1] "
[bug] git check-ignore returns the wrong exit code with -v when only a negative pattern matches
2025-11-29 5:02 UTC (4+ messages)
What's cooking in git.git (Nov 2025, #09; Fri, 28)
2025-11-29 4:09 UTC
[PATCH] branch: advice using git-help(1) instead of man(1)
2025-11-29 1:56 UTC (3+ messages)
[PATCH 0/3] Expand and enhance git-last-modified(1) documentation
2025-11-28 18:51 UTC (11+ messages)
` [PATCH 1/3] last-modified: handle and document NUL termination
` [PATCH 2/3] last-modified: document option --max-depth
` [PATCH 3/3] last-modified: better document how depth in handled
[PATCH v3] last-modified: implement faster algorithm
2025-11-28 17:35 UTC (8+ messages)
` [PATCH v4] "
` t8020-last-modified.sh failure on s390x (Re: [PATCH v4] last-modified: implement faster algorithm)
[PATCH] docs(git-pull.adoc): fix man page typo
2025-11-28 16:43 UTC (4+ messages)
` [PATCH v2] doc: git-pull: fix typo in command
[PATCH] replay: drop commits that become empty
2025-11-28 8:06 UTC (3+ messages)
[PATCH v2 2/2] refs: add GIT_REF_URI to specify reference backend and directory
2025-11-28 5:21 UTC
Possible German translation bug
2025-11-28 5:14 UTC (2+ messages)
[PATCH 0/2] zsh testsuite fixes
2025-11-28 1:21 UTC (3+ messages)
` [PATCH 1/2] t0614: use numerical comparison with test_line_count
` [PATCH 2/2] t5564: fix test hang under zsh's sh mode
How to localize "git push"?
2025-11-27 23:05 UTC (2+ messages)
[PATCH] Add completion for short options
2025-11-27 21:59 UTC (6+ messages)
` [PATCH v2] completion: complete "git -<TAB>" with "
[PATCH 0/2] refs: allow setting the reference directory
2025-11-27 21:45 UTC (14+ messages)
` [PATCH 2/2] refs: add GIT_REF_URI to specify reference backend and directory
` [PATCH v2 0/2] refs: allow setting the reference directory
` [PATCH v2 1/2] refs: support obtaining ref_store for given dir
` [PATCH v2 2/2] refs: add GIT_REF_URI to specify reference backend and directory
[PATCH] diff: "lisp" userdiff_driver
2025-11-27 16:09 UTC (11+ messages)
` [PATCH v2 0/2] userdiff: extend Scheme support to cover other Lisp dialects
` [PATCH v2 1/2] diff: "lisp" userdiff_driver
` [PATCH v2 2/2] merge with Scheme regexp; fix bugs
git submodule of reference with no branch
2025-11-27 12:40 UTC (2+ messages)
[PATCH] doc: warn against --committer-date-is-author-date
2025-11-27 6:30 UTC (4+ messages)
` [PATCH v2] "
[PATCH] xdiff: optimize patience diff's LCS search
2025-11-27 2:16 UTC (4+ messages)
` [PATCH v2] "
[PATCH 00/13] RFC: Convert to Cargo workspace
2025-11-27 1:10 UTC (14+ messages)
` [PATCH 01/13] make: undo Patrick's changes concerning Rust
` [PATCH 02/13] meson: "
` [PATCH 03/13] cargo: convert from a crate to a workspace
` [PATCH 04/13] build: build Rust with Makefile and Meson
` [PATCH 05/13] .gitignore: ignore /generated/
` [PATCH 06/13] cargo: create crate generate-headers
` [PATCH 07/13] cargo: create crate link-with-c
` [PATCH 08/13] rust/gitcore: link with c
` [PATCH 09/13] varint.h: unsigned char -> uint8_t
` [PATCH 10/13] make: delete files in generated/
` [PATCH 11/13] github-workflows: unify with rust parameters in make and meson
` [PATCH 12/13] github workflows: install Rust
` [PATCH 13/13] rust/build-rust.sh: update dir_git_root variable instantiation
[PATCH 0/5] Audit and document Scalar config
2025-11-27 0:09 UTC (10+ messages)
` [PATCH 1/5] scalar: annotate config file with "set by scalar"
` [PATCH 2/5] scalar: use index.skipHash=true for performance
` [PATCH 3/5] scalar: remove stale config values
` [PATCH 4/5] scalar: alphabetize and simplify config
` [PATCH 5/5] scalar: document config settings
[BUG] Test Failure 2.52.0, t8020.16,19
2025-11-26 19:18 UTC (6+ messages)
[PATCH] replay: do not copy "gpgsign-sha256" header
2025-11-26 17:36 UTC (3+ messages)
[GIT PULL] gitk: restore window position, external diff of renamed files
2025-11-26 17:35 UTC (2+ messages)
[PATCH v2 0/9] asan bonanza
2025-11-26 17:22 UTC (8+ messages)
` [PATCH v2 4/9] cache-tree: avoid strtol() on non-string buffer
[BUG] `git clone '-c KEY=VALUE'` no longer works
2025-11-26 17:08 UTC (11+ messages)
What's cooking in git.git (Nov 2025, #08; Tue, 25)
2025-11-26 17:04 UTC (4+ messages)
`git config get --type=path` results in segmentation fault on value starting with `:(optional)`
2025-11-26 15:13 UTC (6+ messages)
[PATCH 0/3] http: add support for HTTP 429 rate limit retries
2025-11-26 12:30 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] remote-curl: fix memory leak in show_http_message()
` [PATCH 3/3] http: add trace2 logging for retry operations
[PATCH] make strip: include `scalar`
2025-11-25 22:54 UTC (4+ messages)
[PATCH 0/2] meson-windows-test ci output fixes
2025-11-25 17:39 UTC (3+ messages)
` [PATCH 2/2] ci(windows-meson-test): handle options and output like other test jobs
What's cooking in git.git (Nov 2025, #07; Sun, 23)
2025-11-25 17:19 UTC (5+ messages)
[PATCH] submodule add: sanity check existing .gitmodules
2025-11-25 14:33 UTC (3+ messages)
Filter smudge for secret restoration: no disk access?
2025-11-25 8:55 UTC (5+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).