aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar8-7/+9
2025-07-07u-string-list: move "remove duplicates" test to "u-string-list.c"shejialuo4-67/+62
2025-07-07u-string-list: move "filter string" test to "u-string-list.c"shejialuo3-32/+73
2025-07-07u-string-list: move "test_split_in_place" to "u-string-list.c"shejialuo3-73/+37
2025-07-07u-string-list: move "test_split" into "u-string-list.c"shejialuo5-67/+57
2025-07-07string-list: enable sign compare warnings checkshejialuo1-11/+9
2025-07-07string-list: return index directly when inserting an existing elementshejialuo1-5/+1
2025-07-07string-list: remove unused "insert_at" parameter from add_entryshejialuo1-3/+3
2025-07-07string-list: fix sign compare warnings for loop iteratorshejialuo1-12/+10
2025-07-07read-cache: report lock error when refreshing indexHan Young2-13/+8
2025-07-07apply docs: clarify wording for --intent-to-addRaymond E. Pasco1-4/+5
2025-07-07t4140: test apply --intent-to-add interactionsRaymond E. Pasco1-1/+30
2025-07-07apply: only write intents to add for new filesRaymond E. Pasco1-1/+1
2025-07-07apply: read in the index in --intent-to-add modeRaymond E. Pasco1-1/+1
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-02Merge branch 'jt/imap-send-message-fix'Junio C Hamano1-2/+7
2025-07-02Merge branch 'ps/contrib-sweep'Junio C Hamano52-6900/+0
2025-07-02Merge branch 'ag/imap-send-resurrection'Junio C Hamano3-77/+407
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