summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/relative-directory-fix' into pupuJunio C Hamano2018-03-311-1/+1
|\
| * set_git_dir: die when setenv() failsJeff King2018-03-301-1/+1
* | Merge branch 'nd/pack-objects-pack-struct' into puJunio C Hamano2018-03-311-0/+2
|\ \
| * | pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy2018-03-261-0/+1
| * | pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy2018-03-191-0/+2
* | | Merge branch 'pb/bisect-helper-2' into puJunio C Hamano2018-03-311-0/+3
|\ \ \
| * | | wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Pranit Bauva2017-10-281-0/+3
* | | | Merge branch 'dj/runtime-prefix' into jchJunio C Hamano2018-03-311-0/+1
|\ \ \ \
| * | | | exec_cmd: RUNTIME_PREFIX on some POSIX systemsdj/runtime-prefixDan Jacques2018-03-251-0/+1
* | | | | Merge branch 'ds/commit-graph' into jchJunio C Hamano2018-03-311-0/+1
|\ \ \ \ \
| * | | | | commit-graph: add core.commitGraph settingDerrick Stolee2018-03-141-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'sb/object-store' into jchJunio C Hamano2018-03-311-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 'bc/object-id' into jchJunio C Hamano2018-03-311-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
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ti/fetch-everything-local-optim' into jchJunio C Hamano2018-03-311-0/+2
|\ \ \ \ \ \
| * | | | | | fetch-pack.c: use oidset to check existence of loose objectti/fetch-everything-local-optimTakuto Ikuta2018-03-141-0/+2
| |/ / / / /
* | | | | | Merge branch 'nd/remove-ignore-env-field' into jchJunio C Hamano2018-03-311-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 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | write_locked_index(): add flag to avoid writing unchanged indexma/skip-writing-unchanged-indexMartin Ågren2018-03-011-0/+4
| | |/ / | |/| |
* | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | environment: rename 'template' variablesBrandon Williams2018-02-221-1/+1
| * | | object_info: change member name from 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* | | | Merge branch 'bc/hash-algo'Junio C Hamano2018-02-151-25/+0
|\ \ \ \
| * | | | hash: move SHA-1 macros to hash.hbrian m. carlson2018-02-021-25/+0
| |/ / /
* | | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-8/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | sha1_file: rename hash_sha1_file_literallypo/object-idPatryk Obara2018-01-301-1/+3
| * | | sha1_file: convert force_object_loose to object_idPatryk Obara2018-01-301-1/+2
| * | | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-1/+3
| * | | cache: clear whole hash buffer with oidclrPatryk Obara2018-01-301-1/+1
| * | | sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-1/+4
| * | | dir: convert struct sha1_stat to use object_idPatryk Obara2018-01-301-2/+0
| * | | sha1_file: convert pretend_sha1_file to object_idPatryk Obara2018-01-301-1/+4
| |/ /
* | | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-3/+5
|\ \ \
| * | | split-index: don't write cache tree with null oid entriesThomas Gummerer2018-01-191-1/+2
| * | | read-cache: fix reading the shared index for other reposThomas Gummerer2018-01-191-2/+3
| | |/ | |/|
* | | Merge branch 'cc/sha1-file-name'Junio C Hamano2018-02-131-5/+3
|\ \ \
| * | | sha1_file: remove static strbuf from sha1_file_name()Christian Couder2018-01-171-5/+3
| |/ /
* | | Merge branch 'gs/retire-mru'Junio C Hamano2018-02-131-4/+4
|\ \ \