aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano2022-06-031-8/+25
|\
| * sparse-index: introduce partially-sparse indexesDerrick Stolee2022-05-231-8/+25
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-1/+11
|\ \
| * | core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh2022-04-061-0/+4
| * | core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh2022-04-061-1/+7
| * | Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano2022-04-061-0/+48
| |\ \
* | \ \ Merge branch 'ds/midx-normalize-pathname-before-comparison'Junio C Hamano2022-05-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | cache: use const char * for get_object_directory()Derrick Stolee2022-04-251-1/+1
* | | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-1/+0
|\ \ \ \
| * | | | fsmonitor: config settings are repository-specificJeff Hostetler2022-03-251-1/+0
* | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-04-041-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | core.fsync: fix incorrect expression for default configurationNeeraj Singh2022-03-291-2/+2
* | | | | Merge branch 'ps/fsync-refs'Junio C Hamano2022-03-251-2/+5
|\ \ \ \ \
| * | | | | core.fsync: new option to harden referencesPatrick Steinhardt2022-03-151-2/+5
| * | | | | Merge branch 'ns/core-fsyncmethod' into ps/fsync-refsJunio C Hamano2022-03-151-0/+48
| |\| | | | | | |_|_|/ | |/| | |
* | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-0/+48
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | core.fsync: documentation and user-friendly aggregate optionsNeeraj Singh2022-03-151-3/+20
| * | | | core.fsync: new option to harden the indexNeeraj Singh2022-03-101-0/+1
| * | | | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-0/+23
| * | | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-101-0/+7
| | |/ / | |/| |
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-3/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| * | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+2
| * | | object-file API: split up and simplify check_object_signature()Ævar Arnfjörð Bjarmason2022-02-251-4/+8
| * | | object API users + docs: check <0, not !0 with check_object_signature()Ævar Arnfjörð Bjarmason2022-02-251-0/+3
| * | | object API docs: move check_object_signature() docs to cache.hÆvar Arnfjörð Bjarmason2022-02-251-0/+6
| | |/ | |/|
* | | Merge branch 'en/present-despite-skipped'Junio C Hamano2022-03-091-0/+1
|\ \ \ | |_|/ |/| |
| * | repo_read_index: add config to expect files outside sparse patternsElijah Newren2022-03-011-0/+1
| |/
* | Merge branch 'ab/date-mode-release'Junio C Hamano2022-02-251-50/+0
|\ \
| * | date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-48/+0
| * | cache.h: remove always unused show_date_human() declarationÆvar Arnfjörð Bjarmason2022-02-161-2/+0
* | | Merge branch 'ab/auto-detect-zlib-compress2'Junio C Hamano2022-02-161-1/+0
|\ \ \ | |/ / |/| |
| * | compat: auto-detect if zlib has uncompress2()Ævar Arnfjörð Bjarmason2022-01-261-1/+0
| |/
* | Merge branch 'ms/update-index-racy'Junio C Hamano2022-02-051-0/+1
|\ \
| * | update-index: refresh should rewrite index in case of racy timestampsMarc Strapetz2022-01-071-0/+1
* | | Merge branch 'ab/cat-file'Junio C Hamano2022-02-051-0/+1
|\ \ \ | |_|/ |/| |
| * | cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)Ævar Arnfjörð Bjarmason2021-12-301-0/+1
* | | Merge branch 'ma/header-dup-cleanup'Junio C Hamano2022-01-121-2/+0
|\ \ \
| * | | cache.h: drop duplicate `ensure_full_index()` declarationMartin Ågren2022-01-101-2/+0
| |/ /
* | | Merge branch 'en/keep-cwd'Junio C Hamano2022-01-051-0/+2
|\ \ \ | |_|/ |/| |
| * | setup: introduce startup_info->original_cwdElijah Newren2021-12-091-0/+2
| |/
* | Merge branch 'ew/test-wo-fsync'Junio C Hamano2021-12-151-0/+1
|\ \
| * | tests: disable fsync everywhereEric Wong2021-10-291-0/+1
* | | Merge branch 'vd/sparse-reset'Junio C Hamano2021-12-101-0/+10
|\ \ \
| * | | reset: make sparse-aware (except --mixed)Victoria Dye2021-11-291-0/+10
* | | | strbuf_addftime(): handle "%s" manuallyJeff King2021-11-041-0/+1
| |_|/ |/| |
* | | Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano2021-10-251-0/+1
|\ \ \
| * | | commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason2021-10-121-0/+1
* | | | Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-10-251-3/+42
|\ \ \ \
| * | | | fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason2021-10-011-1/+2