summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-01t5300: choose the built-in hash outside of a repobrian m. carlson1-3/+3
2025-07-01t4042: choose the built-in hash outside of a repobrian m. carlson1-2/+10
2025-07-01t1007: choose the built-in hash outside of a repobrian m. carlson1-2/+2
2025-07-01t: default to compile-time default hash if not setbrian m. carlson2-2/+10
2025-07-01setup: use the default algorithm to initialize repo formatbrian m. carlson2-2/+5
2025-07-01Use legacy hash for legacy formatsbrian m. carlson9-13/+13
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson8-8/+8
2025-07-01hash: add a constant for the legacy hash algorithmbrian m. carlson1-0/+2
2025-07-01hash: add a constant for the default hash algorithmbrian m. carlson1-0/+2
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt8-45/+37
2025-07-01odb: rename `pretend_object_file()`Patrick Steinhardt3-13/+14
2025-07-01odb: rename `has_object()`Patrick Steinhardt30-74/+87
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt47-150/+157
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt48-170/+213
2025-07-01odb: trivial refactorings to get rid of `the_repository`Patrick Steinhardt1-16/+16
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt6-43/+50
2025-07-01odb: get rid of `the_repository` when handling the primary sourcePatrick Steinhardt3-27/+36
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt8-28/+47
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt14-64/+83
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt7-15/+22
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt4-5/+7
2025-07-01odb: get rid of `the_repository` in `find_odb()`Patrick Steinhardt4-7/+12
2025-07-01odb: introduce parent pointersPatrick Steinhardt3-21/+35
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt126-129/+129
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt28-272/+284
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt8-19/+24
2025-07-01pack-bitmap: add load corrupt bitmap testLidong Yan4-5/+96
2025-07-01pack-bitmap: reword comments in test_bitmap_commits()Lidong Yan1-2/+3
2025-07-01pack-bitmap: fix memory leak if load_bitmap() failedTaylor Blau1-17/+4
2025-07-01send-pack: clean-up even when taking an early exitJunio C Hamano1-3/+5
2025-07-01config: mention --url in the synopsisKristoffer Haugsbakk2-2/+2
2025-07-01config: use --value instead of value-patternKristoffer Haugsbakk1-4/+4
2025-07-01config: document --[no-]valueKristoffer Haugsbakk1-0/+8
2025-07-01config: use --value=<pattern> consistentlyKristoffer Haugsbakk2-9/+9
2025-07-01config: document --[no-]show-namesKristoffer Haugsbakk1-0/+6
2025-07-01ci: update FreeBSD image to 14.3Carlo Marcelo Arenas Belón1-3/+5
2025-06-30The fifth batchJunio C Hamano1-0/+15
2025-06-30docs: mention possible options for Proton Mail usersAditya Garg1-0/+8
2025-06-30docs: add a paragraph explaining the `sendmailCmd` option of sendemailAditya Garg1-0/+29
2025-06-30docs: add an OAuth2.0 credential helper for AOL accountsAditya Garg1-0/+3
2025-06-30docs: add outlookidfix config option to sendemail documentationAditya Garg1-2/+7
2025-06-30docs: link OpenSSL's verify(1) manual page to know about -CAfile and -CApath ...Aditya Garg1-6/+8
2025-06-30doc: improve formatting in branch sectionJakub Ječmínek1-2/+2
2025-06-30daemon: correctly handle soft accept() errors in service_loopCarlo Marcelo Arenas Belón1-2/+10
2025-06-27send-pack: clean up extra_have oid arrayJacob Keller1-0/+1
2025-06-26daemon: remove unnecesary restriction for listener fdCarlo Marcelo Arenas Belón1-5/+0
2025-06-25The fourth batchJunio C Hamano1-0/+10
2025-06-25contrib: better support symbolic port names in git-credential-netrcMaxim Cournoyer5-8/+42
2025-06-25contrib: warn for invalid netrc file ports in git-credential-netrcMaxim Cournoyer1-3/+8
2025-06-25contrib: use a more portable shebang for git-credential-netrcMaxim Cournoyer1-1/+1