summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2021-02-12Sync with 2.26.3Johannes Schindelin
2021-02-12Sync with 2.25.5Johannes Schindelin
2021-02-12Sync with 2.24.4Johannes Schindelin
2021-02-12Sync with 2.23.4Johannes Schindelin
2021-02-12Sync with 2.22.5Johannes Schindelin
2021-02-12Sync with 2.21.4Johannes Schindelin
2021-02-12Sync with 2.20.5Johannes Schindelin
2021-02-12Sync with 2.19.6Johannes Schindelin
2021-02-12Sync with 2.18.5Johannes Schindelin
2021-02-12Sync with 2.17.6Johannes Schindelin
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2020-03-27Merge branch 'bc/filter-process'Junio C Hamano
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-16convert: provide additional metadata to filtersbrian m. carlson
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy
2020-02-24init-db: move writing repo version into a functionbrian m. carlson
2020-02-24builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson
2020-02-24hex: add functions to parse hex object IDs in any algorithmbrian m. carlson
2020-02-24hex: introduce parsing variants taking hash algorithmsbrian m. carlson
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford
2020-01-06Merge branch 'ds/sparse-cone'Junio C Hamano
2020-01-02sparse-checkout: use extern for global variablesDerrick Stolee
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano
2019-11-22unpack-trees: add progress to clear_ce_flags()Derrick Stolee
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee
2019-11-18cache: move doc to cache.hHeba Waly
2019-11-13hex: drop sha1_to_hex()Jeff King
2019-11-11hex: drop sha1_to_hex_r()Jeff King
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-10-07Merge branch 'ss/get-time-cleanup'Junio C Hamano
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-10-06msvc: avoid using minus operator on unsigned typesJohannes Schindelin
2019-09-20factor out refresh_and_write_cache functionThomas Gummerer
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-12Quit passing 'now' to date codeStephen P. Smith
2019-08-19cache: remove null_sha1brian m. carlson
2019-07-29Merge branch 'sg/rebase-progress' into maintJunio C Hamano
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-09Merge branch 'sg/rebase-progress'Junio C Hamano
2019-06-28list-objects-filter-options: clean up use of ALLOC_GROWMatthew DeVore