aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-07setup_revisions(): turn on diffs for all-negative diff filterJeff King2-1/+7
2025-07-07setup: use "reftable" format when experimental features are enabledPatrick Steinhardt3-0/+52
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt5-0/+68
2025-07-02The sixth batchJunio C Hamano1-0/+7
2025-07-02gitremote-helpers.adoc: fix formattingBrett A C Sheffield1-1/+1
2025-07-02build: retire NO_UINTMAX_TCarlo Marcelo Arenas Belón3-24/+0
2025-07-02config.mak.uname: set NO_MEMMEM only for functional versionCarlo Marcelo Arenas Belón1-6/+3
2025-07-02meson: add rule to run 'git clang-format'Karthik Nayak1-0/+12
2025-07-02clang-format: add 'RemoveBracesLLVM' to the main configKarthik Nayak2-17/+7
2025-07-02clang-format: set 'ColumnLimit' to 0Karthik Nayak1-12/+9
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord4-15/+15
2025-07-01refs: remove old refs_warn_dangling_symrefPhil Hord2-18/+1
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord3-13/+13
2025-07-01Enable SHA-256 by default in breaking changes modebrian m. carlson2-2/+8
2025-07-01help: add a build option for default hashbrian m. carlson1-0/+1
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