aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAge
* refresh_index: make porcelain output more specificJeff King2011-11-18
* refresh_index: rename format variablesJeff King2011-11-18
* read-cache: let refresh_cache_ent pass up changed flagsJeff King2011-11-18
* read-cache.c: fix index memory allocationRené Scharfe2011-10-26
* Merge branch 'maint'Junio C Hamano2011-08-25
|\
| * whitespace: have SP on both sides of an assignment "="Junio C Hamano2011-08-25
* | Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-29
|\ \ | |/ |/|
| * verify_dotfile(): do not assume '/' is the path seperatorTheo Niessink2011-06-08
| * verify_path(): simplify check at the directory boundaryJunio C Hamano2011-06-07
| * verify_path: consider dos drive prefixErik Faye-Lund2011-05-27
| * Merge branch 'jc/index-update-if-able' into maintJunio C Hamano2011-04-03
| |\
* | | index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano2011-05-09
* | | Merge branch 'jc/index-update-if-able'Junio C Hamano2011-03-26
|\ \ \ | | |/ | |/|
| * | update $GIT_INDEX_FILE when there are racily clean entriesJunio C Hamano2011-03-21
| * | diff/status: refactor opportunistic index updateJunio C Hamano2011-03-21
* | | Merge branch 'nd/hash-object-sanity'Junio C Hamano2011-02-27
|\ \ \
| * | | Make hash-object more robust against malformed objectsNguyễn Thái Ngọc Duy2011-02-07
| | |/ | |/|
* | | Merge branch 'nd/struct-pathspec'Junio C Hamano2011-02-27
|\ \ \
| * | | Convert ce_path_match() to use match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-03
| * | | Convert ce_path_match() to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
| |/ /
* | | update-index --refresh --porcelain: add missing constJonathan Nieder2011-02-22
|/ /
* | Merge branch 'jj/icase-directory'Junio C Hamano2010-12-03
|\ \ | |/ |/|
| * Support case folding for git add when core.ignorecase=trueJoshua Jensen2010-10-06
* | core: Stop leaking ondisk_cache_entrysJonathan Nieder2010-08-11
|/
* Correct spelling of 'REUC' extensionShawn O. Pearce2010-02-02
* Make ce_uptodate() trustworthy againJunio C Hamano2010-01-24
* Remove diff machinery dependency from read-cacheLinus Torvalds2010-01-21
* Merge branch 'jc/cache-unmerge'Junio C Hamano2010-01-20
|\
| * resolve-undo: record resolved conflicts in a new index extension sectionJunio C Hamano2009-12-25
* | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-20
|\ \
| * | read-cache.c: mark file-local functions staticJunio C Hamano2010-01-12
* | | Merge branch 'cc/reset-more'Junio C Hamano2010-01-13
|\ \ \
| * | | "reset --merge": fix unmerged caseJunio C Hamano2010-01-03
| | |/ | |/|
* | | Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\ \ \ | |_|/ |/| |
| * | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy2009-12-14
| * | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-23
* | | Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maintJunio C Hamano2009-12-27
|\ \ \ | |_|/ |/| |
| * | read_index(): fix reading extension size on BE 64-bit archsNathaniel W Filardo2009-12-27
* | | reset: make the reminder output consistent with "checkout"Matthieu Moy2009-08-21
* | | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy2009-08-21
| |/ |/|
* | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* | checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2009-03-15
* | Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-08
* | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-07
* | write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-23
* | make USE_NSEC work as expectedKjetil Barvik2009-02-19
* | check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik2009-02-18
* | add -u: do not fail to resolve a path as deletedJunio C Hamano2009-01-28
* | Make 'ce_compare_link()' use the new 'strbuf_readlink()'Linus Torvalds2008-12-17