Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 1/2] upload-pack: fix ambiguous error message, (continued)
- [PATCH 0/8] refs/reftable: reuse iterators when reading refs,
Patrick Steinhardt
- [PATCH 1/8] refs/reftable: encapsulate reftable stack, Patrick Steinhardt
- [PATCH 2/8] refs/reftable: handle reloading stacks in the reftable backend, Patrick Steinhardt
- [PATCH 3/8] refs/reftable: read references via `struct reftable_backend`, Patrick Steinhardt
- [PATCH 4/8] refs/reftable: refactor reading symbolic refs to use reftable backend, Patrick Steinhardt
- [PATCH 5/8] refs/reftable: refactor reflog expiry to use reftable backend, Patrick Steinhardt
- [PATCH 6/8] reftable/stack: add mechanism to notify callers on reload, Patrick Steinhardt
- [PATCH 7/8] reftable/merged: drain priority queue on reseek, Patrick Steinhardt
- [PATCH 8/8] refs/reftable: reuse iterators when reading refs, Patrick Steinhardt
- Re: [PATCH 0/8] refs/reftable: reuse iterators when reading refs, Junio C Hamano
- [PATCH v2 0/8] refs/reftable: reuse iterators when reading refs, Patrick Steinhardt
- [PATCH v3 0/9] refs/reftable: reuse iterators when reading refs, Patrick Steinhardt
- [PATCH v3 1/9] refs/reftable: encapsulate reftable stack, Patrick Steinhardt
- [PATCH v3 2/9] refs/reftable: handle reloading stacks in the reftable backend, Patrick Steinhardt
- [PATCH v3 3/9] reftable/stack: add accessor for the hash ID, Patrick Steinhardt
- [PATCH v3 4/9] refs/reftable: read references via `struct reftable_backend`, Patrick Steinhardt
- [PATCH v3 5/9] refs/reftable: refactor reading symbolic refs to use reftable backend, Patrick Steinhardt
- [PATCH v3 6/9] refs/reftable: refactor reflog expiry to use reftable backend, Patrick Steinhardt
- [PATCH v3 7/9] reftable/stack: add mechanism to notify callers on reload, Patrick Steinhardt
- [PATCH v3 8/9] reftable/merged: drain priority queue on reseek, Patrick Steinhardt
- [PATCH v3 9/9] refs/reftable: reuse iterators when reading refs, Patrick Steinhardt
- Re: [PATCH v3 0/9] refs/reftable: reuse iterators when reading refs, Christian Couder
- [PATCH v4 00/10] refs/reftable: reuse iterators when reading refs, Patrick Steinhardt
- [PATCH v4 03/10] reftable/stack: add accessor for the hash ID, Patrick Steinhardt
- [PATCH v4 01/10] refs/reftable: encapsulate reftable stack, Patrick Steinhardt
- [PATCH v4 02/10] refs/reftable: handle reloading stacks in the reftable backend, Patrick Steinhardt
- [PATCH v4 05/10] refs/reftable: read references via `struct reftable_backend`, Patrick Steinhardt
- [PATCH v4 04/10] refs/reftable: figure out hash via `reftable_stack`, Patrick Steinhardt
- [PATCH v4 06/10] refs/reftable: refactor reading symbolic refs to use reftable backend, Patrick Steinhardt
- [PATCH v4 08/10] reftable/stack: add mechanism to notify callers on reload, Patrick Steinhardt
- [PATCH v4 07/10] refs/reftable: refactor reflog expiry to use reftable backend, Patrick Steinhardt
- [PATCH v4 09/10] reftable/merged: drain priority queue on reseek, Patrick Steinhardt
- [PATCH v4 10/10] refs/reftable: reuse iterators when reading refs, Patrick Steinhardt
- [RFC PATCH 0/1] git: pager behaviour,
Matthew Bystrin
- What's cooking in git.git (Nov 2024, #02; Fri, 1),
Junio C Hamano
- Git revert cannot be aborted if the repository directory has been copied,
Marco Stephan
- Synchronous replication on push,
Taylor R Campbell
- What's cooking in git.git (Nov 2024, #01; Fri, 1), Taylor Blau
- [ANNOUNCE] Git Rev News edition 116, Christian Couder
- [no subject], Unknown
- You do not need to subscribe: you will be Cc'd in replies. Please keep the Cc list intact when replying (use "Reply to all"). Greylisting may delay your first post for a few hours. Note also that the list only accepts plain-text email; please disable HTML in your outgoing messages, Mohammed Favas
- [PATCH] rev-list: skip bitmap traversal for --left-right,
Jeff King
- `git apply -p` doesn't remove source prefix in 'rename' diff entries.,
Iago-lito
- [PATCH v4 0/8] Allow relative worktree linking to be configured by the user,
Caleb White
- [PATCH v4 1/8] setup: correctly reinitialize repository version, Caleb White
- [PATCH v4 2/8] worktree: add `relativeWorktrees` extension, Caleb White
- [PATCH v4 3/8] worktree: refactor infer_backlink return, Caleb White
- [PATCH v4 4/8] worktree: add `write_worktree_linking_files()` function, Caleb White
- [PATCH v4 6/8] worktree: add relative cli/config options to `move` command, Caleb White
- [PATCH v4 5/8] worktree: add relative cli/config options to `add` command, Caleb White
- [PATCH v4 7/8] worktree: add relative cli/config options to `repair` command, Caleb White
- [PATCH v4 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`, Caleb White
- Re: [PATCH v4 0/8] Allow relative worktree linking to be configured by the user, Junio C Hamano
- Re: [PATCH v4 0/8] Allow relative worktree linking to be configured by the user, Phillip Wood
- [PATCH v5 0/8] Allow relative worktree linking to be configured by the user, Caleb White
- [PATCH v5 1/8] setup: correctly reinitialize repository version, Caleb White
- [PATCH v5 2/8] worktree: add `relativeWorktrees` extension, Caleb White
- [PATCH v5 3/8] worktree: refactor infer_backlink return, Caleb White
- [PATCH v5 4/8] worktree: add `write_worktree_linking_files()` function, Caleb White
- [PATCH v5 5/8] worktree: add relative cli/config options to `add` command, Caleb White
- [PATCH v5 6/8] worktree: add relative cli/config options to `move` command, Caleb White
- [PATCH v5 7/8] worktree: add relative cli/config options to `repair` command, Caleb White
- [PATCH v5 8/8] worktree: refactor `repair_worktree_after_gitdir_move()`, Caleb White
- Re: [PATCH v5 0/8] Allow relative worktree linking to be configured by the user, Junio C Hamano
- Re: [PATCH v5 0/8] Allow relative worktree linking to be configured by the user, Phillip Wood
- [PATCH v6 0/8] Allow relative worktree linking to be configured by the user, Caleb White
- [PATCH 0/3] Improve CI testing of older systems,
brian m. carlson
- Re: [PATCH] setlocalversion: Add workaround for "git describe" performance issue,
Rasmus Villemoes
- [PATCH] t9101: Refactor test_expect_success format,
Seyi Kuforiji
- [PATCH 0/6] PATH WALK I: The path-walk API,
Derrick Stolee via GitGitGadget
- [PATCH 3/6] t6601: add helper for testing path-walk API, Derrick Stolee via GitGitGadget
- [PATCH 4/6] path-walk: allow consumer to specify object types, Derrick Stolee via GitGitGadget
- [PATCH 5/6] path-walk: visit tags and cached objects, Derrick Stolee via GitGitGadget
- [PATCH 6/6] path-walk: mark trees and blobs as UNINTERESTING, Derrick Stolee via GitGitGadget
- Re: [PATCH 0/6] PATH WALK I: The path-walk API, Derrick Stolee
- Re: [PATCH 0/6] PATH WALK I: The path-walk API, Taylor Blau
- [PATCH v2 0/6] PATH WALK I: The path-walk API, Derrick Stolee via GitGitGadget
[PATCH v3 0/8] Allow relative worktree linking to be configured by the user,
Caleb White
safe.directory warnings for root-owned repositories,
Michael Orlitzky
Draft of Git Rev News edition 116, Christian Couder
What's cooking in git.git (Oct 2024, #12; Wed, 30), Taylor Blau
[BUG] "git describe --match" performance,
Josh Poimboeuf
Opening git-bash from git-gui and cd'ing to the root of the filesystem results in git-bash thinking it is at the top-level of the repo, Kevin Navero
[PATCH v2 0/5] Allow relative worktree linking to be configured by the user,
Caleb White
`cherry-pick -x' and git-interpret-trailers,
Nicholas Sielicki
Inconsistent handling of corrupt patches based on line endings,
Peregi Tamás
[Outreachy][v2] My Final Application, Chizoba ODINAKA
[QUESTION] Performance comparison: full clone + sparse-checkout vs partial clone + sparse-checkout,
Manoraj K
[Outreachy][proposal]: Finish Adding an os-version Capability to Git Protocol v2,
Samuel Abraham
[Outreachy] My Final Application,
Chizoba ODINAKA
2.43+ git checkout --theirs on stash error - no alternative?,
Devste Devste
[Outreachy][proposal]: Finish adding a 'os-version' capability to Git protocol v2,
Usman Akinyemi
Re: [Outreachy] Final Application Timeline,
Patrick Steinhardt
https://github.com/GloWE3/supreme-spork/blob/Polyglots/encoding/encoding.go, Gloria Moran Hernandez
clone: concurrent interactive authentication, Oliver W
[BUG] spurious failure when adding tracked file in ignored directory,
Christian Sattler
[PATCH 0/2] Allow relative worktree linking to be configured by the user,
Caleb White
[PATCH v3 0/5] Optionally link worktrees with relative paths,
Caleb White
[no subject], Unknown
What's cooking in git.git (Oct 2024, #11; Fri, 25),
Taylor Blau
[no subject], Unknown
[no subject], Unknown
[no subject], Unknown
[PATCH 0/5] When fetching from a promisor remote, repack local objects referenced,
Jonathan Tan
- [PATCH 1/5] pack-objects: make variable non-static, Jonathan Tan
- [PATCH 2/5] t0410: make test description clearer, Jonathan Tan
- [PATCH 3/5] t0410: use from-scratch server, Jonathan Tan
- [PATCH 4/5] t5300: move --window clamp test next to unclamped, Jonathan Tan
- [PATCH 5/5] index-pack: repack local links into promisor packs, Jonathan Tan
- Re: [External] [PATCH 0/5] When fetching from a promisor remote, repack local objects referenced, Han Young
- Re: [PATCH 0/5] When fetching from a promisor remote, repack local objects referenced, Taylor Blau
- [PATCH v2 0/4] When fetching from a promisor remote, repack local objects referenced, Jonathan Tan
[PATCH v3] CodingGuidelines: discourage arbitrary suffixes in function names,
Karthik Nayak
[QUESTION] Can I merge --continue with --no-verify,
Abhijeet Sonar
[Outreachy][proposal]: Convert unit tests to use the Clar testing framwork,
Samuel Abraham
[RFC PATCH] notes: add prepend command,
Bence Ferdinandy
[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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]