summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | object-file.c: stop dying in parse_loose_header()Ævar Arnfjörð Bjarmason2021-10-011-2/+9
| * | | | object-file.c: return ULHR_TOO_LONG on "header too long"Ævar Arnfjörð Bjarmason2021-10-011-1/+4
| * | | | object-file.c: use "enum" return type for unpack_loose_header()Ævar Arnfjörð Bjarmason2021-10-011-4/+15
| * | | | object-file.c: simplify unpack_loose_short_header()Ævar Arnfjörð Bjarmason2021-10-011-1/+16
| * | | | object-file.c: make parse_loose_header_extended() publicÆvar Arnfjörð Bjarmason2021-10-011-1/+3
* | | | | Merge branch 'ab/designated-initializers'Junio C Hamano2021-10-111-1/+3
|\ \ \ \ \
| * | | | | *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-271-1/+3
| * | | | | *.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason2021-09-271-1/+1