Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v3 3/4] apply.c : Fix type conversation warnings from msvc, Sören Krecker
- [PATCH] bundle: avoid closing file descriptor twice,
Johannes Schindelin via GitGitGadget
- Proposal: "GitPanel" Project Contribution,
dev oft
- [PATCH] reftable: ignore file-in-use errors when unlink(3p) fails on Windows,
Patrick Steinhardt
- Subject: [PATCH] RelNotes/2.49.0: improve a description, M Hickford
- Authtype capability for git-credential-osxkeychain, git-credential-libsecret and git-credential-wincred, M Hickford
- What's cooking in git.git (Jan 2025, #07; Fri, 24),
Junio C Hamano
- Bug report: parallel fetch tries to unlock SSH keys over and over again,
Perez-Lopez Áron Ricardo
- [PATCH] docs: indicate http.sslCertType and sslKeyType,
Andrew Carter via GitGitGadget
- What's cooking in git.git (Jan 2025, #06; Wed, 22),
Junio C Hamano
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Jeff King
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Junio C Hamano
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Jeff King
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Jeff King
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Junio C Hamano
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), D. Ben Knoble
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Junio C Hamano
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Eric Sunshine
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Taylor Blau
- Re: What's cooking in git.git (Jan 2025, #06; Wed, 22), Patrick Steinhardt
- unlink errors under windows in git pack-refs,
Christian Reich
- Git Version Confusion,
Michael Cheel
- [PATCH] refs: fix migration of reflogs respecting "core.logAllRefUpdates",
Patrick Steinhardt
- [RFC PATCH 0/3] refspec: centralize refspec-related logic,
Meet Soni
- git refs migrate does not migrate stash entries,
brian m. carlson
- `git update-ref` fails to set reflog old_oid in 2.48,
Nika Layzell
- git stash pop fails in specific git repository, Martin
- `git add` with unmatching case silently fails on case-insensitive file systems,
Lê Duy Quang
- [Feature Request] Allow batch removal of remotes with 'git remote remove',
Christian Fredrik Johnsen
- [PATCH 1/2] Check for Perl 5.26.0 from Meson build,
Peter Oliver
- [GSoC] Introduction and microproject for GSoC 2025, Lucas Oshiro
- [bug] Using --ignore-space-at-eol with --name-only does not apply the filtering,
Bob Ruiken
- [PATCH v2] t8002: fix ambiguous printf conversion specifications,
Jan Palus
- Bug-Report: Git automerge merges in old content not present on the latest commit of both branches.,
Postolache Andreas
- [PATCH 0/5] Convert AsciiDoc files to .adoc extension,
brian m. carlson
- Git in GSoC 2025,
Kaartic Sivaraam
- Re: Git in GSoC 2025, Christian Couder
- Re: Git in GSoC 2025, Karthik Nayak
- Re: Git in GSoC 2025, shejialuo
Rebase,
Al Grant
Erase a commit from a git repository,
Tim Tassonis
Introduction of GpluginLoader Plugin for Git, Tianxiaoxiao1021
What's cooking in git.git (Jan 2025, #05; Fri, 17),
Junio C Hamano
- Re: What's cooking in git.git (Jan 2025, #05; Fri, 17), Jeff King
- Re: What's cooking in git.git (Jan 2025, #05; Fri, 17), David Aguilar
- Re: What's cooking in git.git (Jan 2025, #05; Fri, 17), Derrick Stolee
- Re: What's cooking in git.git (Jan 2025, #05; Fri, 17), Karthik Nayak
[PATCH 0/3] contrib/subtree: doc fixes and support for Meson,
Patrick Steinhardt
[PATCH] connect: address -Wsign-compare warnings,
Mike Hommey
[PATCH 0/3] refs: small followups to the migration corruption fix,
Karthik Nayak
[BUG] git crashes with a SIGBUS on sparc64 during pull,
Koakuma
[PATCH] grep: document negated line-number, column long options,
D. Ben Knoble via GitGitGadget
[PATCH 0/5] pack-write: cleanup usage of global variables,
Karthik Nayak via B4 Relay
[PATCH 0/4] t/unit-tests: convert unit-tests to use clar,
Seyi Kuforiji
[PATCH 00/10] reftable: fix -Wsign-compare warnings,
Patrick Steinhardt
- [PATCH 01/10] meson: stop disabling -Wsign-compare, Patrick Steinhardt
- [PATCH 02/10] reftable/record: drop unused `print` function pointer, Patrick Steinhardt
- [PATCH 03/10] reftable/record: handle overflows when decoding varints, Patrick Steinhardt
- [PATCH 04/10] reftable/basics: adjust `common_prefix_size()` to return `size_t`, Patrick Steinhardt
- [PATCH 05/10] reftable/basics: adjust `hash_size()` to return `uint32_t`, Patrick Steinhardt
- [PATCH 06/10] reftable/block: adapt header and footer size to return a `size_t`, Patrick Steinhardt
- [PATCH 08/10] reftable/blocksource: adjust type of the block length, Patrick Steinhardt
- [PATCH 07/10] reftable/block: adjust type of the restart length, Patrick Steinhardt
- [PATCH 09/10] reftable/blocksource: adjust `read_block()` to return `ssize_t`, Patrick Steinhardt
- [PATCH 10/10] reftable: address trivial -Wsign-compare warnings, Patrick Steinhardt
- Re: [PATCH 00/10] reftable: fix -Wsign-compare warnings, Karthik Nayak
- [PATCH v2 00/10] reftable: fix -Wsign-compare warnings, Patrick Steinhardt
- [PATCH v2 01/10] meson: stop disabling -Wsign-compare, Patrick Steinhardt
- [PATCH v2 03/10] reftable/record: handle overflows when decoding varints, Patrick Steinhardt
- [PATCH v2 02/10] reftable/record: drop unused `print` function pointer, Patrick Steinhardt
- [PATCH v2 04/10] reftable/basics: adjust `common_prefix_size()` to return `size_t`, Patrick Steinhardt
- [PATCH v2 05/10] reftable/basics: adjust `hash_size()` to return `uint32_t`, Patrick Steinhardt
- [PATCH v2 07/10] reftable/block: adjust type of the restart length, Patrick Steinhardt
- [PATCH v2 08/10] reftable/blocksource: adjust type of the block length, Patrick Steinhardt
- [PATCH v2 06/10] reftable/block: adapt header and footer size to return a `size_t`, Patrick Steinhardt
- [PATCH v2 09/10] reftable/blocksource: adjust `read_block()` to return `ssize_t`, Patrick Steinhardt
- [PATCH v2 10/10] reftable: address trivial -Wsign-compare warnings, Patrick Steinhardt
[PATCH v3 0/6] Send help text from "git cmd -h" to stdout,
Junio C Hamano
Git branch outputs usage message on stderr,
Jonas Konrad
[PATCH] help: add prompt-yes setting for autocorrect,
Chris Howlett via GitGitGadget
large repository clone failure in git for windows,
Ginger Luo 罗江
What's cooking in git.git (Jan 2025, #04; Tue, 14),
Junio C Hamano
[PATCH 0/3] Sanitize sideband channel messages,
Johannes Schindelin via GitGitGadget
[ANNOUNCE] Git for Windows 2.47.1(2) (security release), Johannes Schindelin
[ANNOUNCE] Git v2.48.1 and friends,
Junio C Hamano
[PATCH v3] meson: fix missing deps for technical articles,
Sam James
[PATCH v2] meson: fix perl dependencies for Documentation,
Sam James
Feature Request: Allow `-` as a Shortcut for `@{-1}` in `git diff`,
tao lv
[no subject], Unknown
Should 'git replace' respect GIT_NAMESPACE?,
Josh Bleecher Snyder
'seen' branch identifies as v2.48.0,
Ramsay Jones
[bug] "git bisect old v3.0" takes 21 mins on Linux repo,
Askar Safin
[PATCH] docs: add vim syntax modeline [RFC],
M Hickford via GitGitGadget
[no subject], Unknown
Bug report - Apple git,
André de Castro
Re: Bug report - Apple git, Torsten Bögershausen
Re: Bug report - Apple git, D. Ben Knoble
[PATCH] meson: move config-list from libgit to builtin,
Alex Xu (Hello71)
Bug in 2.48 with `git refs migrate`,
brian m. carlson
[PATCH] meson: ensure correct version-def.h is used,
Toon Claes
[PATCH 0/9] meson: a couple of additions,
Patrick Steinhardt
- [PATCH 1/9] GIT-VERSION-GEN: simplify computing the dirty marker, Patrick Steinhardt
- [PATCH 2/9] GIT-VERSION-GEN: move default version into a separate file, Patrick Steinhardt
- [PATCH 3/9] meson: fix dependencies for generated headers, Patrick Steinhardt
- [PATCH 4/9] meson: wire up development environments, Patrick Steinhardt
- [PATCH 6/9] meson: wire up fuzzers, Patrick Steinhardt
- [PATCH 5/9] meson: wire up generation of distribution archive, Patrick Steinhardt
- [PATCH 7/9] meson: make the CSPRNG backend configurable, Patrick Steinhardt
- [PATCH 8/9] meson: fix compilation with Visual Studio, Patrick Steinhardt
- [PATCH 9/9] ci: wire up Visual Studio build with Meson, Patrick Steinhardt
- [PATCH v2 00/11] meson: a couple of additions, Patrick Steinhardt
- [PATCH v2 01/11] GIT-VERSION-GEN: simplify computing the dirty marker, Patrick Steinhardt
- [PATCH v2 02/11] GIT-VERSION-GEN: allow running without input and output files, Patrick Steinhardt
- [PATCH v2 03/11] meson: populate project version via GIT-VERSION-GEN, Patrick Steinhardt
- [PATCH v2 04/11] meson: fix dependencies for generated headers, Patrick Steinhardt
- [PATCH v2 06/11] meson: wire up generation of distribution archive, Patrick Steinhardt
- [PATCH v2 05/11] meson: wire up development environments, Patrick Steinhardt
- [PATCH v2 07/11] meson: wire up fuzzers, Patrick Steinhardt
- [PATCH v2 08/11] meson: make the CSPRNG backend configurable, Patrick Steinhardt
- [PATCH v2 09/11] meson: fix compilation with Visual Studio, Patrick Steinhardt
- [PATCH v2 10/11] ci: raise error when Meson generates warnings, Patrick Steinhardt
- [PATCH v2 11/11] ci: wire up Visual Studio build with Meson, Patrick Steinhardt
- Re: [PATCH v2 00/11] meson: a couple of additions, Junio C Hamano
- [PATCH v3 00/11] meson: a couple of additions, Patrick Steinhardt
- [PATCH v3 01/11] GIT-VERSION-GEN: simplify computing the dirty marker, Patrick Steinhardt
- [PATCH v3 02/11] GIT-VERSION-GEN: allow running without input and output files, Patrick Steinhardt
- [PATCH v3 03/11] meson: populate project version via GIT-VERSION-GEN, Patrick Steinhardt
- [PATCH v3 04/11] meson: fix dependencies for generated headers, Patrick Steinhardt
- [PATCH v3 06/11] meson: wire up generation of distribution archive, Patrick Steinhardt
- [PATCH v3 05/11] meson: wire up development environments, Patrick Steinhardt
- [PATCH v3 07/11] meson: wire up fuzzers, Patrick Steinhardt
- [PATCH v3 08/11] meson: make the CSPRNG backend configurable, Patrick Steinhardt
- [PATCH v3 09/11] meson: fix compilation with Visual Studio, Patrick Steinhardt
- [PATCH v3 11/11] ci: wire up Visual Studio build with Meson, Patrick Steinhardt
- [PATCH v3 10/11] ci: raise error when Meson generates warnings, Patrick Steinhardt
- Re: [PATCH v3 00/11] meson: a couple of additions, Junio C Hamano
[PATCH v2] Revert "doc: move git-cherry to plumbing",
kristofferhaugsbakk
[PATCH] t8002-blame: simplify padding generation in blank boundary tests,
Jan Palus
fatal: Not a valid object name HEAD,
Christian Hesse
[Question] etc/gitconfig and .gitconfig missing errors,
rsbecker
Changing transfer.credentialsInUrl to default to "warn",
M Hickford
[PATCH] meson: fix perl dependencies for Documentation,
Sam James
transfer.credentialsInUrl should warn about personal access tokens in user field #leftoverbits,
M Hickford
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]