summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
2006-07-31Fix double "close()" in ce_compare_dataLinus Torvalds
2006-07-26Make git-mv a builtinJohannes Schindelin
2006-07-26Extract helper bits from c-merge-recursive workJohannes Schindelin
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-05-29Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache-treeJunio C Hamano
2006-05-28git-write-tree writes garbage on sparc64Dennis Stosberg
2006-05-20Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-treeJunio C Hamano
2006-05-20Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-treeJunio C Hamano
2006-05-19Libify the index refresh logicLinus Torvalds
2006-05-18Prevent bogus paths from being added to the index.Linus Torvalds
2006-05-09read-cache.c: use xcalloc() not calloc()Yakov Lerner
2006-04-25index: make the index file format extensible.Junio C Hamano
2006-04-23read-cache/write-cache: optionally return cache checksum SHA1.Junio C Hamano
2006-02-13cache_name_compare() compares name and stage, nothing else.Junio C Hamano
2006-02-09"Assume unchanged" gitJunio C Hamano
2005-12-20ce_smudge_racily_clean_entry: explain why it works.Junio C Hamano
2005-12-20Racy GIT (part #2)Junio C Hamano
2005-12-20Racy GITJunio C Hamano
2005-10-12Use git config file for committer name and email infoLinus Torvalds
2005-10-12Use core.filemode.Junio C Hamano
2005-10-10Add ".git/config" file parserLinus Torvalds
2005-10-02[PATCH] Better error reporting for "git status"Linus Torvalds
2005-09-25Diff clean-up.Junio C Hamano
2005-09-20Show modified files in git-ls-filesJunio C Hamano
2005-09-11[PATCH] Fix buffer overflow in ce_flush().Qingning Huo
2005-08-17[PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds
2005-07-30[PATCH] mmap error handlingPavel Roskin
2005-07-14Make "ce_match_path()" a generic helper functionLinus Torvalds
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano
2005-06-19read-cache.c: remove stray debugging printfLinus Torvalds
2005-06-19Re-implement "check_file_directory_conflict()"Linus Torvalds
2005-06-10[PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries.Junio C Hamano
2005-06-09git-read-tree: remove deleted files in the working directoryLinus Torvalds
2005-06-07[PATCH] Use ntohs instead of htons to convert ce_flags to host byte orderTimo Hirvonen
2005-05-27[PATCH] check_file_directory_conflict path fixDavid Meybohm
2005-05-22Don't care about st_dev in the index fileLinus Torvalds
2005-05-22Include file cleanups..Linus Torvalds
2005-05-20Introduce "base_name_compare()" helper functionLinus Torvalds
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst
2005-05-15Rename some more cache-related functionsBrad Roberts
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts
2005-05-08A stylistic fix to read-cache.cJunio C Hamano
2005-05-08Add git-update-cache --replace option.Junio C Hamano
2005-05-08git-update-cache refuses to add a file where a directory is registed.Junio C Hamano
2005-05-07[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano
2005-05-06Revert bogus optimization that avoids index file writesLinus Torvalds
2005-05-06[PATCH] fix compare symlink against readlink not dataKay Sievers
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers