summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
|\ \ \
| * | | mru: Replace mru.[ch] with list.h implementationgs/retire-mruGargi Sharma2018-01-241-4/+4
* | | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+1
|\ \ \ \
| * | | | partial-clone: define partial clone settings in configJeff Hostetler2017-12-081-0/+1
* | | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-1/+12
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+8
| * | | fsck: introduce partialclone extensionJonathan Tan2017-12-051-1/+2
| * | | extension.partialclone: introduce partial clone extensionJonathan Tan2017-12-051-0/+2
| | |/ | |/|
* | | Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...Junio C Hamano2017-12-221-0/+9
|\ \ \
| * | | move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren2017-12-221-0/+9
| |/ /
* | | Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-191-0/+1
|\ \ \
| * | | refactor "dumb" terminal determinationLars Schneider2017-12-041-0/+1
| |/ /
* | | Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-191-0/+6
|\ \ \
| * | | print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-041-0/+6
* | | | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-131-4/+8
|\ \ \ \
| * | | | Switch empty tree and blob lookups to use hash abstractionbrian m. carlson2017-11-131-4/+4
| * | | | Integrate hash algorithm support with repo setupbrian m. carlson2017-11-131-0/+4
* | | | | Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-0/+10
|\ \ \ \ \
| * | | | | http: tell server that the client understands v1Brandon Williams2017-10-171-0/+2
| * | | | | protocol: introduce protocol extension mechanismsBrandon Williams2017-10-171-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'tb/add-renormalize'Junio C Hamano2017-11-271-0/+1
|\ \ \ \ \
| * | | | | add: introduce "--renormalize"tb/add-renormalizeTorsten Bögershausen2017-11-171-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'av/fsmonitor'Junio C Hamano2017-11-211-0/+1
|\ \ \ \ \
| * | | | | fsmonitor: delay updating state until after split index is mergedAlex Vandiver2017-11-011-0/+1