summaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| | |/ / | |/| |
* | | | index: future proof for "extended" index entriesJunio C Hamano2008-08-171-0/+4
|/ / /
* | | Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano2008-07-301-5/+22
* | | Make use of stat.ctime configurableAlex Riesen2008-07-281-1/+1
* | | git-mv: Keep moved index entries inactPetr Baudis2008-07-271-0/+16
|/ /
* | "needs update" considered harmfulJunio C Hamano2008-07-201-1/+4
* | read-cache.c: typofixJunio C Hamano2008-07-161-1/+1
* | Move read_cache_unmerged() to read-cache.cMiklos Vajna2008-06-301-0/+31
* | Merge branch 'lt/racy-empty'Junio C Hamano2008-06-221-0/+16
|\ \
| * | racy-git: an empty blob has a fixed object nameLinus Torvalds2008-06-191-0/+16
* | | Add shortcut in refresh_cache_ent() for marked entries.Marius Storm-Olsen2008-05-311-0/+9
* | | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-251-6/+17
|\ \ \
| * | | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-211-6/+17
* | | | Merge branch 'js/ignore-submodule'Junio C Hamano2008-05-251-0/+4
|\ \ \ \
| * | | | Teach update-index about --ignore-submodulesJohannes Schindelin2008-05-151-0/+4
| |/ / /
* | | | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-121-3/+3
|/ / /
* | | Avoid some unnecessary lstat() callsLinus Torvalds2008-05-101-12/+17
* | | Merge branch 'py/diff-submodule'Junio C Hamano2008-05-101-1/+2
|\ \ \
| * | | is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano2008-05-041-1/+2
| |/ /
* | | Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-101-70/+44
|\ \ \
| * | | Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds2008-04-091-1/+36
| * | | When adding files to the index, add support for case-independent matchesLinus Torvalds2008-04-091-7/+5
| * | | Move name hashing functions into a file of its ownLinus Torvalds2008-04-091-62/+3
| |/ /
* | | write_index(): optimize ce_smudge_racily_clean_entry() calls with CE_UPTODATEJunio C Hamano2008-04-121-1/+1
|/ /
* | Add 'const' where appropriate to index handling functionsLinus Torvalds2008-03-091-6/+6
* | Add 'df_name_compare()' helper functionLinus Torvalds2008-03-091-0/+35
* | Merge branch 'db/checkout'Junio C Hamano2008-02-271-0/+10
|\ \
| * | Library function to check for unmerged index entriesDaniel Barkalow2008-02-091-0/+10
* | | Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds2008-02-221-16/+2
* | | Fix name re-hashing semanticsLinus Torvalds2008-02-221-5/+9
|/ /
* | lazy index hashingJunio C Hamano2008-01-221-3/+23
* | Create pathname-based hash-table lookup into indexLinus Torvalds2008-01-221-10/+88
* | read-cache.c: introduce is_racy_timestamp() helperJunio C Hamano2008-01-221-5/+8
* | read-cache.c: fix a couple more CE_REMOVE conversionJunio C Hamano2008-01-221-3/+4
* | Avoid running lstat(2) on the same cache entry.Junio C Hamano2008-01-211-1/+15
* | index: be careful when handling long namesJunio C Hamano2008-01-211-1/+11
|/
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-82/+118
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-141-17/+31
|\
| * git-add: make the entry stat-clean after re-adding the same contentsJunio C Hamano2007-11-101-1/+2
| * ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-101-17/+30
* | Merge branch 'maint'Shawn O. Pearce2007-10-181-0/+2
|\ \ | |/
| * git-blame shouldn't crash if run in an unmerged treeLinus Torvalds2007-10-181-0/+2
| * Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-261-0/+25
* | Small cache_tree_write refactor.Pierre Habouzit2007-09-261-10/+9
* | Merge branch 'jc/cachetree' into cr/resetJunio C Hamano2007-09-141-1/+2
|\ \
| * | Simplify cache APIJunio C Hamano2007-09-141-1/+2
| |/
* | Move make_cache_entry() from merge-recursive.c into read-cache.cCarlos Rica2007-09-121-0/+25
|/
* git-add: Add support for --refresh option.Alexandre Julliard2007-08-131-1/+5
* Optimize "diff --cached" performance.Junio C Hamano2007-08-101-2/+18