summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-09-02sha1-name: replace unsigned int with option structJonathan Tan
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano
2020-08-17config: drop git_config_get_string_const()Jeff King
2020-07-30Merge branch 'jk/reject-newer-extensions-in-v0' into masterJunio C Hamano
2020-07-17Merge branch 'jn/v0-with-extensions-fix' into masterJunio C Hamano
2020-07-16verify_repository_format(): complain about new extensions in v0 repoJeff King
2020-07-16repository: allow repository format upgrade with extensionsJonathan Nieder
2020-07-07Merge branch 'js/default-branch-name'Junio C Hamano
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin
2020-06-05repository: add a helper function to perform repository format upgradeXin Li
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-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-09Merge branch 'sg/rebase-progress'Junio C Hamano