summaryrefslogtreecommitdiffstats
path: root/read-cache.c
AgeCommit message (Expand)AuthorLines
2005-12-20ce_smudge_racily_clean_entry: explain why it works.Junio C Hamano-1/+25
2005-12-20Racy GIT (part #2)Junio C Hamano-1/+31
2005-12-20Racy GITJunio C Hamano-54/+86
2005-10-11Use git config file for committer name and email infoLinus Torvalds-1/+0
2005-10-11Use core.filemode.Junio C Hamano-4/+8
2005-10-10Add ".git/config" file parserLinus Torvalds-0/+1
2005-10-01[PATCH] Better error reporting for "git status"Linus Torvalds-5/+9
2005-09-24Diff clean-up.Junio C Hamano-1/+1
2005-09-20Show modified files in git-ls-filesJunio C Hamano-0/+77
2005-09-11[PATCH] Fix buffer overflow in ce_flush().Qingning Huo-0/+7
2005-08-16[PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds-0/+2
2005-07-29[PATCH] mmap error handlingPavel Roskin-2/+2
2005-07-14Make "ce_match_path()" a generic helper functionLinus Torvalds-0/+24
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano-11/+21
2005-06-18read-cache.c: remove stray debugging printfLinus Torvalds-1/+0
2005-06-18Re-implement "check_file_directory_conflict()"Linus Torvalds-89/+88
2005-06-10[PATCH] Bugfix: read-cache.c:write_cache() misrecords number of entries.Junio C Hamano-2/+6
2005-06-09git-read-tree: remove deleted files in the working directoryLinus Torvalds-0/+2
2005-06-07[PATCH] Use ntohs instead of htons to convert ce_flags to host byte orderTimo Hirvonen-5/+5
2005-05-27[PATCH] check_file_directory_conflict path fixDavid Meybohm-1/+3
2005-05-22Don't care about st_dev in the index fileLinus Torvalds-4/+14
2005-05-22Include file cleanups..Linus Torvalds-1/+0
2005-05-20Introduce "base_name_compare()" helper functionLinus Torvalds-0/+19
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano-0/+20
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst-1/+1
2005-05-15Rename some more cache-related functionsBrad Roberts-7/+7
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts-1/+1
2005-05-08A stylistic fix to read-cache.cJunio C Hamano-1/+1
2005-05-07Add git-update-cache --replace option.Junio C Hamano-15/+39
2005-05-07git-update-cache refuses to add a file where a directory is registed.Junio C Hamano-0/+85
2005-05-06[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano-5/+0
2005-05-06Revert bogus optimization that avoids index file writesLinus Torvalds-1/+4
2005-05-06[PATCH] fix compare symlink against readlink not dataKay Sievers-3/+3
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers-0/+10
2005-04-26Allow writing to the private index file mapping.Linus Torvalds-1/+1
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li-1/+1
2005-04-22New "diff-cache" implementation.Linus Torvalds-2/+2
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds-1/+1
2005-04-21Fix NSEC compile problem, and properly parse the rev-tree cmd line.Linus Torvalds-2/+2
2005-04-20Make the sha1 of the index file go at the very end of the file.Linus Torvalds-23/+21
2005-04-20Speed up index file writing by chunking it nicely.Linus Torvalds-4/+39
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds-270/+0
2005-04-18[PATCH] fix bug in read-cache.c which loses files when merging a treeJames Bottomley-1/+0
2005-04-17[PATCH] Fix +x-related show-diff false positivesPetr Baudis-1/+1
2005-04-17[PATCH] update-cache --remove marks the path merged.Junio C Hamano-1/+3
2005-04-16Be much more liberal about the file mode bits.Linus Torvalds-1/+2
2005-04-16When inserting a index entry of stage 0, remove all old unmerged entries.Linus Torvalds-5/+31
2005-04-15Make cache entry comparison take the new "state" flag into account.Linus Torvalds-3/+9
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds-27/+29
2005-04-13Fix read-cache.c collission check logic.Linus Torvalds-11/+28