summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-17[PATCH] update-cache --remove marks the path merged.Junio C Hamano1-1/+3
2005-04-16Be much more liberal about the file mode bits.Linus Torvalds1-1/+2
2005-04-16When inserting a index entry of stage 0, remove all old unmerged entries.Linus Torvalds1-5/+31
2005-04-15Make cache entry comparison take the new "state" flag into account.Linus Torvalds1-3/+9
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds1-27/+29
2005-04-13Fix read-cache.c collission check logic.Linus Torvalds1-11/+28
2005-04-13[PATCH] Whitespace FixesIngo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis1-14/+30
2005-04-13[PATCH] Make nsec checking optionalPetr Baudis1-4/+13
2005-04-13[PATCH] SHA1 naive collision checkingPetr Baudis1-2/+19
2005-04-11Rename ".dircache" directory to ".git"Linus Torvalds1-1/+1
2005-04-11Fix "usage()" to do the missing line termination.Linus Torvalds1-1/+3
2005-04-10Fix off-by-one error in removal of cache entry.Linus Torvalds1-7/+7
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds1-4/+4
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds1-3/+10
2005-04-09This implements the new "recursive tree" write-tree.Linus Torvalds1-2/+3
2005-04-09Export "cache_name_compare()" helper function.Linus Torvalds1-1/+1
2005-04-09Make "write_cache()" and friends available as generic routines.Linus Torvalds1-2/+70
2005-04-09Make the cache stat information comparator public.Linus Torvalds1-0/+23
2005-04-09Make "cache_name_pos()" available to others.Linus Torvalds1-0/+36
2005-04-09Fix missing return values and some error tests for empty index filesLinus Torvalds1-2/+1
2005-04-08Add "check_sha1_signature()" helper functionLinus Torvalds1-0/+11
2005-04-08Factor out "read_sha1_file" into mapping/inflating/unmapping.Linus Torvalds1-9/+31
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds1-2/+3
2005-04-07Add copyright notices.Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds1-0/+259