summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-101-0/+2
|\
| * do not write null sha1s to on-disk indexJeff King2012-07-291-0/+2
* | Merge branch 'tg/maint-cache-name-compare' into maintJunio C Hamano2012-07-221-4/+9
|\ \
| * | cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2012-07-111-4/+9
* | | Merge branch 'jc/index-v4'Junio C Hamano2012-05-021-42/+223
|\ \ \
| * | | read-cache.c: write prefix-compressed names in the indexJunio C Hamano2012-04-041-10/+54
| * | | read-cache.c: read prefix-compressed names in index on-disk version v4Junio C Hamano2012-04-031-7/+51
| * | | read-cache.c: move code to copy incore to ondisk cache to a helper functionJunio C Hamano2012-04-031-9/+17
| * | | read-cache.c: move code to copy ondisk to incore cache to a helper functionJunio C Hamano2012-04-031-19/+25
| * | | read-cache.c: report the header version we do not understandJunio C Hamano2012-04-031-2/+4
| * | | read-cache.c: make create_from_disk() report number of bytes it consumedJunio C Hamano2012-04-031-3/+6
| * | | read-cache.c: allow unaligned mapping of the index fileJunio C Hamano2012-04-031-12/+32
| * | | cache.h: hide on-disk index detailsJunio C Hamano2012-04-031-0/+54
| | |/ | |/|
* | | make is_empty_blob_sha1 available everywhereJeff King2012-03-231-10/+0
|/ /
* | refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmergedJunio C Hamano2012-02-171-2/+9
* | Merge branch 'rs/allocate-cache-entry-individually'Junio C Hamano2011-12-091-51/+32
|\ \
| * | read-cache.c: allocate index entries individuallyRené Scharfe2011-10-261-50/+31
* | | refresh_index: make porcelain output more specificjk/refresh-porcelain-outputJeff King2011-11-181-2/+21
* | | refresh_index: rename format variablesJeff King2011-11-181-6/+6
* | | read-cache: let refresh_cache_ent pass up changed flagsJeff King2011-11-181-3/+6
* | | read-cache.c: fix index memory allocationRené Scharfe2011-10-261-3/+3
|/ /
* | Merge branch 'maint'Junio C Hamano2011-08-251-1/+1
|\ \
| * | whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-251-1/+1
* | | Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-291-14/+11
|\ \ \ | |/ / |/| |
| * | verify_dotfile(): do not assume '/' is the path seperatorTheo Niessink2011-06-081-3/+4
| * | verify_path(): simplify check at the directory boundaryJunio C Hamano2011-06-071-10/+3
| * | verify_path: consider dos drive prefixErik Faye-Lund2011-05-271-1/+4
| * | Merge branch 'jc/index-update-if-able' into maintJunio C Hamano2011-04-031-0/+25
| |\ \
* | | | index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-091-2/+2
* | | | Merge branch 'jc/index-update-if-able'Junio C Hamano2011-03-261-0/+25
|\ \ \ \ | | |/ / | |/| |
| * | | update $GIT_INDEX_FILE when there are racily clean entriesJunio C Hamano2011-03-211-1/+14
| * | | diff/status: refactor opportunistic index updateJunio C Hamano2011-03-211-0/+12
* | | | Merge branch 'nd/hash-object-sanity'Junio C Hamano2011-02-271-1/+1
|\ \ \ \
| * | | | Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy2011-02-071-1/+1
| | |/ / | |/| |
* | | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-02-271-23/+2
|\ \ \ \
| * | | | Convert ce_path_match() to use match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-031-23/+1
| * | | | Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-3/+4
| |/ / /
* | | | update-index --refresh --porcelain: add missing constJonathan Nieder2011-02-221-2/+2
|/ / /
* | | Merge branch 'jj/icase-directory'Junio C Hamano2010-12-031-0/+23
|\ \ \ | |/ / |/| |
| * | Support case folding for git add when core.ignorecase=trueJoshua Jensen2010-10-061-0/+23
| |/
* | core: Stop leaking ondisk_cache_entrysJonathan Nieder2010-08-111-1/+4
|/
* Correct spelling of 'REUC' extensionShawn O. Pearce2010-02-021-1/+1
* Make ce_uptodate() trustworthy againJunio C Hamano2010-01-241-2/+4
* Remove diff machinery dependency from read-cacheLinus Torvalds2010-01-211-78/+0
* Merge branch 'jc/cache-unmerge'Junio C Hamano2010-01-201-0/+18
|\
| * resolve-undo: record resolved conflicts in a new index extension sectionJunio C Hamano2009-12-251-0/+18
* | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-2/+4
|\ \
| * | read-cache.c: mark file-local functions staticJunio C Hamano2010-01-121-2/+4
* | | Merge branch 'cc/reset-more'Junio C Hamano2010-01-131-2/+1
|\ \ \
| * | | "reset --merge": fix unmerged caseJunio C Hamano2010-01-031-2/+1
| | |/ | |/|