Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] tests: drop use of 'tee' that hides exit status, (continued)
- [PATCH 0/3] send-email: teach git send-email mode to translate aliases,
Jacob Keller
- [PATCH v6 0/8] [Newcomer] t7004: modernize the style,
AbdAlRahman Gad
- [PATCH] diff-tree: fix crash when used with --remerge-diff,
blanet via GitGitGadget
- Re: Adding nested repository with slash adds files instead of gitlink,
Phil Sainty
- [PATCH] doc: pack-objects: clarify --missing option,
Han Young
- [BUG REPORT] sparseIndexExpanded hint always shows on sparse worktree move,
Brian Lyles
- Documentation bug (?) when describing `zdiff3` merge format,
punk . lion0906
- [PATCH] transport: fix leak with transport helper URLs,
Junio C Hamano
- [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a,
Josh Steadmon
- [RFC PATCH 1/6] common-main: split common_exit() into a new file, Josh Steadmon
- [RFC PATCH 2/6] repository: add initialize_repo wrapper without pointer, Josh Steadmon
- [RFC PATCH 3/6] contrib/cgit-rs: introduce Rust wrapper for libgit.a, Josh Steadmon
- [RFC PATCH 4/6] contrib/cgit-rs: add repo initialization and config access, Josh Steadmon
- [RFC PATCH 5/6] config: add git_configset_alloc, Josh Steadmon
- [RFC PATCH 6/6] contrib/cgit-rs: add a subset of configset wrappers, Josh Steadmon
- Re: [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a, brian m. carlson
- Re: [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a, Jason A. Donenfeld
- Re: [RFC PATCH 0/6] [RFC] Introduce cgit-rs, a Rust wrapper around libgit.a, Junio C Hamano
- [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a, Josh Steadmon
- [PATCH v2 1/5] common-main: split init and exit code into new files, Josh Steadmon
- [PATCH v2 2/5] cgit-sys: introduce Rust wrapper for libgit.a, Josh Steadmon
- [PATCH v2 3/5] cgit-sys: add repo initialization and config access, Josh Steadmon
- [PATCH v2 4/5] config: add git_configset_alloc() and git_configset_clear_and_free(), Josh Steadmon
- [PATCH v2 5/5] cgit: add higher-level cgit crate, Josh Steadmon
- Re: [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a, Junio C Hamano
- Re: [PATCH v2 0/5] Introduce cgit-rs, a Rust wrapper around libgit.a, Jason A. Donenfeld
- [PATCH v3 0/6] Introduce libgit-rs, a Rust wrapper around libgit.a, Calvin Wan
- [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
- [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
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]