summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge branch 'jk/ref-paranoia'Junio C Hamano2021-10-111-8/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | repack, prune: drop GIT_REF_PARANOIA settingsJeff King2021-09-271-8/+0
| |/ / / /
* | | | | Merge branch 'ab/repo-settings-cleanup'Junio C Hamano2021-10-061-7/+0
|\ \ \ \ \
| * | | | | environment.c: remove test-specific "ignore_untracked..." variableÆvar Arnfjörð Bjarmason2021-09-221-7/+0
* | | | | | Merge branch 'hn/refs-errno-cleanup'Junio C Hamano2021-10-031-43/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | refs file backend: move raceproof_create_file() hereÆvar Arnfjörð Bjarmason2021-08-251-43/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'rs/drop-core-compression-vars'Junio C Hamano2021-09-231-1/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | compression: drop write-only core_compression_* variablesRené Scharfe2021-09-121-1/+0
| | |_|/ | |/| |
* | | | Merge branch 'jv/pkt-line-batch'Junio C Hamano2021-09-201-0/+2
|\ \ \ \
| * | | | pkt-line: add stdio packet write functionsJacob Vosmaer2021-09-011-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'lh/systemd-timers'Junio C Hamano2021-09-201-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard2021-09-071-0/+7
| | |/ | |/|
* | | Merge branch 'js/expand-runtime-prefix'Junio C Hamano2021-08-241-1/+3
|\ \ \ | |_|/ |/| |
| * | expand_user_path: allow in-flight topics to keep using the old nameJunio C Hamano2021-07-261-0/+2
| * | Use a better name for the function interpolating pathsJohannes Schindelin2021-07-261-1/+1
| |/
* | Merge branch 'jt/bulk-prefetch'Junio C Hamano2021-08-021-0/+9
|\ \
| * | unpack-trees: refactor prefetching codeJonathan Tan2021-07-231-0/+9
| |/
* | *.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+1
|/
* Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-161-5/+9
|\
| * make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares2021-05-051-5/+9
* | Merge branch 'jk/symlinked-dotgitx-cleanup'Junio C Hamano2021-05-111-0/+1
|\ \
| * | t0060: test ntfs/hfs-obscured dotfilesJeff King2021-05-041-0/+1
* | | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-7/+8
|\ \ \ | |/ / |/| |
| * | refresh_index(): add flag to ignore SKIP_WORKTREE entriesMatheus Tavares2021-04-081-7/+8
* | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-4/+21
|\ \ \ | |_|/ |/| |
| * | cache: move ensure_full_index() to cache.hDerrick Stolee2021-04-141-0/+1
| * | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-3/+3
| * | sparse-index: add index.sparse config optionDerrick Stolee2021-03-301-0/+1
| * | sparse-index: convert from full to sparseDerrick Stolee2021-03-301-0/+2
| * | sparse-checkout: hold pattern list in indexDerrick Stolee2021-03-301-0/+2
| * | sparse-index: implement ensure_full_index()Derrick Stolee2021-03-301-1/+12