Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v2 1/4] t/unit-tests: convert "clar-generate.awk" into a shell script, (continued)
- [PATCH 00/10] refs: optimize ref format migrations,
Patrick Steinhardt
- [PATCH 01/10] refs: allow passing flags when setting up a transaction, Patrick Steinhardt
- [PATCH 02/10] refs/files: move logic to commit initial transaction, Patrick Steinhardt
- [PATCH 03/10] refs: introduce "initial" transaction flag, Patrick Steinhardt
- [PATCH 05/10] refs: use "initial" transaction semantics to migrate refs, Patrick Steinhardt
- [PATCH 06/10] refs: skip collision checks in initial transactions, Patrick Steinhardt
- [PATCH 04/10] refs/files: support symbolic and root refs in initial transaction, Patrick Steinhardt
- [PATCH 09/10] reftable/block: rename `block_writer::buf` variable, Patrick Steinhardt
- [PATCH 08/10] reftable/writer: optimize allocations by using a scratch buffer, Patrick Steinhardt
- [PATCH 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`, Patrick Steinhardt
- [PATCH 10/10] reftable/block: optimize allocations by using scratch buffer, Patrick Steinhardt
- Re: [PATCH 00/10] refs: optimize ref format migrations, karthik nayak
- [PATCH v2 00/10] refs: optimize ref format migrations, Patrick Steinhardt
- [PATCH v2 01/10] refs: allow passing flags when setting up a transaction, Patrick Steinhardt
- [PATCH v2 04/10] refs/files: support symbolic and root refs in initial transaction, Patrick Steinhardt
- [PATCH v2 02/10] refs/files: move logic to commit initial transaction, Patrick Steinhardt
- [PATCH v2 03/10] refs: introduce "initial" transaction flag, Patrick Steinhardt
- [PATCH v2 05/10] refs: use "initial" transaction semantics to migrate refs, Patrick Steinhardt
- [PATCH v2 06/10] refs: skip collision checks in initial transactions, Patrick Steinhardt
- [PATCH v2 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`, Patrick Steinhardt
- [PATCH v2 08/10] reftable/writer: optimize allocations by using a scratch buffer, Patrick Steinhardt
- [PATCH v2 09/10] reftable/block: rename `block_writer::buf` variable, Patrick Steinhardt
- [PATCH v2 10/10] reftable/block: optimize allocations by using scratch buffer, Patrick Steinhardt
- [PATCH v3 00/10] refs: optimize ref format migrations, Patrick Steinhardt
- [PATCH v3 01/10] refs: allow passing flags when setting up a transaction, Patrick Steinhardt
- [PATCH v3 02/10] refs/files: move logic to commit initial transaction, Patrick Steinhardt
- [PATCH v3 03/10] refs: introduce "initial" transaction flag, Patrick Steinhardt
- [PATCH v3 04/10] refs/files: support symbolic and root refs in initial transaction, Patrick Steinhardt
- [PATCH v3 05/10] refs: use "initial" transaction semantics to migrate refs, Patrick Steinhardt
- [PATCH v3 07/10] refs: don't normalize log messages with `REF_SKIP_CREATE_REFLOG`, Patrick Steinhardt
- [PATCH v3 06/10] refs: skip collision checks in initial transactions, Patrick Steinhardt
- [PATCH v3 08/10] reftable/writer: optimize allocations by using a scratch buffer, Patrick Steinhardt
- [PATCH v3 10/10] reftable/block: optimize allocations by using scratch buffer, Patrick Steinhardt
- [PATCH v3 09/10] reftable/block: rename `block_writer::buf` variable, Patrick Steinhardt
- Re: [PATCH v3 00/10] refs: optimize ref format migrations, Patrick Steinhardt
- What's cooking in git.git (Nov 2024, #04; Fri, 8),
Junio C Hamano
- Crash report: git maintenance start/stop,
Evangeline Rome
- [PATCH] range-diff: optionally include merge commits' diffs in the analysis,
Johannes Schindelin via GitGitGadget
- gpg-ssh signing with AgentForwarding,
Yarden Bar
- [PATCH] trace2: prevent segfault on config collection where no value specified,
Adam Murray via GitGitGadget
- [PATCH 0/3] Remove is_bare_repository_cfg global state,
John Cai via GitGitGadget
- Question about merge & cherry pick,
Julien Maurel
- [no subject], Unknown
- [PATCH 00/26] Memory leak fixes (pt.10, final),
Patrick Steinhardt
- [PATCH 01/26] builtin/blame: fix leaking blame entries with `--incremental`, Patrick Steinhardt
- [PATCH 02/26] bisect: fix leaking good/bad terms when reading multipe times, Patrick Steinhardt
- [PATCH 03/26] bisect: fix leaking string in `handle_bad_merge_base()`, Patrick Steinhardt
- [PATCH 04/26] bisect: fix leaking `current_bad_oid`, Patrick Steinhardt
- [PATCH 05/26] bisect: fix multiple leaks in `bisect_next_all()`, Patrick Steinhardt
- [PATCH 06/26] bisect: fix leaking commit list items in `check_merge_base()`, Patrick Steinhardt
- [PATCH 07/26] bisect: fix various cases where we leak commit list items, Patrick Steinhardt
- [PATCH 08/26] line-log: fix leak when rewriting commit parents, Patrick Steinhardt
- [PATCH 09/26] strvec: introduce new `strvec_splice()` function, Patrick Steinhardt
- [PATCH 10/26] git: refactor alias handling to use a `struct strvec`, Patrick Steinhardt
- [PATCH 11/26] git: refactor builtin handling to use a `struct strvec`, Patrick Steinhardt
- [PATCH 12/26] split-index: fix memory leak in `move_cache_to_base_index()`, Patrick Steinhardt
- [PATCH 13/26] builtin/sparse-checkout: fix leaking sanitized patterns, Patrick Steinhardt
- [PATCH 14/26] help: refactor to not use globals for reading config, Patrick Steinhardt
- [PATCH 15/26] help: fix leaking `struct cmdnames`, Patrick Steinhardt
- [PATCH 16/26] help: fix leaking return value from `help_unknown_cmd()`, Patrick Steinhardt
- [PATCH 17/26] builtin/help: fix leaks in `check_git_cmd()`, Patrick Steinhardt
- [PATCH 18/26] builtin/init-db: fix leaking directory paths, Patrick Steinhardt
- [PATCH 19/26] builtin/branch: fix leaking sorting options, Patrick Steinhardt
- [PATCH 20/26] t/helper: fix leaking commit graph in "read-graph" subcommand, Patrick Steinhardt
- [PATCH 21/26] git-compat-util: drop `UNLEAK()` annotation, Patrick Steinhardt
- [PATCH 22/26] t5601: work around leak sanitizer issue, Patrick Steinhardt
- [PATCH 23/26] t: mark some tests as leak free, Patrick Steinhardt
- [PATCH 24/26] t: remove unneeded !SANITIZE_LEAK prerequisites, Patrick Steinhardt
- [PATCH 25/26] test-lib: unconditionally enable leak checking, Patrick Steinhardt
- [PATCH 26/26] t: remove TEST_PASSES_SANITIZE_LEAK annotations, Patrick Steinhardt
- Re: [PATCH 00/26] Memory leak fixes (pt.10, final), Rubén Justo
- [PATCH v2 00/27] Memory leak fixes (pt.10, final), Patrick Steinhardt
- [PATCH v2 01/27] builtin/blame: fix leaking blame entries with `--incremental`, Patrick Steinhardt
- [PATCH v2 03/27] bisect: fix leaking string in `handle_bad_merge_base()`, Patrick Steinhardt
- [PATCH v2 02/27] bisect: fix leaking good/bad terms when reading multipe times, Patrick Steinhardt
- [PATCH v2 04/27] bisect: fix leaking `current_bad_oid`, Patrick Steinhardt
- [PATCH v2 05/27] bisect: fix multiple leaks in `bisect_next_all()`, Patrick Steinhardt
- [PATCH v2 06/27] bisect: fix leaking commit list items in `check_merge_base()`, Patrick Steinhardt
- [PATCH v2 07/27] bisect: fix various cases where we leak commit list items, Patrick Steinhardt
- [PATCH v2 08/27] line-log: fix leak when rewriting commit parents, Patrick Steinhardt
- [PATCH v2 09/27] strvec: introduce new `strvec_splice()` function, Patrick Steinhardt
- [PATCH v2 10/27] git: refactor alias handling to use a `struct strvec`, Patrick Steinhardt
- [PATCH v2 11/27] git: refactor builtin handling to use a `struct strvec`, Patrick Steinhardt
- [PATCH v2 12/27] split-index: fix memory leak in `move_cache_to_base_index()`, Patrick Steinhardt
- [PATCH v2 14/27] help: refactor to not use globals for reading config, Patrick Steinhardt
- [PATCH v2 13/27] builtin/sparse-checkout: fix leaking sanitized patterns, Patrick Steinhardt
- [PATCH v2 15/27] help: fix leaking `struct cmdnames`, Patrick Steinhardt
- [PATCH v2 16/27] help: fix leaking return value from `help_unknown_cmd()`, Patrick Steinhardt
- [PATCH v2 17/27] builtin/help: fix leaks in `check_git_cmd()`, Patrick Steinhardt
- [PATCH v2 18/27] builtin/init-db: fix leaking directory paths, Patrick Steinhardt
- [PATCH v2 19/27] builtin/branch: fix leaking sorting options, Patrick Steinhardt
- [PATCH v2 20/27] t/helper: fix leaking commit graph in "read-graph" subcommand, Patrick Steinhardt
- [PATCH v2 21/27] global: drop `UNLEAK()` annotation, Patrick Steinhardt
- [PATCH v2 22/27] git-compat-util: drop now-unused `UNLEAK()` macro, Patrick Steinhardt
- [PATCH v2 23/27] t5601: work around leak sanitizer issue, Patrick Steinhardt
- [PATCH v2 24/27] t: mark some tests as leak free, Patrick Steinhardt
- [PATCH v2 25/27] t: remove unneeded !SANITIZE_LEAK prerequisites, Patrick Steinhardt
- [PATCH v2 26/27] test-lib: unconditionally enable leak checking, Patrick Steinhardt
- [PATCH v2 27/27] t: remove TEST_PASSES_SANITIZE_LEAK annotations, Patrick Steinhardt
- Re: [PATCH v2 00/27] Memory leak fixes (pt.10, final), Rubén Justo
- [PATCH v3 00/27] Memory leak fixes (pt.10, final), Patrick Steinhardt
- [PATCH v3 01/27] builtin/blame: fix leaking blame entries with `--incremental`, Patrick Steinhardt
- [PATCH v3 02/27] bisect: fix leaking good/bad terms when reading multipe times, Patrick Steinhardt
- [PATCH v3 04/27] bisect: fix leaking `current_bad_oid`, Patrick Steinhardt
- [PATCH v3 05/27] bisect: fix multiple leaks in `bisect_next_all()`, Patrick Steinhardt
- [PATCH v3 03/27] bisect: fix leaking string in `handle_bad_merge_base()`, Patrick Steinhardt
- [PATCH v3 06/27] bisect: fix leaking commit list items in `check_merge_base()`, Patrick Steinhardt
- [PATCH v3 07/27] bisect: fix various cases where we leak commit list items, Patrick Steinhardt
- [PATCH v3 08/27] line-log: fix leak when rewriting commit parents, Patrick Steinhardt
- [PATCH v3 09/27] strvec: introduce new `strvec_splice()` function, Patrick Steinhardt
- [PATCH v3 10/27] git: refactor alias handling to use a `struct strvec`, Patrick Steinhardt
- [PATCH v3 11/27] git: refactor builtin handling to use a `struct strvec`, Patrick Steinhardt
- [PATCH v3 12/27] split-index: fix memory leak in `move_cache_to_base_index()`, Patrick Steinhardt
- [PATCH v3 13/27] builtin/sparse-checkout: fix leaking sanitized patterns, Patrick Steinhardt
- [PATCH v3 14/27] help: refactor to not use globals for reading config, Patrick Steinhardt
- [PATCH v3 15/27] help: fix leaking `struct cmdnames`, Patrick Steinhardt
- [PATCH v3 16/27] help: fix leaking return value from `help_unknown_cmd()`, Patrick Steinhardt
- [PATCH v3 17/27] builtin/help: fix leaks in `check_git_cmd()`, Patrick Steinhardt
- [PATCH v3 18/27] builtin/init-db: fix leaking directory paths, Patrick Steinhardt
- [PATCH v3 20/27] t/helper: fix leaking commit graph in "read-graph" subcommand, Patrick Steinhardt
- [PATCH v3 19/27] builtin/branch: fix leaking sorting options, Patrick Steinhardt
- [PATCH v3 21/27] global: drop `UNLEAK()` annotation, Patrick Steinhardt
- [PATCH v3 22/27] git-compat-util: drop now-unused `UNLEAK()` macro, Patrick Steinhardt
- [PATCH v3 23/27] t5601: work around leak sanitizer issue, Patrick Steinhardt
- [PATCH v3 24/27] t: mark some tests as leak free, Patrick Steinhardt
- [PATCH v3 25/27] t: remove unneeded !SANITIZE_LEAK prerequisites, Patrick Steinhardt
- [PATCH v3 26/27] test-lib: unconditionally enable leak checking, Patrick Steinhardt
- [PATCH v3 27/27] t: remove TEST_PASSES_SANITIZE_LEAK annotations, Patrick Steinhardt
- Re: [PATCH v3 00/27] Memory leak fixes (pt.10, final), Toon Claes
- [Feature request] autoresolve modify/delete conflict via .gitattributes merge= attribute,
ilya Basin
- diff-algorithm to work better with color-moved, and issue with am.messageid (was: [PATCH] bind.2: move EADDRNOTAVAIL to general errors), Alejandro Colomar
- [PATCH v2 0/2] t/helper/test-tool: implement 'sha1-unsafe' helper,
Taylor Blau
- [PATCH] t6300: values containing ')' are broken in ref formats,
Kousik Sanagavarapu
- [Question] How to force relative path output when using `git status --porcelain=2 -z`,
叶志晟
- [no subject], Unknown
- [PATCH] configure.ac: detect sysinfo, Jonas 'Sortie' Termansen
- [PATCH] compat: only replace hstrerror if NO_IPV6.,
Jonas 'Sortie' Termansen
- [PATCH] Makefile: don't remove configure on distclean,
Jonas 'Sortie' Termansen
- What's cooking in git.git (Nov 2024, #03; Mon, 4),
Junio C Hamano
- What's so special about almalinux-8?,
Junio C Hamano
- [PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated),
Derrick Stolee via GitGitGadget
- [PATCH 1/7] pack-objects: add --full-name-hash option, Derrick Stolee via GitGitGadget
- [PATCH 2/7] repack: add --full-name-hash option, Derrick Stolee via GitGitGadget
- [PATCH 3/7] pack-objects: add GIT_TEST_FULL_NAME_HASH, Derrick Stolee via GitGitGadget
- [PATCH 4/7] git-repack: update usage to match docs, Derrick Stolee via GitGitGadget
- [PATCH 6/7] pack-objects: disable --full-name-hash when shallow, Derrick Stolee via GitGitGadget
- [PATCH 5/7] p5313: add size comparison test, Derrick Stolee via GitGitGadget
- [PATCH 7/7] test-tool: add helper for name-hash values, Derrick Stolee via GitGitGadget
- Re: [PATCH 0/7] pack-objects: Create an alternative name hash algorithm (recreated), Jonathan Tan
- [PATCH v2 0/8] pack-objects: Create an alternative name hash algorithm (recreated), Derrick Stolee via GitGitGadget
- [PATCH v2 1/8] pack-objects: create new name-hash function version, Jonathan Tan via GitGitGadget
- [PATCH v2 2/8] pack-objects: add --name-hash-version option, Derrick Stolee via GitGitGadget
- [PATCH v2 3/8] repack: add --name-hash-version option, Derrick Stolee via GitGitGadget
- [PATCH v2 4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION, Derrick Stolee via GitGitGadget
- [PATCH v2 6/8] test-tool: add helper for name-hash values, Derrick Stolee via GitGitGadget
- [PATCH v2 5/8] p5313: add size comparison test, Derrick Stolee via GitGitGadget
- [PATCH v2 7/8] pack-objects: prevent name hash version change, Derrick Stolee via GitGitGadget
- [PATCH v2 8/8] pack-objects: add third name hash version, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 0/8] pack-objects: Create an alternative name hash algorithm (recreated), Junio C Hamano
- [PATCH v3 0/8] pack-objects: Create an alternative name hash algorithm (recreated), Derrick Stolee via GitGitGadget
- [PATCH v3 1/8] pack-objects: create new name-hash function version, Jonathan Tan via GitGitGadget
- [PATCH v3 2/8] pack-objects: add --name-hash-version option, Derrick Stolee via GitGitGadget
- [PATCH v3 3/8] repack: add --name-hash-version option, Derrick Stolee via GitGitGadget
- [PATCH v3 6/8] test-tool: add helper for name-hash values, Derrick Stolee via GitGitGadget
- [PATCH v3 4/8] pack-objects: add GIT_TEST_NAME_HASH_VERSION, Derrick Stolee via GitGitGadget
- [PATCH v3 8/8] pack-objects: add third name hash version, Derrick Stolee via GitGitGadget
- [PATCH v3 5/8] p5313: add size comparison test, Derrick Stolee via GitGitGadget
- [PATCH v3 7/8] pack-objects: prevent name hash version change, Derrick Stolee via GitGitGadget
- Re: [PATCH v3 0/8] pack-objects: Create an alternative name hash algorithm (recreated), Derrick Stolee
- [PATCH v4 0/7] pack-objects: Create an alternative name hash algorithm (recreated), Derrick Stolee via GitGitGadget
- [no subject], Unknown
- git format-patch escaping issues in the patch format,
Christoph Anton Mitterer
- [PATCH 0/2] A few --shallow-exclude fixes,
Elijah Newren via GitGitGadget
- [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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]