summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2021-03-09Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano
2021-02-12Sync with 2.29.3Johannes Schindelin
2021-02-12Sync with 2.28.1Johannes Schindelin
2021-02-12Sync with 2.27.1Johannes Schindelin
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
2021-02-10Merge branch 'ds/more-index-cleanups'Junio C Hamano
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano
2021-01-24repository: add repo reference to index_stateDerrick Stolee
2021-01-15Merge branch 'bc/rev-parse-path-format'Junio C Hamano
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt
2020-12-17Merge branch 'jk/oid-array-cleanup'Junio C Hamano
2020-12-13abspath: add a function to resolve paths with missing componentsbrian m. carlson
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano
2020-12-04cache.h: move hash/oid functions to hash.hJeff King
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares
2020-11-25move sleep_millisec to git-compat-util.hHan-Wen Nienhuys
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