summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2021-10-25Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano
2021-10-25Merge branch 'ab/fsck-unexpected-type'Junio C Hamano
2021-10-12commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason
2021-10-11Merge branch 'ab/designated-initializers'Junio C Hamano
2021-10-11Merge branch 'jk/ref-paranoia'Junio C Hamano
2021-10-06Merge branch 'ab/repo-settings-cleanup'Junio C Hamano
2021-10-04Merge branch 'hn/refs-errno-cleanup'Junio C Hamano
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason
2021-10-01object-file.c: stop dying in parse_loose_header()Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: return ULHR_TOO_LONG on "header too long"Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: use "enum" return type for unpack_loose_header()Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: simplify unpack_loose_short_header()Ævar Arnfjörð Bjarmason
2021-10-01object-file.c: make parse_loose_header_extended() publicÆvar Arnfjörð Bjarmason
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-09-27*.h _INIT macros: don't specify fields equal to 0Ævar Arnfjörð Bjarmason
2021-09-27repack, prune: drop GIT_REF_PARANOIA settingsJeff King
2021-09-23Merge branch 'rs/drop-core-compression-vars'Junio C Hamano
2021-09-22environment.c: remove test-specific "ignore_untracked..." variableÆvar Arnfjörð Bjarmason
2021-09-20Merge branch 'jv/pkt-line-batch'Junio C Hamano
2021-09-20Merge branch 'lh/systemd-timers'Junio C Hamano
2021-09-12compression: drop write-only core_compression_* variablesRené Scharfe
2021-09-07cache.h: Introduce a generic "xdg_config_home_for(…)" functionLénaïc Huard
2021-09-01pkt-line: add stdio packet write functionsJacob Vosmaer
2021-08-25refs file backend: move raceproof_create_file() hereÆvar Arnfjörð Bjarmason
2021-08-24Merge branch 'js/expand-runtime-prefix'Junio C Hamano
2021-08-02Merge branch 'jt/bulk-prefetch'Junio C Hamano
2021-07-26expand_user_path: allow in-flight topics to keep using the old nameJunio C Hamano
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin
2021-07-23unpack-trees: refactor prefetching codeJonathan Tan
2021-07-13*.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano
2021-05-11Merge branch 'jk/symlinked-dotgitx-cleanup'Junio C Hamano
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-14cache: move ensure_full_index() to cache.hDerrick Stolee
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-04-08refresh_index(): add flag to ignore SKIP_WORKTREE entriesMatheus Tavares
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano
2021-03-30Merge branch 'ab/read-tree'Junio C Hamano
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano
2021-03-30sparse-index: add index.sparse config optionDerrick Stolee
2021-03-30sparse-index: convert from full to sparseDerrick Stolee
2021-03-30sparse-checkout: hold pattern list in indexDerrick Stolee
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares
2021-03-20tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason
2021-03-18checkout: don't follow symlinks when removing entriesMatheus Tavares
2021-03-09Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano