summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/format-patch-from'Junio C Hamano2013-10-171-0/+9
|\
| * format-patch: print in-body "From" only when neededjk/format-patch-fromJeff King2013-09-201-0/+9
* | Merge branch 'es/name-hash-no-trailing-slash-in-dirs'Junio C Hamano2013-10-171-0/+4
|\ \
| * | name-hash: refactor polymorphic index_name_exists()Eric Sunshine2013-09-171-0/+4
* | | Merge branch 'fc/at-head'Junio C Hamano2013-09-201-1/+1
|\ \ \ | |/ / |/| |
| * | sha1-name: pass len argument to interpret_branch_name()Felipe Contreras2013-09-031-1/+1
* | | Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-121-0/+1
|\ \ \
| * | | git-config: always treat --int as 64-bit internallyJeff King2013-09-091-0/+1
| |/ /
* | | Merge branch 'tg/index-struct-sizes'Junio C Hamano2013-09-091-5/+5
|\ \ \
| * | | read-cache: use fixed width integer typestg/index-struct-sizesThomas Gummerer2013-08-201-5/+5
| |/ /
* | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-24/+11
|\ \ \
| * | | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-0/+1
| * | | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-0/+2
| * | | parse_pathspec: make sure the prefix part is wildcard-freeNguyễn Thái Ngọc Duy2013-07-151-0/+2
| * | | convert add_files_to_cache to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | convert read_cache_preload() to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-20/+2
| | |/ | |/|
* | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-091-62/+0
|\ \ \ | |_|/ |/| |
| * | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-62/+0
| |/
* | Merge branch 'ob/typofixes'Junio C Hamano2013-08-011-1/+1
|\ \
| * | many small typofixesob/typofixesOndřej Bílka2013-07-291-1/+1
* | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-241-0/+2
|\ \ \ | |/ / |/| |
| * | sha1_object_info_extended: make type calculation optionalJeff King2013-07-121-0/+1
| * | cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-121-0/+1
* | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-221-1/+1
|\ \ \
| * | | path.c: refactor relative_path(), not only strip prefixJiang Xin2013-06-261-1/+1
* | | | Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-221-1/+5
|\ \ \ \
| * | | | teach config --blob option to parse config from databaseHeiko Voigt2013-07-121-1/+5
| |/ / /
* | | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-1/+1
|\ \ \ \
| * | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'tr/protect-low-3-fds'Junio C Hamano2013-07-221-0/+2
|\ \ \ \
| * | | | daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast2013-07-171-0/+2
* | | | | Merge branch 'jk/in-pack-size-measurement'Junio C Hamano2013-07-181-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | teach sha1_object_info_extended a "disk_size" queryJeff King2013-07-071-0/+1
| | |/ | |/|
* | | Merge branch 'mh/ref-races'Junio C Hamano2013-06-301-7/+53
|\ \ \
| * | | add a stat_validity structMichael Haggerty2013-06-201-0/+27
| * | | Extract a struct stat_data from cache_entryMichael Haggerty2013-06-201-7/+26
* | | | Merge branch 'nd/traces'Junio C Hamano2013-06-201-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-091-3/+0
| |/ /
* | | Merge branch 'rs/unpack-trees-plug-leak'Junio C Hamano2013-06-111-4/+6
|\ \ \
| * | | read-cache: mark cache_entry pointers constRené Scharfe2013-06-021-2/+2
| * | | cache: mark cache_entry pointers constRené Scharfe2013-06-021-2/+4
| |/ /
* | | Merge branch 'jk/fetch-always-update-tracking'Junio C Hamano2013-06-021-1/+13
|\ \ \
| * | | refactor "ref->merge" flagJeff King2013-05-121-1/+13
| |/ /
* | | Merge branch 'jc/prune-all'Junio C Hamano2013-05-291-0/+1
|\ \ \ | |/ / |/| |
| * | date.c: add parse_expiry_date()Junio C Hamano2013-04-171-0/+1
| |/
* | Merge branch 'lf/read-blob-data-from-index'Junio C Hamano2013-04-211-0/+2
|\ \
| * | read_blob_data_from_index(): optionally return the size of blob dataLukas Fleischer2013-04-171-2/+2