summaryrefslogtreecommitdiffstats
path: root/cache.h
AgeCommit message (Expand)AuthorLines
2021-02-12Sync with 2.29.3Johannes Schindelin-0/+1
2021-02-12Sync with 2.28.1Johannes Schindelin-0/+1
2021-02-12Sync with 2.27.1Johannes Schindelin-0/+1
2021-02-12Sync with 2.26.3Johannes Schindelin-0/+1
2021-02-12Sync with 2.25.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.24.4Johannes Schindelin-0/+1
2021-02-12Sync with 2.23.4Johannes Schindelin-0/+1
2021-02-12Sync with 2.22.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.21.4Johannes Schindelin-0/+1
2021-02-12Sync with 2.20.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.19.6Johannes Schindelin-0/+1
2021-02-12Sync with 2.18.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.17.6Johannes Schindelin-0/+1
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares-0/+1
2020-12-17Merge branch 'jk/oid-array-cleanup'Junio C Hamano-94/+0
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano-1/+6
2020-12-04cache.h: move hash/oid functions to hash.hJeff King-94/+0
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares-1/+6
2020-11-24move sleep_millisec to git-compat-util.hHan-Wen Nienhuys-1/+0
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson-1/+1
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano-8/+19
2020-09-02wt-status: tolerate dangling marksJonathan Tan-0/+7
2020-09-02sha1-name: replace unsigned int with option structJonathan Tan-8/+12
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano-2/+2
2020-08-17config: drop git_config_get_string_const()Jeff King-2/+2
2020-07-30Merge branch 'jk/reject-newer-extensions-in-v0' into masterJunio C Hamano-0/+2
2020-07-16Merge branch 'jn/v0-with-extensions-fix' into masterJunio C Hamano-1/+0
2020-07-16verify_repository_format(): complain about new extensions in v0 repoJeff King-0/+2
2020-07-16repository: allow repository format upgrade with extensionsJonathan Nieder-1/+0
2020-07-06Merge branch 'js/default-branch-name'Junio C Hamano-1/+1
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin-1/+1
2020-06-05repository: add a helper function to perform repository format upgradeXin Li-0/+1
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano-1/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King-1/+1
2020-03-26Merge branch 'bc/filter-process'Junio C Hamano-0/+1
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano-2/+23
2020-03-16convert: provide additional metadata to filtersbrian m. carlson-0/+1
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy-1/+0
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy-1/+0
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy-1/+1
2020-02-24init-db: move writing repo version into a functionbrian m. carlson-0/+1
2020-02-24builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson-1/+2
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson-1/+3
2020-02-24hex: add functions to parse hex object IDs in any algorithmbrian m. carlson-0/+10
2020-02-24hex: introduce parsing variants taking hash algorithmsbrian m. carlson-0/+7
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano-1/+2
2020-01-31sha1-file: allow check_object_signature() to handle any repoMatheus Tavares-1/+2
2020-01-13fsmonitor: change last update timestamp on the index_state to opaque tokenKevin Willford-1/+1
2020-01-06Merge branch 'ds/sparse-cone'Junio C Hamano-2/+2
2020-01-02sparse-checkout: use extern for global variablesDerrick Stolee-2/+2