Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [RFC PATCH] notes: add prepend command, (continued)
- [PATCH] sequencer: comment checked-out branch properly,
kristofferhaugsbakk
- [PATCH 0/3] compat/mingw: implement POSIX-style atomic renames,
Patrick Steinhardt
- [PATCH Outreachy] t9101: ensure no whitespace after redirect,
Seyi Kuforiji
- [PATCH 0/7] reftable: stop using Git subsystems,
Patrick Steinhardt
- A Proposal, William Cheung
- Re: [ANNOUNCE] Git for Windows 2.47.0(2), Johannes Schindelin
- What's cooking in git.git (Oct 2024, #10; Tue, 22),
Taylor Blau
- bash prompt evaporates in subdirectories,
Matěj Cepl
- Build failure on RHEL7 with 2.47.0,
Mike Lothian
- [Outreachy][RFC]: Final Applications expectations.,
Usman Akinyemi
- [PATCH v2] t1016: clean up style,
Andrew Kreimer
- [PATCH] doc: consolidate extensions in git-config documentation,
Caleb White
- Question about `git gc` locking files,
Calvin Wan
- Empty directory showing as untracked with untrackedCache (with reproduction script), Nikita Leshenko
- [PATCH v10 0/8] set-head/fetch remote/HEAD updates,
Bence Ferdinandy
- [PATCH v10 1/8] t/t5505-remote: set default branch to main, Bence Ferdinandy
- [PATCH v10 2/8] refs: atomically record overwritten ref in update_symref, Bence Ferdinandy
- [PATCH v10 3/8] remote set-head: refactor for readability, Bence Ferdinandy
- [PATCH v10 4/8] remote set-head: better output for --auto, Bence Ferdinandy
- [PATCH v10 5/8] refs: add TRANSACTION_CREATE_EXISTS error, Bence Ferdinandy
- [PATCH v10 6/8] refs: add create_only option to refs_update_symref_extended, Bence Ferdinandy
- [PATCH v10 8/8] fetch set_head: handle mirrored bare repositories, Bence Ferdinandy
- [PATCH v10 7/8] fetch: set remote/HEAD if it does not exist, Bence Ferdinandy
- Re: [PATCH v10 0/8] set-head/fetch remote/HEAD updates, Taylor Blau
- Re: [PATCH v10 0/8] set-head/fetch remote/HEAD updates, Taylor Blau
- [PATCH] CodingGuidelines: discourage arbitrary suffixes in function names,
Karthik Nayak
- [PATCH 00/20] packfile: avoid using the 'the_repository' global variable,
Karthik Nayak
- [PATCH 01/20] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH 02/20] packfile: pass down repository to `unuse_one_window`, Karthik Nayak
- [PATCH 03/20] packfile: pass down repository to `close_one_pack`, Karthik Nayak
- [PATCH 04/20] packfile: pass down repository to `add_packed_git`, Karthik Nayak
- [PATCH 05/20] packfile: pass down repository to `unpack_object_header`, Karthik Nayak
- [PATCH 06/20] packfile: pass down repository to `get_delta_base`, Karthik Nayak
- [PATCH 07/20] packfile: use provided repository in `packed_object_info`, Karthik Nayak
- [PATCH 08/20] packfile: pass down repository to `unpack_compressed_entry`, Karthik Nayak
- [PATCH 09/20] packfile: pass down repository to `nth_packed_object_id`, Karthik Nayak
- [PATCH 10/20] packfile: pass down repository to `find_pack_entry_one`, Karthik Nayak
- [PATCH 11/20] packfile: pass down repository to `fill_pack_entry`, Karthik Nayak
- [PATCH 12/20] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH 13/20] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- [PATCH 14/20] packfile: pass down repository to `is_promisor_object`, Karthik Nayak
- [PATCH 15/20] object-store: pass down repository to `each_packed_object_fn`, Karthik Nayak
- [PATCH 16/20] packfile: pass down repository to `open_pack_index`, Karthik Nayak
- [PATCH 17/20] packfile: stop using 'the_hash_algo', Karthik Nayak
- [PATCH 18/20] packfile: pass down repository to `nth_packed_object_offset`, Karthik Nayak
- [PATCH 19/20] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH 20/20] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- Re: [PATCH 00/20] packfile: avoid using the 'the_repository' global variable, Taylor Blau
- [PATCH v2 0/8] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [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
- [PATCH v9 00/10] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v9 02/10] packfile: use `repository` from `packed_git` directly, Karthik Nayak
- [PATCH v9 03/10] packfile: pass `repository` to static function in the file, Karthik Nayak
- [PATCH v9 04/10] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH v9 06/10] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- [PATCH v9 07/10] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH v9 09/10] midx: add repository to `multi_pack_index` struct, Karthik Nayak
- [PATCH v9 10/10] packfile.c: remove unnecessary prepare_packed_git() call, Karthik Nayak
- [PATCH v9 05/10] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH v9 01/10] packfile: add repository to struct `packed_git`, Karthik Nayak
- [PATCH v9 08/10] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- [PATCH v10 00/10] packfile: avoid using the 'the_repository' global variable, Karthik Nayak
- [PATCH v10 01/10] packfile: add repository to struct `packed_git`, Karthik Nayak
- [PATCH v10 05/10] packfile: pass down repository to `has_object[_kept]_pack`, Karthik Nayak
- [PATCH v10 04/10] packfile: pass down repository to `odb_pack_name`, Karthik Nayak
- [PATCH v10 06/10] packfile: pass down repository to `for_each_packed_object`, Karthik Nayak
- [PATCH v10 07/10] config: make `delta_base_cache_limit` a non-global variable, Karthik Nayak
- [PATCH v10 09/10] midx: add repository to `multi_pack_index` struct, Karthik Nayak
- [PATCH v10 03/10] packfile: pass `repository` to static function in the file, Karthik Nayak
- [PATCH v10 10/10] packfile.c: remove unnecessary prepare_packed_git() call, Karthik Nayak
- [PATCH v10 08/10] config: make `packed_git_(limit|window_size)` non-global variables, Karthik Nayak
- Re: [PATCH v10 00/10] packfile: avoid using the 'the_repository' global variable, Kristoffer Haugsbakk
- [PATCH v10 02/10] packfile: use `repository` from `packed_git` directly, 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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]