summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)Author
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
2005-04-27Allow writing to the private index file mapping.Linus Torvalds
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-23New "diff-cache" implementation.Linus Torvalds
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds
2005-04-21Fix NSEC compile problem, and properly parse the rev-tree cmd line.Linus Torvalds
2005-04-20Make the sha1 of the index file go at the very end of the file.Linus Torvalds
2005-04-20Speed up index file writing by chunking it nicely.Linus Torvalds
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds
2005-04-18[PATCH] fix bug in read-cache.c which loses files when merging a treeJames Bottomley
2005-04-17[PATCH] Fix +x-related show-diff false positivesPetr Baudis
2005-04-17[PATCH] update-cache --remove marks the path merged.Junio C Hamano
2005-04-17Be much more liberal about the file mode bits.Linus Torvalds
2005-04-16When inserting a index entry of stage 0, remove all old unmerged entries.Linus Torvalds
2005-04-16Make cache entry comparison take the new "state" flag into account.Linus Torvalds
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds
2005-04-14Fix read-cache.c collission check logic.Linus Torvalds
2005-04-13[PATCH] Whitespace FixesIngo Molnar
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis
2005-04-13[PATCH] Make nsec checking optionalPetr Baudis