summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-3/+14
|\ \ \ | |_|/ |/| |
| * | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy2009-12-141-3/+18
| * | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-231-6/+2
* | | Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maintJunio C Hamano2009-12-271-1/+1
|\ \ \ | |_|/ |/| |
| * | read_index(): fix reading extension size on BE 64-bit archsNathaniel W Filardo2009-12-271-1/+1
* | | reset: make the reminder output consistent with "checkout"Matthieu Moy2009-08-211-6/+20
* | | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy2009-08-211-1/+1
| |/ |/|
* | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
* | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-3/+3
* | checkout bugfix: use stat.mtime instead of stat.ctime in two placesKjetil Barvik2009-03-151-2/+2
* | Not all systems use st_[cm]tim field for ns resolution file timestampJunio C Hamano2009-03-081-2/+2
* | Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik2009-03-071-25/+4
* | write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-231-2/+10
* | make USE_NSEC work as expectedKjetil Barvik2009-02-191-14/+56
* | check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik2009-02-181-0/+20
* | add -u: do not fail to resolve a path as deletedJunio C Hamano2009-01-281-0/+20
* | Make 'ce_compare_link()' use the new 'strbuf_readlink()'Linus Torvalds2008-12-171-14/+8
* | read-cache.c: typofix in commentJunio C Hamano2008-12-071-1/+1
* | git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano2008-11-301-0/+8
* | git add --intent-to-add: fix removal of cached emptinessJunio C Hamano2008-11-281-0/+2
* | Merge branch 'nd/narrow' (early part) into jc/add-i-t-aJunio C Hamano2008-11-281-10/+41
|\ \
| * | Extend index to save more flagsNguyễn Thái Ngọc Duy2008-10-121-10/+41
* | | Merge branch 'maint'Junio C Hamano2008-11-121-0/+5
|\ \ \
| * | | checkout: Fix "initial checkout" detectionJunio C Hamano2008-11-121-0/+5
| * | | Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano2008-11-021-0/+28
| |\ \ \
* | | | | rm: loosen safety valve for empty filesJeff King2008-10-221-1/+1
* | | | | Merge branch 'jk/fix-ls-files-other'Junio C Hamano2008-10-211-0/+27
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano2008-10-171-0/+27
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | refactor handling of "other" files in ls-files and statusJeff King2008-10-171-0/+28
* | | | | Merge branch 'jc/maint-reset-remove-unmerged-new'Junio C Hamano2008-10-211-13/+18
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano2008-10-181-13/+18
| |/ /
| * | Merge branch 'jc/maint-name-hash-clear' into maintJunio C Hamano2008-09-181-0/+1
| |\ \
* | | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* | | | print an error message for invalid pathDmitry Potapov2008-10-121-2/+4
* | | | Merge branch 'jc/add-ita'Shawn O. Pearce2008-10-091-5/+24
|\ \ \ \
| * | | | git-add --intent-to-add (-N)Junio C Hamano2008-08-311-5/+24
* | | | | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-14/+14
* | | | | Merge branch 'jc/maint-name-hash-clear'Junio C Hamano2008-09-161-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | discard_cache: reset lazy name_hash bitJunio C Hamano2008-08-231-0/+1
* | | | Merge branch 'jc/add-addremove'Junio C Hamano2008-08-271-0/+61
|\ \ \ \
| * | | | builtin-add.c: restructure the code for maintainabilityJunio C Hamano2008-07-251-0/+61
* | | | | Merge branch 'maint'Junio C Hamano2008-08-231-1/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano2008-08-231-1/+3
| | |/ / | |/| |