Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 0/4] rev-list: introduce NUL-delimited output mode, (continued)
- [ANNOUNCE] Git v2.49.0-rc2, Junio C Hamano
- [PATCH] git-clone doc: fix indentation,
Martin Ågren
- [GSoC PATCH] decorate: fix sign comparison warnings,
Arnav Bhate
- [GSoC] Introduction and Microproject, Arnav Bhate
- [PATCH] promisor-remote: fix segfault when remote URL is missing,
Christian Couder
- [PATCH 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects',
Derrick Stolee via GitGitGadget
- [PATCH 01/13] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH 03/13] pack-objects: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH 02/13] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 04/13] p5313: add performance tests for --path-walk, Derrick Stolee via GitGitGadget
- [PATCH 06/13] t5538: add tests to confirm deltas in shallow pushes, Derrick Stolee via GitGitGadget
- [PATCH 05/13] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH 07/13] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH 08/13] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH 09/13] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH 11/13] pack-objects: thread the path-based compression, Derrick Stolee via GitGitGadget
- [PATCH 12/13] path-walk: add new 'edge_aggressive' option, Derrick Stolee via GitGitGadget
- [PATCH 13/13] pack-objects: allow --shallow and --path-walk, Derrick Stolee via GitGitGadget
- [PATCH 10/13] pack-objects: refactor path-walk delta phase, Derrick Stolee via GitGitGadget
- Re: [PATCH 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects', Junio C Hamano
- [PATCH v2 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects', Derrick Stolee via GitGitGadget
- [PATCH v2 01/13] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH v2 03/13] pack-objects: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH v2 02/13] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v2 04/13] p5313: add performance tests for --path-walk, Derrick Stolee via GitGitGadget
- [PATCH v2 06/13] t5538: add tests to confirm deltas in shallow pushes, Derrick Stolee via GitGitGadget
- [PATCH v2 05/13] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH v2 07/13] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v2 09/13] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH v2 08/13] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH v2 11/13] pack-objects: thread the path-based compression, Derrick Stolee via GitGitGadget
- [PATCH v2 10/13] pack-objects: refactor path-walk delta phase, Derrick Stolee via GitGitGadget
- [PATCH v2 12/13] path-walk: add new 'edge_aggressive' option, Derrick Stolee via GitGitGadget
- [PATCH v2 13/13] pack-objects: allow --shallow and --path-walk, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects', Junio C Hamano
- [PATCH v3 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects', Derrick Stolee via GitGitGadget
- [PATCH v3 02/13] pack-objects: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v3 04/13] p5313: add performance tests for --path-walk, Derrick Stolee via GitGitGadget
- [PATCH v3 01/13] pack-objects: extract should_attempt_deltas(), Derrick Stolee via GitGitGadget
- [PATCH v3 03/13] pack-objects: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH v3 06/13] t5538: add tests to confirm deltas in shallow pushes, Derrick Stolee via GitGitGadget
- [PATCH v3 05/13] pack-objects: introduce GIT_TEST_PACK_PATH_WALK, Derrick Stolee via GitGitGadget
- [PATCH v3 08/13] pack-objects: enable --path-walk via config, Derrick Stolee via GitGitGadget
- [PATCH v3 10/13] pack-objects: refactor path-walk delta phase, Derrick Stolee via GitGitGadget
- [PATCH v3 07/13] repack: add --path-walk option, Derrick Stolee via GitGitGadget
- [PATCH v3 09/13] scalar: enable path-walk during push via config, Derrick Stolee via GitGitGadget
- [PATCH v3 13/13] pack-objects: allow --shallow and --path-walk, Derrick Stolee via GitGitGadget
- [PATCH v3 11/13] pack-objects: thread the path-based compression, Derrick Stolee via GitGitGadget
- [PATCH v3 12/13] path-walk: add new 'edge_aggressive' option, Derrick Stolee via GitGitGadget
- Re: [PATCH v3 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects', Taylor Blau
- [PATCH] doc: add a blank line around block delimiters,
Jean-Noël Avila via GitGitGadget
- [PATCH] environment: move access to "core.attributesfile" into repo settings,
Ayush Chandekar
- [PATCH] archive: error instead of triggering a segfault in `git archive --remote=""`,
emilylime via GitGitGadget
- [GSoC] Microproject: Updating Documentation,
JAYATHEERTH K
- [GSoC PATCH] t9400: prefer test_path_* helper functions,
Aryan Pathania
- [PATCH] diffcore-rename: fix BUG when break detection and --follow used together,
Elijah Newren via GitGitGadget
- [no subject], Unknown
- Lessons, Xylon Chacier
- [PATCH 0/3] Small new merge-ort features, prepping for deletion of merge-recursive.[ch],
Elijah Newren via GitGitGadget
- [PATCH 0/2] Ensure zlib version is printed by git-version(1),
Toon Claes
- [PATCH 0/1] [GSoC]smtp_auth_maybe: improve smtp authentication error handling logic,
Zheng Yuting
- [PATCH 0/2] EDITME: cover title for 493-add-command-to-purge-reflog-entries,
Karthik Nayak
- Bounce probe for git@xxxxxxxxxxxxxxx (no action required),
git+owner
- What's cooking in git.git (Mar 2025, #02; Thu, 6),
Junio C Hamano
- [PATCH 0/2] merge-ort: fix a crash in process_renames for a file transitively renamed to itself,
Elijah Newren via GitGitGadget
- [GSoC PATCH] reftable: return proper error code from block_writer_add(),
Meet Soni
- [GSoC] Introduction and get-send-email Microproject Plan,
Yuting Zheng
- [PATCH] ci: use Visual Studio for win+meson job on GitHub Workflows, Patrick Steinhardt
- [PATCH 0/2] describe and diff: implement --no-optional-locks,
Benjamin Woodruff via GitGitGadget
- [PATCH 0/2] refs: a couple of --exclude fixes,
Taylor Blau
- [ANNOUNCE] Git for Windows 2.49.0-rc1,
Johannes Schindelin
- Discuss GSOC: Refactoring in order to reduce Git’s global state,
Ayush Chandekar
[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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]