Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v2 1/8] packfile: add repository to struct `packed_git`, (continued)
- [PATCH v3 0/9] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v4 0/9] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v4 1/9] packfile: add repository to struct `packed_git`, Karthik Nayak
- [PATCH v4 2/9] packfile: use `repository` from `packed_git` directly, Karthik Nayak
- [PATCH v4 3/9] packfile: pass `repository` to static function in the file, Karthik Nayak
- [PATCH v4 4/9] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH v4 5/9] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH v4 6/9] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- [PATCH v4 7/9] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH v4 8/9] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- [PATCH v4 9/9] midx: add repository to `multi_pack_index` struct, Karthik Nayak
- Re: [PATCH v4 0/9] packfile: avoid using the 'the_repository' global variable, Taylor Blau
- [PATCH v5 0/9] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v5 1/9] packfile: add repository to struct `packed_git`, Karthik Nayak
- [PATCH v5 3/9] packfile: pass `repository` to static function in the file, Karthik Nayak
- [PATCH v5 4/9] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH v5 5/9] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH v5 7/9] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH v5 8/9] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- [PATCH v5 9/9] midx: add repository to `multi_pack_index` struct, Karthik Nayak
- [PATCH v5 2/9] packfile: use `repository` from `packed_git` directly, Karthik Nayak
- [PATCH v5 6/9] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- Re: [PATCH v5 0/9] packfile: avoid using the 'the_repository' global variable, Jeff King
- [PATCH v6 0/9] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v6 1/9] packfile: add repository to struct `packed_git`, Karthik Nayak
- [PATCH v6 2/9] packfile: use `repository` from `packed_git` directly, Karthik Nayak
- [PATCH v6 3/9] packfile: pass `repository` to static function in the file, Karthik Nayak
- [PATCH v6 4/9] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH v6 5/9] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH v6 6/9] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- [PATCH v6 8/9] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- [PATCH v6 7/9] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH v6 9/9] midx: add repository to `multi_pack_index` struct, Karthik Nayak
- Re: [PATCH v6 0/9] packfile: avoid using the 'the_repository' global variable, Junio C Hamano
- [PATCH v7 0/9] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v7 1/9] packfile: add repository to struct `packed_git`, Karthik Nayak
- [PATCH v7 2/9] packfile: use `repository` from `packed_git` directly, Karthik Nayak
- [PATCH v7 3/9] packfile: pass `repository` to static function in the file, Karthik Nayak
- [PATCH v7 5/9] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH v7 4/9] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH v7 7/9] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH v7 6/9] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- [PATCH v7 8/9] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- [PATCH v7 9/9] midx: add repository to `multi_pack_index` struct, Karthik Nayak
- Re: [PATCH v7 0/9] packfile: avoid using the 'the_repository' global variable, Jeff King
- Re: [PATCH v7 0/9] packfile: avoid using the 'the_repository' global variable, Taylor Blau
- [PATCH v8 00/10] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v8 01/10] packfile: add repository to struct `packed_git`, Karthik Nayak
- [PATCH v8 03/10] packfile: pass `repository` to static function in the file, Karthik Nayak
- [PATCH v8 04/10] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH v8 02/10] packfile: use `repository` from `packed_git` directly, Karthik Nayak
- [PATCH v8 05/10] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH v8 07/10] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH v8 06/10] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- [PATCH v8 08/10] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- [PATCH v8 09/10] midx: add repository to `multi_pack_index` struct, Karthik Nayak
- [PATCH v8 10/10] packfile.c: remove unnecessary prepare_packed_git() call, Karthik Nayak
- [no subject], Unknown
- Git build failure: v2.47.0 on Solaris 10 SPARC64,
Freya Starshade
[RFC PATCH] object-name: add @{upstreamhead} shorthand,
Bence Ferdinandy
[PATCH] t4205: fix typo in 'NUL termination with --stat',
Kousik Sanagavarapu
[PATCH 0/4] Documentation/git-bundle.txt: promote --all for full backup,
kristofferhaugsbakk
[PATCH] SubmittingPatches: tags -> trailers,
kristofferhaugsbakk
[PATCH] t1400: fix --no-create-reflog test and description,
kristofferhaugsbakk
[PATCH] t/meson.build: fix up tests for 'seen' branch,
Ramsay Jones
[PATCH] config: support remote name in includeIf.hasconfig condition,
Ken Matsui
[PATCH] t1016: clean up style,
Andrew Kreimer
[PATCH] meson: fix meson build on 'seen' branch,
Ramsay Jones
Bug report: v2.47.0 cannot fetch version 1 pack indexes,
fox
- Re: Bug report: v2.47.0 cannot fetch version 1 pack indexes, Eric Sunshine
- Re: Bug report: v2.47.0 cannot fetch version 1 pack indexes, Jeff King
- Re: Bug report: v2.47.0 cannot fetch version 1 pack indexes, Jeff King
- Re: Bug report: v2.47.0 cannot fetch version 1 pack indexes, Taylor Blau
- Re: Bug report: v2.47.0 cannot fetch version 1 pack indexes, Jeff King
- Re: Bug report: v2.47.0 cannot fetch version 1 pack indexes, Taylor Blau
- [PATCH 0/11] dumb-http pack index v1 regression + cleanups, Jeff King
- [PATCH 01/11] midx: avoid duplicate packed_git entries, Jeff King
- [PATCH 02/11] t5550: count fetches in "previously-fetched .idx" test, Jeff King
- [PATCH 03/11] dumb-http: store downloaded pack idx as tempfile, Jeff King
- [PATCH 04/11] packfile: drop has_pack_index(), Jeff King
- [PATCH 05/11] packfile: drop sha1_pack_name(), Jeff King
- [PATCH 06/11] packfile: drop sha1_pack_index_name(), Jeff King
- [PATCH 07/11] packfile: warn people away from parse_packed_git(), Jeff King
- [PATCH 08/11] http-walker: use object_id instead of bare hash, Jeff King
- [PATCH 09/11] packfile: convert find_sha1_pack() to use object_id, Jeff King
- [PATCH 10/11] packfile: use object_id in find_pack_entry_one(), Jeff King
- [PATCH 11/11] packfile: use oidread() instead of hashcpy() to fill object_id, Jeff King
- Re: [PATCH 0/11] dumb-http pack index v1 regression + cleanups, Taylor Blau
- Re: Bug report: v2.47.0 cannot fetch version 1 pack indexes, Taylor Blau
[PATCH] diff: setup pager only before diff contents truly ready,
Y5 via GitGitGadget
[PATCH v2 Outreachy] t7011: ensure no whitespace after redirect,
Seyi Kuforiji
Re: [gitgitgadget/git] [Outreachy][RFC/PATCH] notes: teach the -e option to edit messages in editor (PR #1817), Samuel Abraham
[PATCH] Fix duplicate word typos,
Sven Strickroth
[PATCH] notes: teach the -e option to edit messages in editor,
Samuel Adekunle Abraham via GitGitGadget
What's cooking in git.git (Oct 2024, #09; Fri, 18),
Taylor Blau
[[PATCH][Outreachy]] t7011-skip-worktree-reading.sh: ensure no whitespace after redirect operators,
Seyi Kuforiji
Oureachy: Microproject (Modernizing a Test Script in Clar Framework),
shamimkhanum@xxxxxxxxx
Feature Request : Get repo size without cloning,
Aswin Benny
Git Install Error - Failed to Expand Shell Folder Constant "commondesktop",
David Fullerton
Seeking your thoughts on LLM-generated contributions,
Daniel Pono Takamori
CI behaving differently from local tests,
Bence Ferdinandy
Why is git log on large repos slower when outputting to tty?,
Henry Qin
[OUTREACHY] Mentor Absence, Phillip Wood
Why is pushing to stash not allowed without an initial commit?,
Abhijeet Sonar
fetch and pull commands not working with latest git version + BitBucket,
Dario Esposito
[PATCH] t: fix typos,
Andrew Kreimer
[Outreachy][RFC]: teach the '-e' option for git notes sub command,
Abraham Samuel
[Outreachy] Internship Applicant (Contribution Phase),
Seyi Chamber
Unitialised pointer free in is_crontab_available,
Dima Tisnek
clar unit testing framework FTBFS on uclibc systems (wchar_t unsupported),
Bagas Sanjaya
[PATCH] upload-pack: fix how ALLOW_ANY_SHA1 flag is disabled,
Piotr Szlazak via GitGitGadget
[no subject], Unknown
[PATCH] builtin/credential-cache--daemon: fix error when "exit"ing on Cygwin,
Patrick Steinhardt
git submodule update --init breaks if run twice in parallel,
Germán Ferrero
[no subject], Unknown
core.hooksPath cannot revert to the default locally,
Sam Newbold
[PATCH] ref-filter: format iteratively with lexicographic refname sorting,
Patrick Steinhardt
What's cooking in git.git (Oct 2024, #08; Tue, 15),
Taylor Blau
Feature Request: Document the log format string equivalent of built-in formats,
Henry Qin
[RFC PATCH 0/3] pretty, builtin/mailinfo: don't rely on the_repository,
Kousik Sanagavarapu
[no subject], Unknown
Feature Proposal: Adding Command for Configuration Diff Between Commits,
Prince Roshan
fetch-pack Unexpected disconnect issues in 2.47,
Gibbons, Jason
[PATCH] builtin/fetch: iterate symrefs instead of all when checking dangling refs,
Liu Zhongbo via GitGitGadget
git rebase exec make -C in worktree confuses repo root dir,
David Moberg
Should object repacking only update server-info for packs instead of doing it for refs?,
Martin Fick
Modernize the build system v2 problem,
Ramsay Jones
Bug: diff --color-moved={zebra,blocks,dimmed-zebra} fails to identify some individual moved line,
lolligerhans
[no subject], Unknown
git grep does not find all occurrences on macOS,
David Gstir
[PATCH 0/2] Restore support for older libcurl and fix some typos,
Alejandro R. Sedeño
[PATCH 00/10] Platform compatibility fixes,
Patrick Steinhardt
- [PATCH 01/10] t/test-lib: fix quoting of TEST_RESULTS_SAN_FILE, Patrick Steinhardt
- [PATCH 02/10] t/test-lib: wire up NO_ICONV prerequisite, Patrick Steinhardt
- [PATCH 03/10] t/lib-gitweb: test against the build version of gitweb, Patrick Steinhardt
- [PATCH 04/10] t/lib-gpg: fix setup of GNUPGHOME in MinGW, Patrick Steinhardt
- [PATCH 05/10] t1401: make invocation of tar(1) work with Win32-provided one, Patrick Steinhardt
- [PATCH 06/10] t3404: work around platform-specific behaviour on macOS 10.15, Patrick Steinhardt
- [PATCH 07/10] t5500, t5601: skip tests which exercise paths with '[::1]' on Cygwin, Patrick Steinhardt
- [PATCH 08/10] t7300: work around platform-specific behaviour with long paths on MinGW, Patrick Steinhardt
- [PATCH 09/10] builtin/credential-cache: fix missing parameter for stub function, Patrick Steinhardt
- [PATCH 10/10] http: fix build error on FreeBSD, Patrick Steinhardt
- [PATCH v2 00/10] Platform compatibility fixes, Patrick Steinhardt
- [PATCH v2 01/10] t/test-lib: fix quoting of TEST_RESULTS_SAN_FILE, Patrick Steinhardt
- [PATCH v2 02/10] t/test-lib: wire up NO_ICONV prerequisite, Patrick Steinhardt
- [PATCH v2 03/10] t/lib-gitweb: test against the build version of gitweb, Patrick Steinhardt
- [PATCH v2 04/10] t/lib-gpg: fix setup of GNUPGHOME in MinGW, Patrick Steinhardt
- [PATCH v2 05/10] t1401: make invocation of tar(1) work with Win32-provided one, Patrick Steinhardt
- [PATCH v2 06/10] t3404: work around platform-specific behaviour on macOS 10.15, Patrick Steinhardt
- [PATCH v2 07/10] t5500, t5601: skip tests which exercise paths with '[::1]' on Cygwin, Patrick Steinhardt
- [PATCH v2 08/10] t7300: work around platform-specific behaviour with long paths on MinGW, Patrick Steinhardt
- [PATCH v2 09/10] builtin/credential-cache: fix missing parameter for stub function, Patrick Steinhardt
- [PATCH v2 10/10] http: fix build error on FreeBSD, Patrick Steinhardt
- [PATCH v3 00/10] Platform compatibility fixes, Patrick Steinhardt
- [PATCH v3 01/10] t/test-lib: fix quoting of TEST_RESULTS_SAN_FILE, Patrick Steinhardt
- [PATCH v3 02/10] t/test-lib: wire up NO_ICONV prerequisite, Patrick Steinhardt
- [PATCH v3 03/10] t/lib-gitweb: test against the build version of gitweb, Patrick Steinhardt
- [PATCH v3 04/10] t/lib-gpg: fix setup of GNUPGHOME in MinGW, Patrick Steinhardt
- [PATCH v3 05/10] t1401: make invocation of tar(1) work with Win32-provided one, Patrick Steinhardt
- [PATCH v3 06/10] t3404: work around platform-specific behaviour on macOS 10.15, Patrick Steinhardt
- [PATCH v3 07/10] t5500, t5601: skip tests which exercise paths with '[::1]' on Cygwin, Patrick Steinhardt
- [PATCH v3 08/10] t7300: work around platform-specific behaviour with long paths on MinGW, Patrick Steinhardt
- [PATCH v3 09/10] builtin/credential-cache: fix missing parameter for stub function, Patrick Steinhardt
- [PATCH v3 10/10] http: fix build error on FreeBSD, Patrick Steinhardt
Git bug report - CNS - Shared repository permissions issues under RedHat 9,
Jordi Balcells-Smith
[no subject], Unknown
What’s the intended/reasonable usage patterns for symrefs?,
Kristoffer Haugsbakk
[PATCH] trailer: spread usage of "trailer_block" language,
Linus Arver via GitGitGadget
[PATCH 0/3] R atoi,
Usman Akinyemi via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]