Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 0/9] fetch: further ref-prefix cleanups and optimizations, (continued)
- [BUG] PREFIX environment variable ignored by git config --system,
rsbecker
- [PATCH 0/2] Plug two memory leaks exposed via Meson,
Patrick Steinhardt
- Feature idea: Git hook for pre-checkout,
Mike Weltevrede
- [RFC PATCH resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects,
Tomáš Trnka
- [PATCH 00/11] meson: cleanups, improvements, smallish fixes,
Patrick Steinhardt
- [PATCH 01/11] meson: fix exec path with enabled runtime prefix, Patrick Steinhardt
- [PATCH 02/11] meson: inline the static 'git' library, Patrick Steinhardt
- [PATCH 04/11] meson: stop linking libcurl into all executables, Patrick Steinhardt
- [PATCH 03/11] meson: simplify use of the common-main library, Patrick Steinhardt
- [PATCH 07/11] meson: deduplicate the list of required programs, Patrick Steinhardt
- [PATCH 06/11] meson: drop separate version library, Patrick Steinhardt
- [PATCH 08/11] meson: simplify setup of PATH environment variable, Patrick Steinhardt
- [PATCH 05/11] meson: introduce `libgit_curl` dependency, Patrick Steinhardt
- [PATCH 09/11] meson: prevent finding sed(1) in a loop, Patrick Steinhardt
- [PATCH 10/11] meson: fix overwritten `git` variable, Patrick Steinhardt
- [PATCH 11/11] meson: consistently use custom program paths to resolve programs, Patrick Steinhardt
- [PATCH v2 00/13] meson: cleanups, improvements, smallish fixes, Patrick Steinhardt
- [PATCH v2 02/13] meson: fix OpenSSL fallback when not explicitly required, Patrick Steinhardt
- [PATCH v2 03/13] meson: inline the static 'git' library, Patrick Steinhardt
- [PATCH v2 04/13] meson: simplify use of the common-main library, Patrick Steinhardt
- [PATCH v2 01/13] meson: fix exec path with enabled runtime prefix, Patrick Steinhardt
- [PATCH v2 05/13] meson: introduce `libgit_curl` dependency, Patrick Steinhardt
- [PATCH v2 06/13] meson: stop linking libcurl into all executables, Patrick Steinhardt
- [PATCH v2 07/13] meson: drop separate version library, Patrick Steinhardt
- [PATCH v2 09/13] meson: improve handling of `sane_tool_path` option, Patrick Steinhardt
- [PATCH v2 08/13] meson: improve PATH handling, Patrick Steinhardt
- [PATCH v2 10/13] meson: prevent finding sed(1) in a loop, Patrick Steinhardt
- [PATCH v2 11/13] meson: fix overwritten `git` variable, Patrick Steinhardt
- [PATCH v2 12/13] meson: consistently use custom program paths to resolve programs, Patrick Steinhardt
- [PATCH v2 13/13] gitlab-ci: restrict maximum number of link jobs on Windows, Patrick Steinhardt
- Re: [PATCH v2 00/13] meson: cleanups, improvements, smallish fixes, Justin Tobler
- [PATCH v3 00/13] meson: cleanups, improvements, smallish fixes, Patrick Steinhardt
- [PATCH v3 01/13] meson: fix exec path with enabled runtime prefix, Patrick Steinhardt
- [PATCH v3 03/13] meson: inline the static 'git' library, Patrick Steinhardt
- [PATCH v3 05/13] meson: introduce `libgit_curl` dependency, Patrick Steinhardt
- [PATCH v3 02/13] meson: fix OpenSSL fallback when not explicitly required, Patrick Steinhardt
- [PATCH v3 04/13] meson: simplify use of the common-main library, Patrick Steinhardt
- [PATCH v3 06/13] meson: stop linking libcurl into all executables, Patrick Steinhardt
- [PATCH v3 07/13] meson: drop separate version library, Patrick Steinhardt
- [PATCH v3 09/13] meson: improve handling of `sane_tool_path` option, Patrick Steinhardt
- [PATCH v3 08/13] meson: improve PATH handling, Patrick Steinhardt
- [PATCH v3 10/13] meson: prevent finding sed(1) in a loop, Patrick Steinhardt
- [PATCH v3 13/13] gitlab-ci: restrict maximum number of link jobs on Windows, Patrick Steinhardt
- [PATCH v3 12/13] meson: consistently use custom program paths to resolve programs, Patrick Steinhardt
- [PATCH v3 11/13] meson: fix overwritten `git` variable, Patrick Steinhardt
- git diff -G: Regex pattern to exclude a word,
Raghavendra N
- What's cooking in git.git (Jan 2025, #08; Tue, 28),
Junio C Hamano
- [PATCH 00/19] reftable: stop using "git-compat-util.h",
Patrick Steinhardt
- [PATCH 02/19] reftable/stack: stop using `write_in_full()`, Patrick Steinhardt
- [PATCH 03/19] reftable/blocksource: stop using `xmmap()`, Patrick Steinhardt
- [PATCH 01/19] reftable/stack: stop using `read_in_full()`, Patrick Steinhardt
- [PATCH 04/19] reftable/record: stop using `COPY_ARRAY()`, Patrick Steinhardt
- [PATCH 05/19] reftable/record: stop using `BUG()` in `reftable_record_init()`, Patrick Steinhardt
- [PATCH 06/19] reftable/record: don't `BUG()` in `reftable_record_cmp()`, Patrick Steinhardt
- [PATCH 07/19] reftable: stop using `BUG()` in trivial cases, Patrick Steinhardt
- [PATCH 08/19] reftable/basics: stop using `st_mult()` in array allocators, Patrick Steinhardt
- [PATCH 09/19] reftable/basics: provide wrappers for big endian conversion, Patrick Steinhardt
- [PATCH 10/19] reftable/reader: stop using `ARRAY_SIZE()` macro, Patrick Steinhardt
- [PATCH 11/19] reftable/system: introduce `reftable_rand()`, Patrick Steinhardt
- [PATCH 12/19] reftable/stack: stop using `sleep_millisec()`, Patrick Steinhardt
- [PATCH 13/19] reftable/basics: stop using `SWAP()` macro, Patrick Steinhardt
- [PATCH 14/19] reftable/basics: stop using `UNUSED` annotation, Patrick Steinhardt
- [PATCH 15/19] compat/mingw: split out POSIX-related bits, Patrick Steinhardt
- [PATCH 16/19] compat/msvc: split out POSIX-related bits, Patrick Steinhardt
- [PATCH 18/19] reftable: decouple from Git codebase by pulling in "compat/posix.h", Patrick Steinhardt
- [PATCH 17/19] git-compat-util.h: split out POSIX-emulating bits, Patrick Steinhardt
- [PATCH 19/19] Makefile: skip reftable library for Coccinelle, Patrick Steinhardt
- Re: [PATCH 00/19] reftable: stop using "git-compat-util.h", Junio C Hamano
- [PATCH v2 00/20] reftable: stop using "git-compat-util.h", Patrick Steinhardt
- [PATCH v2 01/20] reftable/stack: stop using `read_in_full()`, Patrick Steinhardt
- [PATCH v2 02/20] reftable/stack: stop using `write_in_full()`, Patrick Steinhardt
- [PATCH v2 04/20] reftable/record: stop using `COPY_ARRAY()`, Patrick Steinhardt
- [PATCH v2 03/20] reftable/blocksource: stop using `xmmap()`, Patrick Steinhardt
- [PATCH v2 05/20] reftable/record: stop using `BUG()` in `reftable_record_init()`, Patrick Steinhardt
- [PATCH v2 06/20] reftable/record: don't `BUG()` in `reftable_record_cmp()`, Patrick Steinhardt
- [PATCH v2 08/20] reftable/basics: stop using `st_mult()` in array allocators, Patrick Steinhardt
- [PATCH v2 07/20] reftable: stop using `BUG()` in trivial cases, Patrick Steinhardt
- [PATCH v2 09/20] reftable/basics: provide wrappers for big endian conversion, Patrick Steinhardt
- [PATCH v2 10/20] reftable/reader: stop using `ARRAY_SIZE()` macro, Patrick Steinhardt
- [PATCH v2 11/20] reftable/system: introduce `reftable_rand()`, Patrick Steinhardt
- [PATCH v2 12/20] reftable/stack: stop using `sleep_millisec()`, Patrick Steinhardt
- [PATCH v2 13/20] reftable/basics: stop using `SWAP()` macro, Patrick Steinhardt
- [PATCH v2 14/20] reftable/basics: stop using `UNUSED` annotation, Patrick Steinhardt
- [PATCH v2 15/20] compat: consistently resolve headers via project root, Patrick Steinhardt
- [PATCH v2 16/20] compat/mingw: split out POSIX-related bits, Patrick Steinhardt
- [PATCH v2 17/20] compat/msvc: split out POSIX-related bits, Patrick Steinhardt
- [PATCH v2 19/20] reftable: decouple from Git codebase by pulling in "compat/posix.h", Patrick Steinhardt
- [PATCH v2 18/20] git-compat-util.h: split out POSIX-emulating bits, Patrick Steinhardt
- [PATCH v2 20/20] Makefile: skip reftable library for Coccinelle, Patrick Steinhardt
- Re: [PATCH v2 00/20] reftable: stop using "git-compat-util.h", Junio C Hamano
- [PATCH v3 00/18] reftable: stop using "git-compat-util.h", Patrick Steinhardt
- [PATCH v3 01/18] reftable/stack: stop using `read_in_full()`, Patrick Steinhardt
- [PATCH v3 02/18] reftable/stack: stop using `write_in_full()`, Patrick Steinhardt
- [PATCH v3 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`, Patrick Steinhardt
- [PATCH v3 03/18] reftable/blocksource: stop using `xmmap()`, Patrick Steinhardt
- [PATCH v3 04/18] reftable/record: stop using `COPY_ARRAY()`, Patrick Steinhardt
- [PATCH v3 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`, Patrick Steinhardt
- [PATCH v3 07/18] reftable: stop using `BUG()` in trivial cases, Patrick Steinhardt
- [PATCH v3 08/18] reftable/basics: stop using `st_mult()` in array allocators, Patrick Steinhardt
- [PATCH v3 09/18] reftable/basics: provide wrappers for big endian conversion, Patrick Steinhardt
- [PATCH v3 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro, Patrick Steinhardt
- [PATCH v3 11/18] reftable/system: introduce `reftable_rand()`, Patrick Steinhardt
- [PATCH v3 12/18] reftable/stack: stop using `sleep_millisec()`, Patrick Steinhardt
- [PATCH v3 13/18] reftable/basics: stop using `SWAP()` macro, Patrick Steinhardt
- [PATCH v3 14/18] reftable/basics: stop using `UNUSED` annotation, Patrick Steinhardt
- [PATCH v3 15/18] compat/mingw: split out POSIX-related bits, Patrick Steinhardt
- [PATCH v3 16/18] git-compat-util.h: split out POSIX-emulating bits, Patrick Steinhardt
- [PATCH v3 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h", Patrick Steinhardt
- [PATCH v3 18/18] Makefile: skip reftable library for Coccinelle, Patrick Steinhardt
- Re: [PATCH v3 00/18] reftable: stop using "git-compat-util.h", Justin Tobler
- [PATCH v4 00/18] reftable: stop using "git-compat-util.h", Patrick Steinhardt
- [PATCH v4 01/18] reftable/stack: stop using `read_in_full()`, Patrick Steinhardt
- [PATCH v4 02/18] reftable/stack: stop using `write_in_full()`, Patrick Steinhardt
- [PATCH v4 03/18] reftable/blocksource: stop using `xmmap()`, Patrick Steinhardt
- [PATCH v4 04/18] reftable/record: stop using `COPY_ARRAY()`, Patrick Steinhardt
- [PATCH v4 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`, Patrick Steinhardt
- [PATCH v4 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`, Patrick Steinhardt
- [PATCH v4 07/18] reftable: stop using `BUG()` in trivial cases, Patrick Steinhardt
- [PATCH v4 08/18] reftable/basics: stop using `st_mult()` in array allocators, Patrick Steinhardt
- [PATCH v4 09/18] reftable/basics: provide wrappers for big endian conversion, Patrick Steinhardt
- [PATCH v4 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro, Patrick Steinhardt
- [PATCH v4 11/18] reftable/system: introduce `reftable_rand()`, Patrick Steinhardt
- [PATCH v4 12/18] reftable/stack: stop using `sleep_millisec()`, Patrick Steinhardt
- [PATCH v4 13/18] reftable/basics: stop using `SWAP()` macro, Patrick Steinhardt
- [PATCH v4 14/18] reftable/basics: stop using `UNUSED` annotation, Patrick Steinhardt
- [PATCH v4 15/18] compat/mingw: split out POSIX-related bits, Patrick Steinhardt
- [PATCH v4 16/18] git-compat-util.h: split out POSIX-emulating bits, Patrick Steinhardt
- [PATCH v4 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h", Patrick Steinhardt
- [PATCH v4 18/18] Makefile: skip reftable library for Coccinelle, Patrick Steinhardt
- [PATCH v5 00/18] reftable: stop using "git-compat-util.h", Patrick Steinhardt
- [PATCH v5 01/18] reftable/stack: stop using `read_in_full()`, Patrick Steinhardt
- [PATCH v5 02/18] reftable/stack: stop using `write_in_full()`, Patrick Steinhardt
- [PATCH v5 03/18] reftable/blocksource: stop using `xmmap()`, Patrick Steinhardt
- [PATCH v5 04/18] reftable/record: stop using `COPY_ARRAY()`, Patrick Steinhardt
- [PATCH v5 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`, Patrick Steinhardt
- [PATCH v5 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`, Patrick Steinhardt
- [PATCH v5 08/18] reftable/basics: stop using `st_mult()` in array allocators, Patrick Steinhardt
- [PATCH v5 09/18] reftable/basics: provide wrappers for big endian conversion, Patrick Steinhardt
- [PATCH v5 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro, Patrick Steinhardt
- [PATCH v5 11/18] reftable/system: introduce `reftable_rand()`, Patrick Steinhardt
- [PATCH v5 07/18] reftable: stop using `BUG()` in trivial cases, Patrick Steinhardt
- [PATCH v5 13/18] reftable/basics: stop using `SWAP()` macro, Patrick Steinhardt
- [PATCH v5 12/18] reftable/stack: stop using `sleep_millisec()`, Patrick Steinhardt
- [PATCH v5 14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation, Patrick Steinhardt
- [PATCH v5 15/18] compat/mingw: split out POSIX-related bits, Patrick Steinhardt
- [PATCH v5 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h", Patrick Steinhardt
- [PATCH v5 16/18] git-compat-util.h: split out POSIX-emulating bits, Patrick Steinhardt
- [PATCH v5 18/18] Makefile: skip reftable library for Coccinelle, Patrick Steinhardt
- [PATCH v6 00/18] reftable: stop using "git-compat-util.h", Patrick Steinhardt
- [PATCH v6 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`, Patrick Steinhardt
- [PATCH v6 09/18] reftable/basics: provide wrappers for big endian conversion, Patrick Steinhardt
- [PATCH v6 02/18] reftable/stack: stop using `write_in_full()`, Patrick Steinhardt
- [PATCH v6 03/18] reftable/blocksource: stop using `xmmap()`, Patrick Steinhardt
- [PATCH v6 04/18] reftable/record: stop using `COPY_ARRAY()`, Patrick Steinhardt
- [PATCH v6 07/18] reftable: stop using `BUG()` in trivial cases, Patrick Steinhardt
- [PATCH v6 12/18] reftable/stack: stop using `sleep_millisec()`, Patrick Steinhardt
- [PATCH v6 11/18] reftable/system: introduce `reftable_rand()`, Patrick Steinhardt
- [PATCH v6 14/18] reftable/basics: introduce `REFTABLE_UNUSED` annotation, Patrick Steinhardt
- [PATCH v6 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h", Patrick Steinhardt
- [PATCH v6 18/18] Makefile: skip reftable library for Coccinelle, Patrick Steinhardt
- [PATCH v6 01/18] reftable/stack: stop using `read_in_full()`, Patrick Steinhardt
- [PATCH v6 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro, Patrick Steinhardt
- [PATCH v6 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`, Patrick Steinhardt
- [PATCH v6 08/18] reftable/basics: stop using `st_mult()` in array allocators, Patrick Steinhardt
- [PATCH v6 13/18] reftable/basics: stop using `SWAP()` macro, Patrick Steinhardt
- [PATCH v6 15/18] compat/mingw: split out POSIX-related bits, Patrick Steinhardt
- [PATCH v6 16/18] git-compat-util.h: split out POSIX-emulating bits, Patrick Steinhardt
- Re: [PATCH v6 00/18] reftable: stop using "git-compat-util.h", Junio C Hamano
- [PATCH v2 0/3] refspec: centralize refspec-related logic,
Meet Soni
- [PATCH v4] refs/reftable: fix uninitialized memory access of `max_index`,
Patrick Steinhardt
- Plz stop, anandhukrishna
- "dubious owner" check not performed on linked worktrees, Antonio Russo
- [PATCH v3 0/4] Fix type conversion Warings from msvc,
Sören Krecker
- [PATCH v3 4/4] commit.c: Fix type conversation warnings from msvc,
Sören Krecker
- [PATCH v3 2/4] date.c: Fix type conversation warnings from msvc,
Sören Krecker
- [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
- Re: Git in GSoC 2025, Kaartic Sivaraam
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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]