summaryrefslogtreecommitdiffstats
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/command-list'Junio C Hamano2018-06-011-5/+0
|\
| * Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-5/+0
* | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-19/+9
|\ \
| * | sha1_file: only expose empty object constants through git_hash_algobrian m. carlson2018-05-021-16/+0
| * | sha1-file: add functions for hex empty tree and blob OIDsbrian m. carlson2018-05-021-0/+3
| * | Update struct index_state to use struct object_idbrian m. carlson2018-05-021-1/+1
| * | sha1-file: convert freshen functions to object_idbrian m. carlson2018-05-021-1/+1
| * | packfile: remove unused member from struct pack_entrybrian m. carlson2018-05-021-1/+0
| * | Remove unused member in struct object_contextbrian m. carlson2018-05-021-1/+0
| * | cache: add a function to read an object ID from a bufferbrian m. carlson2018-05-021-0/+5
| |/
* | Sync with Git 2.17.1Junio C Hamano2018-05-291-2/+10
|\ \
| * \ Sync with Git 2.16.4Junio C Hamano2018-05-221-2/+10
| |\ \
| | * \ Sync with Git 2.15.2Junio C Hamano2018-05-221-2/+10
| | |\ \
| | | * \ Sync with Git 2.14.4Junio C Hamano2018-05-221-2/+10
| | | |\ \
| | | | * \ Sync with Git 2.13.7Junio C Hamano2018-05-221-2/+10
| | | | |\ \
| | | | | * | verify_path: disallow symlinks in .gitmodulesJeff King2018-05-211-1/+1
| | | | | * | is_ntfs_dotgit: match other .git filesJohannes Schindelin2018-05-211-1/+9
| | * | | | | Merge branch 'tg/split-index-fixes' into maintJunio C Hamano2018-03-221-3/+5
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano2018-05-231-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy2018-04-161-0/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | cache.h: allow oid_object_info to handle arbitrary repositoriesStefan Beller2018-04-261-5/+4
| * | | | | | | | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+2
| * | | | | | | | cache.h: add repository argument to oid_object_info_extendedStefan Beller2018-04-261-1/+4
* | | | | | | | | Merge branch 'nd/pack-format-doc'Junio C Hamano2018-05-231-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pack-format.txt: more details on pack file formatNguyễn Thái Ngọc Duy2018-05-131-0/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-19/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | object-store: move lookup_replace_object to replace-object.hStefan Beller2018-04-121-19/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | commit-graph: add core.commitGraph settingDerrick Stolee2018-04-111-0/+1
* | | | | | | | | Merge branch 'dj/runtime-prefix'Junio C Hamano2018-05-081-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques2018-04-111-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/relative-directory-fix'Junio C Hamano2018-04-251-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | set_git_dir: die when setenv() failsJeff King2018-03-301-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-87/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | sha1_file: add repository argument to map_sha1_fileStefan Beller2018-03-261-1/+0
| * | | | | | | | sha1_file: add repository argument to sha1_file_nameStefan Beller2018-03-261-6/+0
| * | | | | | | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-29/+0
| * | | | | | | | object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-51/+0
* | | | | | | | | Merge branch 'nd/remove-ignore-env-field'Junio C Hamano2018-04-101-1/+1
|\| | | | | | | |
| * | | | | | | | repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy2018-03-051-1/+1
* | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-21/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Convert lookup_replace_object to struct object_idbrian m. carlson2018-03-141-4/+4
| * | | | | | | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-5/+5
| * | | | | | | | | sha1_file: convert read_object_with_reference to object_idbrian m. carlson2018-03-141-2/+2
| * | | | | | | | | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-3/+3
| * | | | | | | | | sha1_file: convert assert_sha1_type to object_idbrian m. carlson2018-03-141-1/+1
| * | | | | | | | | sha1_file: convert check_sha1_signature to struct object_idbrian m. carlson2018-03-141-1/+1
| * | | | | | | | | sha1_file: convert read_loose_object to use struct object_idbrian m. carlson2018-03-141-2/+2
| * | | | | | | | | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-3/+3