Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
[no subject], Unknown
Failing to apply patch generated with BSD (MacOS) diff -- multiple No newline at end of file, Farid Zakaria
[Feature Request] Negated non-wildcard patterns in excluded directories in `.gitignore`, Joschua Kesper
What's cooking in git.git (Mar 2025, #01; Tue, 4),
Junio C Hamano
[ANNOUNCE] Git v2.49.0-rc1,
Junio C Hamano
Suggestion: Enhance git init with Language-Specific Templates,
Tech Kenya
[PATCH 0/2] t/unit-tests: convert unit-tests to use clar,
Seyi Kuforiji
[GSoC] Introduction and dev environment setup help,
Hisham Hasan
[no subject], Unknown
[GSoC][RFC PATCH 0/6] Add --subject-extra-prefix flag to format-patch,
Lucas Seiki Oshiro
[PATCH 00/34] misc *.txt -> *.adoc fixes,
Todd Zullinger
- [PATCH 01/34] t0450: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 02/34] .gitattributes: more *.txt -> *.adoc updates, Todd Zullinger
- [PATCH 03/34] doc: remove unneeded .gitattributes, Todd Zullinger
- [PATCH 04/34] Makefile: update reference to technical/racy-git.adoc, Todd Zullinger
- [PATCH 05/34] README: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 06/34] CodingGuidelines: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 07/34] MyFirstContribution: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 08/34] MyFirstObjectWalk: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 09/34] howto/new-command: update reference to builtin docs, Todd Zullinger
- [PATCH 10/34] technical/partial-clone: update reference to rev-list-options.adoc, Todd Zullinger
- [PATCH 11/34] doc: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 12/34] advice.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 13/34] apply.c: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 14/34] builtin.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 15/34] config.c: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 16/34] contrib/long-running-filter: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 17/34] diff.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 18/34] diffcore.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 19/34] fsck.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 20/34] list-objects-filter-options.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 21/34] object-name.c: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 22/34] parse-options.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 23/34] pseudo-merge.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 24/34] refs.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 25/34] setup.c: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 26/34] simple-ipc.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 27/34] t/helper/test-rot13-filter.c: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 28/34] t6012: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 29/34] t6434: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 30/34] trace2.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 31/34] trace2/tr2_sysenv.c: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 32/34] transport.h: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 33/34] unpack-trees.c: *.txt -> *.adoc fixes, Todd Zullinger
- [PATCH 34/34] xdiff: *.txt -> *.adoc fixes, Todd Zullinger
- Re: [PATCH 00/34] misc *.txt -> *.adoc fixes, brian m. carlson
meson build: datadir missing?,
Steffen Nurpmeso
[PATCH] docs: fix repository-layout when building with breaking changes,
Phillip Wood via GitGitGadget
[no subject], Unknown
[no subject], Unknown
[Windows] Severe problems after upgrading to 2.48.1.windows.1, Hohwiller, Jörg
[PATCH] [GSOC][PATCH] Modernize Test Path Checking in Git’s Test Suite,
Prachit Ingle
[PATCH] meson: distinguish build and target host binaries,
Patrick Steinhardt
[PATCH 00/12] Stop depending on `the_repository` in object-related subsystems,
Patrick Steinhardt
- [PATCH 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`, Patrick Steinhardt
- [PATCH 04/12] environment: move access to "core.bigFileThreshold" into repo settings, Patrick Steinhardt
- [PATCH 06/12] pack-revindex: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH 02/12] object: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH 07/12] pack-bitmap-write: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH 08/12] object-file-convert: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH 01/12] csum-file: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH 11/12] hash: fix "-Wsign-compare" warnings, Patrick Steinhardt
- [PATCH 05/12] pack-check: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH 09/12] delta-islands: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH 10/12] object-file: split out logic regarding hash algorithms, Patrick Steinhardt
- [PATCH 12/12] hash: stop depending on `the_repository` in `null_oid()`, Patrick Steinhardt
- Re: [PATCH 00/12] Stop depending on `the_repository` in object-related subsystems, Karthik Nayak
- [PATCH v2 00/12] Stop depending on `the_repository` in object-related subsystems, Patrick Steinhardt
- [PATCH v2 01/12] csum-file: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v2 02/12] object: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v2 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`, Patrick Steinhardt
- [PATCH v2 04/12] environment: move access to "core.bigFileThreshold" into repo settings, Patrick Steinhardt
- [PATCH v2 05/12] pack-check: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v2 06/12] pack-revindex: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v2 08/12] object-file-convert: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v2 07/12] pack-bitmap-write: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v2 09/12] delta-islands: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v2 11/12] hash: fix "-Wsign-compare" warnings, Patrick Steinhardt
- [PATCH v2 10/12] object-file: split out logic regarding hash algorithms, Patrick Steinhardt
- [PATCH v2 12/12] hash: stop depending on `the_repository` in `null_oid()`, Patrick Steinhardt
- Re: [PATCH v2 00/12] Stop depending on `the_repository` in object-related subsystems, Karthik Nayak
[PATCH v3 00/12] Stop depending on `the_repository` in object-related subsystems, Patrick Steinhardt
- [PATCH v3 02/12] object: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v3 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`, Patrick Steinhardt
- [PATCH v3 01/12] csum-file: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v3 05/12] pack-check: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v3 07/12] pack-bitmap-write: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v3 06/12] pack-revindex: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v3 04/12] environment: move access to "core.bigFileThreshold" into repo settings, Patrick Steinhardt
- [PATCH v3 08/12] object-file-convert: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v3 09/12] delta-islands: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v3 11/12] hash: fix "-Wsign-compare" warnings, Patrick Steinhardt
- [PATCH v3 10/12] object-file: split out logic regarding hash algorithms, Patrick Steinhardt
- [PATCH v3 12/12] hash: stop depending on `the_repository` in `null_oid()`, Patrick Steinhardt
- Re: [PATCH v3 00/12] Stop depending on `the_repository` in object-related subsystems, Elijah Newren
[PATCH v4 00/12] Stop depending on `the_repository` in object-related subsystems, Patrick Steinhardt
- [PATCH v4 01/12] csum-file: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v4 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`, Patrick Steinhardt
- [PATCH v4 02/12] object: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v4 04/12] environment: move access to "core.bigFileThreshold" into repo settings, Patrick Steinhardt
- [PATCH v4 06/12] pack-revindex: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v4 05/12] pack-check: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v4 07/12] pack-bitmap-write: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v4 08/12] object-file-convert: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v4 09/12] delta-islands: stop depending on `the_repository`, Patrick Steinhardt
- [PATCH v4 10/12] object-file: split out logic regarding hash algorithms, Patrick Steinhardt
- [PATCH v4 11/12] hash: fix "-Wsign-compare" warnings, Patrick Steinhardt
- [PATCH v4 12/12] hash: stop depending on `the_repository` in `null_oid()`, Patrick Steinhardt
- Re: [PATCH v4 00/12] Stop depending on `the_repository` in object-related subsystems, Elijah Newren
PKCS#11 authentication fails due to escaped URI, Henry Reed
[PATCH] editorconfig: add .bash extension,
David Mandelberg
H, jiraeie
[PATCH] meson: fix building technical and howto docs,
Phillip Wood via GitGitGadget
[ANNOUNCE] Git Rev News edition 120, Christian Couder
[GSoC][Patch] Does it have developer documentation?,
li li
[PATCH 0/3] completion: fix bugs with slashes in remote names,
David Mandelberg via GitGitGadget
[GSoC] Add more builtin patterns for userdiff: Add builtin patterns for Verilog, li li
1, li li
git-p4 enhancements and fixes, Nikolay Shustov
[PATCH 0/7] Add Format Specifier for Blame,
Aleks Todorov
[PATCH] add --must-filter option for fetch and clone, John Giorshev via GitGitGadget
[GSOC][PATCH 0/1] t1403: prefer test_path_exists helper function,
Mahendra Dani
[Feature Request] Enhancing Git with Inline Code Commenting Features for Improved Code Annotation,
ZheNing Hu
Subject: Null pointer dereference vulnerability in commit.c,
H Z
Subject: Null pointer dereference vulnerability in src/read-cache.h,
H Z
Subject: Memory Leak vulnerability in reftable/readwrite_test.c,
H Z
What's cooking in git.git (Feb 2025, #09; Fri, 28),
Junio C Hamano
git-mentoring Google group replacement?,
Emily Shaffer
GIT-BUILD-OPTIONS can override manual invocations,
Taylor Blau
t/t5620-backfill failure on s390x, Todd Zullinger
Small/Large business Funding, Iyke Nicolas
Draft of Git Rev News edition 1ZO,
Christian Couder
misc. gitweb patches (directories first, …), Thorsten Glaser
gitweb encoding issues (partial patch), Thorsten Glaser
gitweb.js build mistake,
Thorsten Glaser
[PATCH 0/3] doc: txt -> adoc fixes,
Todd Zullinger
[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs,
Taylor Blau
[RFC PATCH] config: teach `repo_config()` to allow `repo` to be NULL,
Usman Akinyemi
gripe: bash completion broken for 'diff' from outside working tree, Junio C Hamano
[PATCH 0/2] Hot fixes from Git for Windows v2.49.0-rc0,
Johannes Schindelin via GitGitGadget
[PATCH] gitlab-ci: fix "msvc-meson" test job succeeding despite test failures, Patrick Steinhardt
[PATCH] upload-pack: no longer use hidden-refs as exclude_patterns,
SURA via GitGitGadget
git-am doesn't compute intermediate hashes when patch applies cleanly, Nikita Leshenko
The transfer.hideRefs of the upload-pack process does not work properly,
SURA
[L10N] Kickoff for Git 2.49.0, Jiang Xin
[GSoC][PATCH v4] merge-strategies.adoc: detail submodule merge,
Lucas Seiki Oshiro
[ANNOUNCE] Git for Windows 2.49.0-rc0,
Johannes Schindelin
[ANNOUNCE] Git v2.49.0-rc0,
Junio C Hamano
[no subject], Unknown
[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task,
Patrick Steinhardt
[no subject], Unknown
'git rev-list' commit ordering issue,
Clement Moyroud
What's cooking in git.git (Feb 2025, #08; Tue, 25), Junio C Hamano
\b character escapes in CLI usage,
Yaakov Smith
[BUG/WIP PATCH] unit-tests: use clean test environment,
Michael J Gruber
win+Meson test failures due to ps/build-meson-fixes-0130 topic?,
Junio C Hamano
[GSoC][PATCH v3] merge-strategies.adoc: detail submodule merge,
Lucas Seiki Oshiro
[PATCH] bundle-uri: copy all bundle references ino the refs/bundle space,
Scott Chacon via GitGitGadget
[PATCH 0/10] some zlib inflating bug fixes,
Jeff King
- [PATCH 01/10] loose_object_info(): BUG() on inflating content with unknown type, Jeff King
- [PATCH 02/10] unpack_loose_header(): simplify next_out assignment, Jeff King
- [PATCH 03/10] unpack_loose_header(): report headers without NUL as "bad", Jeff King
- [PATCH 04/10] unpack_loose_header(): fix infinite loop on broken zlib input, Jeff King
- [PATCH 08/10] unpack_loose_rest(): never clean up zstream, Jeff King
- [PATCH 06/10] unpack_loose_header(): avoid numeric comparison of zlib status, Jeff King
- [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity, Jeff King
- [PATCH 05/10] git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICT, Jeff King
- [PATCH 07/10] unpack_loose_rest(): avoid numeric comparison of zlib status, Jeff King
- [PATCH 09/10] unpack_loose_rest(): simplify error handling, Jeff King
- Re: [PATCH 0/10] some zlib inflating bug fixes, Taylor Blau
What's cooking in git.git (Feb 2025, #07; Mon, 24),
Junio C Hamano
[PATCH] t/aggregate-results: fix paste(1) invocation, D. Ben Knoble
Re: Bug or just a mistake : --shallow-exclude parameter behavior anomalies in Git 2.45.2: "no commits selected" and "ambiguous deepen-not" errors, Elijah Newren
[PATCH v5 0/6] fast-export, fast-import: add support for signed-commits,
Christian Couder
- [PATCH v5 2/6] fast-export: fix missing whitespace after switch, Christian Couder
- [PATCH v5 6/6] fast-export, fast-import: add support for signed-commits, Christian Couder
- [PATCH v5 4/6] git-fast-export.txt: clarify why 'verbatim' may not be a good idea, Christian Couder
- [PATCH v5 1/6] git-fast-import.adoc: add missing LF in the BNF, Christian Couder
- [PATCH v5 3/6] fast-export: rename --signed-tags='warn' to 'warn-verbatim', Christian Couder
- [PATCH v5 5/6] fast-export: do not modify memory from get_commit_buffer, Christian Couder
- Re: [PATCH v5 0/6] fast-export, fast-import: add support for signed-commits, Junio C Hamano
- Re: [PATCH v5 0/6] fast-export, fast-import: add support for signed-commits, Phillip Wood
- [PATCH v6 0/6] fast-export, fast-import: add support for signed-commits, Christian Couder
[PATCH] doc: fix typo in it.po,
Ruggero
Diff rename detection performance issues,
Devste Devste
'git gc auto' didn't trigger on large reflog,
Markus Gerstel
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]