Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] Makefile: avoid constant rebuilds with compilation database, (continued)
- [PATCH 0/5] miscellaneous build mods (part 2),
Ramsay Jones
- Can I avoid typing so much when --force-with-lease, --force-if-includes, detached HEAD, and no local branch?, D. Ben Knoble
- [PATCH] fill_oids_from_packs: fix memory leak when fill_oids_from_packs failed,
Lidong Yan via GitGitGadget
- [PATCH] REFTABLE_REALLOC_ARRAY: fix potential memory leak if realloc failed,
Lidong Yan via GitGitGadget
- [PATCH] decode_header: fix pointential memory leak if decode_header failed,
Lidong Yan via GitGitGadget
- [PATCH v2] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects,
Han Young
- [PATCH v5 0/3] Improve checks for valid_fqdn in send-email and update documentation,
Aditya Garg
- [ANNOUNCE] Git Merge 2025 CFP deadline extended,
Taylor Blau
- What's cooking in git.git (May 2025, #03; Wed, 7),
Junio C Hamano
- [no subject], Unknown
- Celebrating Git's 20th Anniversary - A Token of Appreciation from GitLab,
Toon Claes
- [RFC PATCH 0/2] builtin/receive-pack: introduce option to skip connectivity checks,
Justin Tobler
- [PATCH 0/3] fix xstrdup leak in parse_short_opt,
Lidong Yan via GitGitGadget
- [no subject], Unknown
- [PATCH 0/3] Integrate the sparse index with 'git apply' and 'git add -p/-i',
Derrick Stolee via GitGitGadget
- [PATCH] git-p4: preserve executable bit in LFS pointers, Scott Guest via GitGitGadget
- Bug report for pull --rebase,
Mr Bill
- [PATCH 0/4] align the behavior when opening "packed-refs",
shejialuo
- [PATCH 00/10] Spring cleanup of "contrib/",
Patrick Steinhardt
- [PATCH 02/10] contrib: remove "examples" directory, Patrick Steinhardt
- [PATCH 03/10] contrib: remove remote-helper stubs, Patrick Steinhardt
- [PATCH 01/10] contrib: remove "remotes2config.sh", Patrick Steinhardt
- [PATCH 04/10] contrib: remove "thunderbird-patch-inline", Patrick Steinhardt
- [PATCH 05/10] contrib: remove "hooks" directory, Patrick Steinhardt
- [PATCH 08/10] contrib: remove "git-resurrect.sh", Patrick Steinhardt
- [PATCH 09/10] contrib: remove "emacs" directory, Patrick Steinhardt
- [PATCH 07/10] contrib: remove "persistent-https" remote helper, Patrick Steinhardt
- [PATCH 10/10] contrib: remove "git-new-workdir", Patrick Steinhardt
- [PATCH 06/10] contrib: remove "mw-to-git", Patrick Steinhardt
- Re: [PATCH 00/10] Spring cleanup of "contrib/", Junio C Hamano
- [PATCH v2 00/11] Spring cleanup of "contrib/", Patrick Steinhardt
- [PATCH v2 02/11] contrib: remove "examples" directory, Patrick Steinhardt
- [PATCH v2 03/11] contrib: remove remote-helper stubs, Patrick Steinhardt
- [PATCH v2 10/11] contrib: remove "git-new-workdir", Patrick Steinhardt
- [PATCH v2 07/11] contrib: remove "persistent-https" remote helper, Patrick Steinhardt
- [PATCH v2 06/11] contrib: remove "mw-to-git", Patrick Steinhardt
- [PATCH v2 05/11] contrib: remove "hooks" directory, Patrick Steinhardt
- [PATCH v2 01/11] contrib: remove "remotes2config.sh", Patrick Steinhardt
- [PATCH v2 04/11] contrib: remove "thunderbird-patch-inline", Patrick Steinhardt
- [PATCH v2 08/11] contrib: remove "git-resurrect.sh", Patrick Steinhardt
- [PATCH v2 09/11] contrib: remove "emacs" directory, Patrick Steinhardt
- [PATCH v2 11/11] contrib: remove "stats" directory, Patrick Steinhardt
- Re: [PATCH v2 00/11] Spring cleanup of "contrib/", Elijah Newren
- Re: [PATCH v2 04/11] contrib: remove "thunderbird-patch-inline", Collin Funk
- Re: [PATCH 00/10] Spring cleanup of "contrib/", Peter Krefting
- [PATCH v3 00/11] Spring cleanup of "contrib/", Patrick Steinhardt
- [PATCH v3 05/11] contrib: remove "hooks" directory, Patrick Steinhardt
- [PATCH v3 07/11] contrib: remove "persistent-https" remote helper, Patrick Steinhardt
- [PATCH v3 08/11] contrib: remove "git-resurrect.sh", Patrick Steinhardt
- [PATCH v3 06/11] contrib: remove "mw-to-git", Patrick Steinhardt
- [PATCH v3 11/11] contrib: remove some scripts in "stats" directory, Patrick Steinhardt
- Re: [PATCH v3 00/11] Spring cleanup of "contrib/", Elijah Newren
[RFC PATCH 0/2] rebase: support --trailer and add --reviewby,
Li Chen
Problems with t6011,
Torsten Bögershausen
[PATCH 00/17] object-store: carve out the object database subsystem,
Patrick Steinhardt
- [PATCH 01/17] object-store: rename `raw_object_store` to `object_database`, Patrick Steinhardt
- [PATCH 05/17] odb: get rid of `the_repository` in `find_odb()`, Patrick Steinhardt
- [PATCH 03/17] object-store: rename files to "odb.{c,h}", Patrick Steinhardt
- [PATCH 07/17] odb: get rid of `the_repository` in `assert_oid_type()`, Patrick Steinhardt
- [PATCH 04/17] odb: introduce parent pointers, Patrick Steinhardt
- [PATCH 02/17] object-store: rename `object_directory` to `odb_backend`, Patrick Steinhardt
- [PATCH 06/17] odb: get rid of `the_repository` in `assert_oid_type()`, Patrick Steinhardt
- [PATCH 09/17] odb: get rid of `the_repository` in `for_each()` functions, Patrick Steinhardt
- [PATCH 08/17] odb: get rid of `the_repository` when handling alternates, Patrick Steinhardt
- [PATCH 10/17] odb: get rid of `the_repository` when handling the primary backend, Patrick Steinhardt
- [PATCH 11/17] odb: get rid of `the_repository` when handling submodule backends, Patrick Steinhardt
- [PATCH 12/17] odb: trivial refactorings to get rid of `the_repository`, Patrick Steinhardt
- [PATCH 14/17] odb: rename `repo_read_object_file()`, Patrick Steinhardt
- [PATCH 16/17] odb: rename `pretend_object_file()`, Patrick Steinhardt
- [PATCH 15/17] odb: rename `has_object()`, Patrick Steinhardt
- [PATCH 13/17] odb: rename `oid_object_info()`, Patrick Steinhardt
- [PATCH 17/17] odb: rename `read_object_with_reference()`, Patrick Steinhardt
- Re: [PATCH 00/17] object-store: carve out the object database subsystem, Derrick Stolee
- Re: [PATCH 00/17] object-store: carve out the object database subsystem, Junio C Hamano
- [PATCH v2 00/17] object-store: carve out the object database subsystem, Patrick Steinhardt
- [PATCH v2 01/17] object-store: rename `raw_object_store` to `object_database`, Patrick Steinhardt
- [PATCH v2 02/17] object-store: rename `object_directory` to `odb_alternate`, Patrick Steinhardt
- [PATCH v2 05/17] odb: get rid of `the_repository` in `find_odb()`, Patrick Steinhardt
- [PATCH v2 09/17] odb: get rid of `the_repository` in `for_each()` functions, Patrick Steinhardt
- [PATCH v2 08/17] odb: get rid of `the_repository` when handling alternates, Patrick Steinhardt
- [PATCH v2 10/17] odb: get rid of `the_repository` when handling the primary alternate, Patrick Steinhardt
- [PATCH v2 12/17] odb: trivial refactorings to get rid of `the_repository`, Patrick Steinhardt
- [PATCH v2 04/17] odb: introduce parent pointers, Patrick Steinhardt
- [PATCH v2 03/17] object-store: rename files to "odb.{c,h}", Patrick Steinhardt
- [PATCH v2 13/17] odb: rename `oid_object_info()`, Patrick Steinhardt
- [PATCH v2 06/17] odb: get rid of `the_repository` in `assert_oid_type()`, Patrick Steinhardt
- [PATCH v2 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`, Patrick Steinhardt
- [PATCH v2 15/17] odb: rename `has_object()`, Patrick Steinhardt
- [PATCH v2 16/17] odb: rename `pretend_object_file()`, Patrick Steinhardt
- [PATCH v2 17/17] odb: rename `read_object_with_reference()`, Patrick Steinhardt
- [PATCH v2 11/17] odb: get rid of `the_repository` when handling submodule alternates, Patrick Steinhardt
- [PATCH v2 14/17] odb: rename `repo_read_object_file()`, Patrick Steinhardt
- Re: [PATCH v2 00/17] object-store: carve out the object database subsystem, Junio C Hamano
- [PATCH v3 00/17] object-store: carve out the object database subsystem, Patrick Steinhardt
- [PATCH v3 03/17] object-store: rename files to "odb.{c,h}", Patrick Steinhardt
- [PATCH v3 04/17] odb: introduce parent pointers, Patrick Steinhardt
- [PATCH v3 01/17] object-store: rename `raw_object_store` to `object_database`, Patrick Steinhardt
- [PATCH v3 05/17] odb: get rid of `the_repository` in `find_odb()`, Patrick Steinhardt
- [PATCH v3 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`, Patrick Steinhardt
- [PATCH v3 06/17] odb: get rid of `the_repository` in `assert_oid_type()`, Patrick Steinhardt
- [PATCH v3 02/17] object-store: rename `object_directory` to `odb_alternate`, Patrick Steinhardt
- [PATCH v3 09/17] odb: get rid of `the_repository` in `for_each()` functions, Patrick Steinhardt
- [PATCH v3 10/17] odb: get rid of `the_repository` when handling the primary alternate, Patrick Steinhardt
- [PATCH v3 08/17] odb: get rid of `the_repository` when handling alternates, Patrick Steinhardt
- [PATCH v3 11/17] odb: get rid of `the_repository` when handling submodule alternates, Patrick Steinhardt
- [PATCH v3 12/17] odb: trivial refactorings to get rid of `the_repository`, Patrick Steinhardt
- [PATCH v3 14/17] odb: rename `repo_read_object_file()`, Patrick Steinhardt
- [PATCH v3 13/17] odb: rename `oid_object_info()`, Patrick Steinhardt
- [PATCH v3 16/17] odb: rename `pretend_object_file()`, Patrick Steinhardt
- [PATCH v3 17/17] odb: rename `read_object_with_reference()`, Patrick Steinhardt
- [PATCH v3 15/17] odb: rename `has_object()`, Patrick Steinhardt
- Re: [PATCH v3 00/17] object-store: carve out the object database subsystem, Toon Claes
- [PATCH v4 00/17] object-store: carve out the object database subsystem, Patrick Steinhardt
- [PATCH v4 01/17] object-store: rename `raw_object_store` to `object_database`, Patrick Steinhardt
- [PATCH v4 03/17] object-store: rename files to "odb.{c,h}", Patrick Steinhardt
- [PATCH v4 04/17] odb: introduce parent pointers, Patrick Steinhardt
- [PATCH v4 05/17] odb: get rid of `the_repository` in `find_odb()`, Patrick Steinhardt
- [PATCH v4 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`, Patrick Steinhardt
- [PATCH v4 02/17] object-store: rename `object_directory` to `odb_source`, Patrick Steinhardt
- [PATCH v4 06/17] odb: get rid of `the_repository` in `assert_oid_type()`, Patrick Steinhardt
- [PATCH v4 09/17] odb: get rid of `the_repository` in `for_each()` functions, Patrick Steinhardt
- [PATCH v4 08/17] odb: get rid of `the_repository` when handling alternates, Patrick Steinhardt
- [PATCH v4 10/17] odb: get rid of `the_repository` when handling the primary source, Patrick Steinhardt
- [PATCH v4 12/17] odb: trivial refactorings to get rid of `the_repository`, Patrick Steinhardt
- [PATCH v4 11/17] odb: get rid of `the_repository` when handling submodule sources, Patrick Steinhardt
- [PATCH v4 13/17] odb: rename `oid_object_info()`, Patrick Steinhardt
- [PATCH v4 17/17] odb: rename `read_object_with_reference()`, Patrick Steinhardt
- [PATCH v4 15/17] odb: rename `has_object()`, Patrick Steinhardt
- [PATCH v4 14/17] odb: rename `repo_read_object_file()`, Patrick Steinhardt
- [PATCH v4 16/17] odb: rename `pretend_object_file()`, Patrick Steinhardt
- Re: [PATCH v4 00/17] object-store: carve out the object database subsystem, Junio C Hamano
- [PATCH v5 00/17] object-store: carve out the object database subsystem, Patrick Steinhardt
- [PATCH v5 05/17] odb: get rid of `the_repository` in `find_odb()`, Patrick Steinhardt
- [PATCH v5 01/17] object-store: rename `raw_object_store` to `object_database`, Patrick Steinhardt
- [PATCH v5 04/17] odb: introduce parent pointers, Patrick Steinhardt
- [PATCH v5 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`, Patrick Steinhardt
- [PATCH v5 02/17] object-store: rename `object_directory` to `odb_source`, Patrick Steinhardt
- [PATCH v5 08/17] odb: get rid of `the_repository` when handling alternates, Patrick Steinhardt
- [PATCH v5 06/17] odb: get rid of `the_repository` in `assert_oid_type()`, Patrick Steinhardt
- [PATCH v5 03/17] object-store: rename files to "odb.{c,h}", Patrick Steinhardt
- [PATCH v5 10/17] odb: get rid of `the_repository` when handling the primary source, Patrick Steinhardt
- [PATCH v5 12/17] odb: trivial refactorings to get rid of `the_repository`, Patrick Steinhardt
- [PATCH v5 11/17] odb: get rid of `the_repository` when handling submodule sources, Patrick Steinhardt
- [PATCH v5 09/17] odb: get rid of `the_repository` in `for_each()` functions, Patrick Steinhardt
- [PATCH v5 13/17] odb: rename `oid_object_info()`, Patrick Steinhardt
- [PATCH v5 14/17] odb: rename `repo_read_object_file()`, Patrick Steinhardt
- [PATCH v5 15/17] odb: rename `has_object()`, Patrick Steinhardt
- [PATCH v5 16/17] odb: rename `pretend_object_file()`, Patrick Steinhardt
- [PATCH v5 17/17] odb: rename `read_object_with_reference()`, Patrick Steinhardt
- [PATCH v6 00/17] object-store: carve out the object database subsystem, Patrick Steinhardt
- [PATCH v6 01/17] object-store: rename `raw_object_store` to `object_database`, Patrick Steinhardt
- [PATCH v6 03/17] object-store: rename files to "odb.{c,h}", Patrick Steinhardt
- [PATCH v6 04/17] odb: introduce parent pointers, Patrick Steinhardt
- [PATCH v6 02/17] object-store: rename `object_directory` to `odb_source`, Patrick Steinhardt
- [PATCH v6 05/17] odb: get rid of `the_repository` in `find_odb()`, Patrick Steinhardt
- [PATCH v6 08/17] odb: get rid of `the_repository` when handling alternates, Patrick Steinhardt
- [PATCH v6 06/17] odb: get rid of `the_repository` in `assert_oid_type()`, Patrick Steinhardt
- [PATCH v6 07/17] odb: get rid of `the_repository` in `odb_mkstemp()`, Patrick Steinhardt
- [PATCH v6 10/17] odb: get rid of `the_repository` when handling the primary source, Patrick Steinhardt
- [PATCH v6 09/17] odb: get rid of `the_repository` in `for_each()` functions, Patrick Steinhardt
- [PATCH v6 11/17] odb: get rid of `the_repository` when handling submodule sources, Patrick Steinhardt
- [PATCH v6 12/17] odb: trivial refactorings to get rid of `the_repository`, Patrick Steinhardt
- [PATCH v6 13/17] odb: rename `oid_object_info()`, Patrick Steinhardt
- [PATCH v6 14/17] odb: rename `repo_read_object_file()`, Patrick Steinhardt
- [PATCH v6 15/17] odb: rename `has_object()`, Patrick Steinhardt
- [PATCH v6 16/17] odb: rename `pretend_object_file()`, Patrick Steinhardt
- [PATCH v6 17/17] odb: rename `read_object_with_reference()`, Patrick Steinhardt
- Re: [PATCH v6 00/17] object-store: carve out the object database subsystem, Justin Tobler
[PATCH 0/4] meson: parse TAP output generated by our tests,
Patrick Steinhardt
- [PATCH 2/4] t/test-lib: don't print shell traces to stdout, Patrick Steinhardt
- [PATCH 1/4] t: fix cases where output breaks TAP format, Patrick Steinhardt
- [PATCH 4/4] meson: parse TAP output generated by our tests, Patrick Steinhardt
- [PATCH 3/4] meson: introduce kwargs variable for tests, Patrick Steinhardt
- Re: [PATCH 0/4] meson: parse TAP output generated by our tests, Patrick Steinhardt
- Re: [PATCH 0/4] meson: parse TAP output generated by our tests, Patrick Steinhardt
- [PATCH v2 0/6] meson: parse TAP output generated by our tests, Patrick Steinhardt
- [PATCH v3 00/10] meson: parse TAP output generated by our tests, Patrick Steinhardt
- [PATCH v3 01/10] t: stop announcing prereqs, Patrick Steinhardt
- [PATCH v3 02/10] t: silence output from `test_create_repo()`, Patrick Steinhardt
- [PATCH v3 04/10] t983*: use prereq to check for Python-specific git-b4(1) support, Patrick Steinhardt
- [PATCH v3 03/10] t9822: use prereq to check for ISO-8859-1 support, Patrick Steinhardt
- [PATCH v3 05/10] t/test-lib: don't print shell traces to stdout, Patrick Steinhardt
- [PATCH v3 06/10] t/test-lib: fix TAP format for BASH_XTRACEFD warning, Patrick Steinhardt
- [PATCH v3 08/10] test-lib: fail on unexpectedly passing tests, Patrick Steinhardt
- [PATCH v3 07/10] t7815: fix unexpectedly passing test on macOS, Patrick Steinhardt
- [PATCH v3 09/10] meson: introduce kwargs variable for tests, Patrick Steinhardt
- [PATCH v3 10/10] meson: parse TAP output generated by our tests, Patrick Steinhardt
- Re: [PATCH v3 00/10] meson: parse TAP output generated by our tests, Karthik Nayak
- [PATCH v4 00/10] meson: parse TAP output generated by our tests, Patrick Steinhardt
- [PATCH v4 01/10] t: stop announcing prereqs, Patrick Steinhardt
- [PATCH v4 02/10] t: silence output from `test_create_repo()`, Patrick Steinhardt
- [PATCH v4 03/10] t9822: use prereq to check for ISO-8859-1 support, Patrick Steinhardt
- [PATCH v4 04/10] t983*: use prereq to check for Python-specific git-p4(1) support, Patrick Steinhardt
- [PATCH v4 06/10] t/test-lib: fix TAP format for BASH_XTRACEFD warning, Patrick Steinhardt
- [PATCH v4 05/10] t/test-lib: don't print shell traces to stdout, Patrick Steinhardt
- [PATCH v4 09/10] meson: introduce kwargs variable for tests, Patrick Steinhardt
- [PATCH v4 10/10] meson: parse TAP output generated by our tests, Patrick Steinhardt
- [PATCH v4 08/10] test-lib: fail on unexpectedly passing tests, Patrick Steinhardt
- [PATCH v4 07/10] t7815: fix unexpectedly passing test on macOS, Patrick Steinhardt
- Re: [PATCH v4 00/10] meson: parse TAP output generated by our tests, Karthik Nayak
What's cooking in git.git (May 2025, #02; Mon, 5),
Junio C Hamano
Collaboration Opportunity: IEEE Summer of Code 2025 🚀, numarahamath
Incremental Backup of repositories using Git,
Akash S
Bug Report: git submodule overwrites submodules of same name but different path,
mlell08
[PATCH] ci: fix aggregation of test results with Meson,
Patrick Steinhardt
[PATCH 0/3] Better support for customising context lines in --patch commands,
Leon Michalak via GitGitGadget
[PATCH v2 0/4] Better support for customising context lines in --patch commands, Leon Michalak via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]