Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v3 6/6] Makefile: add option to build and test libgit-rs and libgit-rs-sys, (continued)
- [PATCH v4 0/5] Introduce libgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [PATCH v5 0/5] Introduce libgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [PATCH v6 0/5] Introduce libgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [PATCH v7 0/4] Introduce libgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [PATCH v8 0/4] Introduce libgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [PATCH v9 0/4] Introduce libgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [GSoC][PATCH 0/5] t: port reftable/readwrite_test.c to the unit testing framework,
Chandra Pratap
- [PATCH v5 0/8] [Newcomer] t7004: modernize the style,
AbdAlRahman Gad
- [PATCH 00/20] Stop using `the_repository` in "config.c",
Patrick Steinhardt
- [PATCH 01/20] path: expose `do_git_path()` as `repo_git_pathv()`, Patrick Steinhardt
- [PATCH 02/20] path: expose `do_git_common_path()` as `strbuf_git_common_pathv()`, Patrick Steinhardt
- [PATCH 03/20] editor: do not rely on `the_repository` for interactive edits, Patrick Steinhardt
- [PATCH 04/20] hooks: remove implicit dependency on `the_repository`, Patrick Steinhardt
- [PATCH 05/20] path: stop relying on `the_repository` when reporting garbage, Patrick Steinhardt
- [PATCH 06/20] path: stop relying on `the_repository` in `worktree_git_path()`, Patrick Steinhardt
- [PATCH 07/20] path: hide functions using `the_repository` by default, Patrick Steinhardt
- [PATCH 08/20] config: introduce missing setters that take repo as parameter, Patrick Steinhardt
- [PATCH 09/20] config: expose `repo_config_clear()`, Patrick Steinhardt
- [PATCH 10/20] config: pass repo to `git_config_get_index_threads()`, Patrick Steinhardt
- [PATCH 11/20] config: pass repo to `git_config_get_split_index()`, Patrick Steinhardt
- [PATCH 12/20] config: pass repo to `git_config_get_max_percent_split_change()`, Patrick Steinhardt
- [PATCH 13/20] config: pass repo to `git_config_get_expiry()`, Patrick Steinhardt
- [PATCH 14/20] config: pass repo to `git_config_get_expiry_in_days()`, Patrick Steinhardt
- [PATCH 15/20] config: pass repo to `git_die_config()`, Patrick Steinhardt
- [PATCH 16/20] config: pass repo to functions that rename or copy sections, Patrick Steinhardt
- [PATCH 17/20] config: don't have setters depend on `the_repository`, Patrick Steinhardt
- [PATCH 18/20] config: don't depend on `the_repository` with branch conditions, Patrick Steinhardt
- [PATCH 19/20] global: prepare for hiding away repo-less config functions, Patrick Steinhardt
- [PATCH 20/20] config: hide functions using `the_repository` by default, Patrick Steinhardt
- Re: [PATCH 00/20] Stop using `the_repository` in "config.c", Ghanshyam Thakkar
- [PATCH v2 00/20] Stop using `the_repository` in "config.c", Patrick Steinhardt
- [PATCH v2 01/20] path: expose `do_git_path()` as `repo_git_pathv()`, Patrick Steinhardt
- [PATCH v2 02/20] path: expose `do_git_common_path()` as `repo_common_pathv()`, Patrick Steinhardt
- [PATCH v2 03/20] editor: do not rely on `the_repository` for interactive edits, Patrick Steinhardt
- [PATCH v2 04/20] hooks: remove implicit dependency on `the_repository`, Patrick Steinhardt
- [PATCH v2 05/20] path: stop relying on `the_repository` when reporting garbage, Patrick Steinhardt
- [PATCH v2 06/20] path: stop relying on `the_repository` in `worktree_git_path()`, Patrick Steinhardt
- [PATCH v2 07/20] path: hide functions using `the_repository` by default, Patrick Steinhardt
- [PATCH v2 08/20] config: introduce missing setters that take repo as parameter, Patrick Steinhardt
- [PATCH v2 09/20] config: expose `repo_config_clear()`, Patrick Steinhardt
- [PATCH v2 10/20] config: pass repo to `git_config_get_index_threads()`, Patrick Steinhardt
- [PATCH v2 11/20] config: pass repo to `git_config_get_split_index()`, Patrick Steinhardt
- [PATCH v2 12/20] config: pass repo to `git_config_get_max_percent_split_change()`, Patrick Steinhardt
- [PATCH v2 13/20] config: pass repo to `git_config_get_expiry()`, Patrick Steinhardt
- [PATCH v2 14/20] config: pass repo to `git_config_get_expiry_in_days()`, Patrick Steinhardt
- [PATCH v2 15/20] config: pass repo to `git_die_config()`, Patrick Steinhardt
- [PATCH v2 16/20] config: pass repo to functions that rename or copy sections, Patrick Steinhardt
- [PATCH v2 17/20] config: don't have setters depend on `the_repository`, Patrick Steinhardt
- [PATCH v2 18/20] config: don't depend on `the_repository` with branch conditions, Patrick Steinhardt
- [PATCH v2 19/20] global: prepare for hiding away repo-less config functions, Patrick Steinhardt
- [PATCH v2 20/20] config: hide functions using `the_repository` by default, Patrick Steinhardt
- Re: [PATCH v2 00/20] Stop using `the_repository` in "config.c", Junio C Hamano
- Re: [PATCH v2 00/20] Stop using `the_repository` in "config.c", Calvin Wan
- Re: [PATCH v2 00/20] Stop using `the_repository` in "config.c", Justin Tobler
- [Question] git-commit: --template from cmd output, Avid Seeker
- %complete indicator needed on git submodule command, Gene Rice
- [GSoC][PATCH 0/6] t: port reftable/stack_test.c to the unit testing framework,
Chandra Pratap
- [PATCH 00/22] Memory leak fixes (pt.4),
Patrick Steinhardt
- [PATCH 01/22] remote: plug memory leak when aliasing URLs, Patrick Steinhardt
- [PATCH 02/22] git: fix leaking system paths, Patrick Steinhardt
- [PATCH 03/22] object-file: fix memory leak when reading corrupted headers, Patrick Steinhardt
- [PATCH 04/22] object-name: fix leaking symlink paths in object context, Patrick Steinhardt
- [PATCH 05/22] bulk-checkin: fix leaking state TODO, Patrick Steinhardt
- [PATCH 06/22] read-cache: fix leaking hashfile when writing index fails, Patrick Steinhardt
- [PATCH 07/22] submodule-config: fix leaking name enrty when traversing submodules, Patrick Steinhardt
- [PATCH 08/22] config: fix leaking comment character config, Patrick Steinhardt
- [PATCH 09/22] builtin/rebase: fix leaking `commit.gpgsign` value, Patrick Steinhardt
- [PATCH 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes, Patrick Steinhardt
- [PATCH 11/22] builtin/fast-import: plug trivial memory leaks, Patrick Steinhardt
- [PATCH 12/22] builtin/fast-export: fix leaking diff options, Patrick Steinhardt
- [PATCH 13/22] builtin/fast-export: plug leaking tag names, Patrick Steinhardt
- [PATCH 14/22] merge-ort: unconditionally release attributes index, Patrick Steinhardt
- [PATCH 15/22] sequencer: release todo list on error paths, Patrick Steinhardt
- [PATCH 16/22] unpack-trees: clear index when not propagating it, Patrick Steinhardt
- [PATCH 17/22] diff: fix leak when parsing invalid ignore regex option, Patrick Steinhardt
- [PATCH 18/22] builtin/format-patch: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH 19/22] userdiff: fix leaking memory for configured diff drivers, Patrick Steinhardt
- [PATCH 20/22] builtin/log: fix leak when showing converted blob contents, Patrick Steinhardt
- [PATCH 21/22] diff: free state populated via options, Patrick Steinhardt
- [PATCH 22/22] builtin/diff: free symmetric diff members, Patrick Steinhardt
- Re: [PATCH 00/22] Memory leak fixes (pt.4), James Liu
- Re: [PATCH 00/22] Memory leak fixes (pt.4), Junio C Hamano
- [PATCH v2 00/22] Memory leak fixes (pt.4), Patrick Steinhardt
- [PATCH v2 01/22] remote: plug memory leak when aliasing URLs, Patrick Steinhardt
- [PATCH v2 02/22] git: fix leaking system paths, Patrick Steinhardt
- [PATCH v2 03/22] object-file: fix memory leak when reading corrupted headers, Patrick Steinhardt
- [PATCH v2 04/22] object-name: fix leaking symlink paths in object context, Patrick Steinhardt
- [PATCH v2 05/22] bulk-checkin: fix leaking state TODO, Patrick Steinhardt
- [PATCH v2 06/22] read-cache: fix leaking hashfile when writing index fails, Patrick Steinhardt
- [PATCH v2 07/22] submodule-config: fix leaking name enrty when traversing submodules, Patrick Steinhardt
- [PATCH v2 08/22] config: fix leaking comment character config, Patrick Steinhardt
- [PATCH v2 09/22] builtin/rebase: fix leaking `commit.gpgsign` value, Patrick Steinhardt
- [PATCH v2 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes, Patrick Steinhardt
- [PATCH v2 11/22] builtin/fast-import: plug trivial memory leaks, Patrick Steinhardt
- [PATCH v2 12/22] builtin/fast-export: fix leaking diff options, Patrick Steinhardt
- [PATCH v2 13/22] builtin/fast-export: plug leaking tag names, Patrick Steinhardt
- [PATCH v2 14/22] merge-ort: unconditionally release attributes index, Patrick Steinhardt
- [PATCH v2 15/22] sequencer: release todo list on error paths, Patrick Steinhardt
- [PATCH v2 16/22] unpack-trees: clear index when not propagating it, Patrick Steinhardt
- [PATCH v2 17/22] diff: fix leak when parsing invalid ignore regex option, Patrick Steinhardt
- [PATCH v2 18/22] builtin/format-patch: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v2 19/22] userdiff: fix leaking memory for configured diff drivers, Patrick Steinhardt
- [PATCH v2 20/22] builtin/log: fix leak when showing converted blob contents, Patrick Steinhardt
- [PATCH v2 21/22] diff: free state populated via options, Patrick Steinhardt
- [PATCH v2 22/22] builtin/diff: free symmetric diff members, Patrick Steinhardt
- Re: [PATCH v2 00/22] Memory leak fixes (pt.4), karthik nayak
- Re: [PATCH v2 00/22] Memory leak fixes (pt.4), Phillip Wood
- [PATCH v3 00/22] Memory leak fixes (pt.4), Patrick Steinhardt
- [PATCH v3 01/22] remote: plug memory leak when aliasing URLs, Patrick Steinhardt
- [PATCH v3 02/22] git: fix leaking system paths, Patrick Steinhardt
- [PATCH v3 03/22] object-file: fix memory leak when reading corrupted headers, Patrick Steinhardt
- [PATCH v3 04/22] object-name: fix leaking symlink paths in object context, Patrick Steinhardt
- [PATCH v3 05/22] bulk-checkin: fix leaking state TODO, Patrick Steinhardt
- [PATCH v3 06/22] read-cache: fix leaking hashfile when writing index fails, Patrick Steinhardt
- [PATCH v3 07/22] submodule-config: fix leaking name entry when traversing submodules, Patrick Steinhardt
- [PATCH v3 08/22] config: fix leaking comment character config, Patrick Steinhardt
- [PATCH v3 09/22] builtin/rebase: fix leaking `commit.gpgsign` value, Patrick Steinhardt
- [PATCH v3 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes, Patrick Steinhardt
- [PATCH v3 11/22] builtin/fast-import: plug trivial memory leaks, Patrick Steinhardt
- [PATCH v3 12/22] builtin/fast-export: fix leaking diff options, Patrick Steinhardt
- [PATCH v3 13/22] builtin/fast-export: plug leaking tag names, Patrick Steinhardt
- [PATCH v3 14/22] merge-ort: unconditionally release attributes index, Patrick Steinhardt
- [PATCH v3 15/22] sequencer: release todo list on error paths, Patrick Steinhardt
- [PATCH v3 16/22] unpack-trees: clear index when not propagating it, Patrick Steinhardt
- [PATCH v3 17/22] diff: fix leak when parsing invalid ignore regex option, Patrick Steinhardt
- [PATCH v3 18/22] builtin/format-patch: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v3 19/22] userdiff: fix leaking memory for configured diff drivers, Patrick Steinhardt
- [PATCH v3 20/22] builtin/log: fix leak when showing converted blob contents, Patrick Steinhardt
- [PATCH v3 21/22] diff: free state populated via options, Patrick Steinhardt
- [PATCH v3 22/22] builtin/diff: free symmetric diff members, Patrick Steinhardt
- Re: [PATCH v3 00/22] Memory leak fixes (pt.4), Junio C Hamano
- [PATCH v4 00/22] Memory leak fixes (pt.4), Patrick Steinhardt
- [PATCH v4 01/22] remote: plug memory leak when aliasing URLs, Patrick Steinhardt
- [PATCH v4 02/22] git: fix leaking system paths, Patrick Steinhardt
- [PATCH v4 03/22] object-file: fix memory leak when reading corrupted headers, Patrick Steinhardt
- [PATCH v4 04/22] object-name: fix leaking symlink paths in object context, Patrick Steinhardt
- [PATCH v4 05/22] bulk-checkin: fix leaking state TODO, Patrick Steinhardt
- [PATCH v4 06/22] read-cache: fix leaking hashfile when writing index fails, Patrick Steinhardt
- [PATCH v4 07/22] submodule-config: fix leaking name entry when traversing submodules, Patrick Steinhardt
- [PATCH v4 08/22] config: fix leaking comment character config, Patrick Steinhardt
- [PATCH v4 09/22] builtin/rebase: fix leaking `commit.gpgsign` value, Patrick Steinhardt
- [PATCH v4 10/22] builtin/notes: fix leaking `struct notes_tree` when merging notes, Patrick Steinhardt
- [PATCH v4 11/22] builtin/fast-import: plug trivial memory leaks, Patrick Steinhardt
- [PATCH v4 12/22] builtin/fast-export: fix leaking diff options, Patrick Steinhardt
- [PATCH v4 13/22] builtin/fast-export: plug leaking tag names, Patrick Steinhardt
- [PATCH v4 14/22] merge-ort: unconditionally release attributes index, Patrick Steinhardt
- [PATCH v4 15/22] sequencer: release todo list on error paths, Patrick Steinhardt
- [PATCH v4 16/22] unpack-trees: clear index when not propagating it, Patrick Steinhardt
- [PATCH v4 17/22] diff: fix leak when parsing invalid ignore regex option, Patrick Steinhardt
- [PATCH v4 18/22] builtin/format-patch: fix various trivial memory leaks, Patrick Steinhardt
- [PATCH v4 19/22] userdiff: fix leaking memory for configured diff drivers, Patrick Steinhardt
- [PATCH v4 20/22] builtin/log: fix leak when showing converted blob contents, Patrick Steinhardt
- [PATCH v4 21/22] diff: free state populated via options, Patrick Steinhardt
- [PATCH v4 22/22] builtin/diff: free symmetric diff members, Patrick Steinhardt
- [PATCH] t3206: test_when_finished before dirtying operations, not after,
Junio C Hamano
- [PATCH v1 0/4] make "too many arguments" a bit more useful,
Junio C Hamano
- [PATCH v4 0/8] t7004: Modernize the style,
AbdAlRahman Gad
- What's cooking in git.git (Aug 2024, #02; Mon, 5),
Junio C Hamano
- Added support for --branch to git p4 rebase in git-p4.py, Samuel Hishmeh
- [PATCH] Added support for --branch to git p4 rebase in git-p4.py, Samuel
- git clone --reference=<repository> (without --dissociate), forgets to copy/get_pack_of objects from <repository> when "--no-local"/"file://" is present,
Han Jiang
- [PATCH] t/t7704-repack-cruft.sh: avoid failures during long-running tests,
Taylor Blau
- [no subject], Unknown
- [no subject], Unknown
- Bug: Git sees branch as valid commit ref and works; should fail,
Matt Thompson
- 2.46 submodule breakage,
Jeppe Øland
- [PATCH] repository: prevent memory leak when releasing ref stores,
Sven Strickroth via GitGitGadget
- [PATCH 0/5] doc: git diff reformatting,
Jean-Noël Avila via GitGitGadget
- [PATCH v3 0/6] [Newcomer] t7004: modernize the style,
AbdAlRahman Gad
- [PATCH v2][Newcomer] t7004-tag: modernize the test script, AbdAlRahman Gad
- [PATCH] log-tree: use decimal_width(),
René Scharfe
- [PATCH] refs/files: prevent memory leak by freeing packed_ref_store,
Sven Strickroth via GitGitGadget
- Git and gettext,
Kim Scarborough
- Merging problem,
Michael Salman
- git "security" overengineering (reaction to safe.directory), Costa Shapiro
- Date and time processing issue,
the . tester
- [PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo,
Han Young
- [PATCH 1/1] revision: don't set parents as uninteresting if exclude promisor objects, Han Young
- Re: [PATCH 0/1] revision: fix reachable objects being gc'ed in no blob clone repo, Jonathan Tan
- [WIP v2 0/4] revision: fix reachable objects being gc'ed in no blob clone repo, Han Young
- [PATCH 0/2] revision: fix reachable commits being gc'ed in partial repo, Calvin Wan
- [PATCH 1/2] packfile: split promisor objects oidset into two, Calvin Wan
- [PATCH 2/2] fetch-pack.c: do not declare local commits as "have" in partial repos, Calvin Wan
- [PATCH 0/2] repack: pack everything into promisor packfile in partial repos, Han Young
- Missing Promisor Objects in Partial Repo Design Doc, Calvin Wan
- [PATCH v2 0/3] repack: pack everything into promisor packfile in partial repos, Han Young
- [PATCH v3 0/3] repack: pack everything into promisor packfile in partial repos, Han Young
- [PATCH v4 0/3] repack: pack everything into promisor packfile in partial repos, Han Young
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]