summaryrefslogtreecommitdiffstats
path: root/cache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano1-0/+1
2021-02-12Sync with 2.29.3Johannes Schindelin1-0/+1
2021-02-12Sync with 2.28.1Johannes Schindelin1-0/+1
2021-02-12Sync with 2.27.1Johannes Schindelin1-0/+1
2021-02-12Sync with 2.26.3Johannes Schindelin1-0/+1
2021-02-12Sync with 2.25.5Johannes Schindelin1-0/+1
2021-02-12Sync with 2.24.4Johannes Schindelin1-0/+1
2021-02-12Sync with 2.23.4Johannes Schindelin1-0/+1
2021-02-12Sync with 2.22.5Johannes Schindelin1-0/+1
2021-02-12Sync with 2.21.4Johannes Schindelin1-0/+1
2021-02-12Sync with 2.20.5Johannes Schindelin1-0/+1
2021-02-12Sync with 2.19.6Johannes Schindelin1-0/+1
2021-02-12Sync with 2.18.5Johannes Schindelin1-0/+1
2021-02-12Sync with 2.17.6Johannes Schindelin1-0/+1
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares1-0/+1
2021-02-10Merge branch 'ds/more-index-cleanups'Junio C Hamano1-0/+1
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano1-0/+1
2021-01-23repository: add repo reference to index_stateDerrick Stolee1-0/+1
2021-01-15Merge branch 'bc/rev-parse-path-format'Junio C Hamano1-0/+2
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt1-0/+1
2020-12-17Merge branch 'jk/oid-array-cleanup'Junio C Hamano1-94/+0
2020-12-12abspath: add a function to resolve paths with missing componentsbrian m. carlson1-0/+2
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano1-1/+6
2020-12-04cache.h: move hash/oid functions to hash.hJeff King1-94/+0
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares1-1/+6
2020-11-24move sleep_millisec to git-compat-util.hHan-Wen Nienhuys1-1/+0
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson1-1/+1
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano1-8/+19
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-0/+7
2020-09-02sha1-name: replace unsigned int with option structJonathan Tan1-8/+12
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano1-2/+2
2020-08-17config: drop git_config_get_string_const()Jeff King1-2/+2
2020-07-30Merge branch 'jk/reject-newer-extensions-in-v0' into masterJunio C Hamano1-0/+2
2020-07-16Merge branch 'jn/v0-with-extensions-fix' into masterJunio C Hamano1-1/+0
2020-07-16verify_repository_format(): complain about new extensions in v0 repoJeff King1-0/+2
2020-07-16repository: allow repository format upgrade with extensionsJonathan Nieder1-1/+0
2020-07-06Merge branch 'js/default-branch-name'Junio C Hamano1-1/+1
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin1-1/+1
2020-06-05repository: add a helper function to perform repository format upgradeXin Li1-0/+1
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano1-1/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2020-03-26Merge branch 'bc/filter-process'Junio C Hamano1-0/+1
2020-03-26Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano1-2/+23
2020-03-16convert: provide additional metadata to filtersbrian m. carlson1-0/+1
2020-03-10real_path_if_valid(): remove unsafe APIAlexandr Miloslavskiy1-1/+0
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-1/+0
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy1-1/+1
2020-02-24init-db: move writing repo version into a functionbrian m. carlson1-0/+1
2020-02-24builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson1-1/+2
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson1-1/+3