summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-07string-list: remove unused "insert_at" parameter from add_entryshejialuo-3/+3
2025-07-07string-list: fix sign compare warnings for loop iteratorshejialuo-12/+10
2025-07-07read-cache: report lock error when refreshing indexHan Young-13/+8
2025-07-07apply docs: clarify wording for --intent-to-addRaymond E. Pasco-4/+5
2025-07-07t4140: test apply --intent-to-add interactionsRaymond E. Pasco-1/+30
2025-07-07apply: only write intents to add for new filesRaymond E. Pasco-1/+1
2025-07-07apply: read in the index in --intent-to-add modeRaymond E. Pasco-1/+1
2025-07-07setup_revisions(): turn on diffs for all-negative diff filterJeff King-1/+7
2025-07-07setup: use "reftable" format when experimental features are enabledPatrick Steinhardt-0/+52
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt-0/+68
2025-07-02The sixth batchJunio C Hamano-0/+7
2025-07-02Merge branch 'jt/imap-send-message-fix'Junio C Hamano-2/+7
2025-07-02Merge branch 'ps/contrib-sweep'Junio C Hamano-6900/+0
2025-07-02Merge branch 'ag/imap-send-resurrection'Junio C Hamano-77/+407
2025-07-02gitremote-helpers.adoc: fix formattingBrett A C Sheffield-1/+1
2025-07-02build: retire NO_UINTMAX_TCarlo Marcelo Arenas Belón-24/+0
2025-07-02config.mak.uname: set NO_MEMMEM only for functional versionCarlo Marcelo Arenas Belón-6/+3
2025-07-02meson: add rule to run 'git clang-format'Karthik Nayak-0/+12
2025-07-02clang-format: add 'RemoveBracesLLVM' to the main configKarthik Nayak-17/+7
2025-07-02clang-format: set 'ColumnLimit' to 0Karthik Nayak-12/+9
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord-15/+15
2025-07-01refs: remove old refs_warn_dangling_symrefPhil Hord-18/+1
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord-13/+13
2025-07-01Enable SHA-256 by default in breaking changes modebrian m. carlson-2/+8
2025-07-01help: add a build option for default hashbrian m. carlson-0/+1
2025-07-01t5300: choose the built-in hash outside of a repobrian m. carlson-3/+3
2025-07-01t4042: choose the built-in hash outside of a repobrian m. carlson-2/+10
2025-07-01t1007: choose the built-in hash outside of a repobrian m. carlson-2/+2
2025-07-01t: default to compile-time default hash if not setbrian m. carlson-2/+10
2025-07-01setup: use the default algorithm to initialize repo formatbrian m. carlson-2/+5
2025-07-01Use legacy hash for legacy formatsbrian m. carlson-13/+13
2025-07-01builtin: use default hash when outside a repositorybrian m. carlson-8/+8
2025-07-01hash: add a constant for the legacy hash algorithmbrian m. carlson-0/+2
2025-07-01hash: add a constant for the default hash algorithmbrian m. carlson-0/+2
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt-45/+37
2025-07-01odb: rename `pretend_object_file()`Patrick Steinhardt-13/+14
2025-07-01odb: rename `has_object()`Patrick Steinhardt-74/+87
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-150/+157
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-170/+213
2025-07-01odb: trivial refactorings to get rid of `the_repository`Patrick Steinhardt-16/+16
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt-43/+50
2025-07-01odb: get rid of `the_repository` when handling the primary sourcePatrick Steinhardt-27/+36
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt-28/+47
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt-64/+83
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt-15/+22
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt-5/+7
2025-07-01odb: get rid of `the_repository` in `find_odb()`Patrick Steinhardt-7/+12
2025-07-01odb: introduce parent pointersPatrick Steinhardt-21/+35
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-129/+129
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-272/+284