summaryrefslogtreecommitdiff
path: root/read-cache.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-15Convert the index file reading/writing to use network byte order.Libravatar Linus Torvalds1-27/+29
2005-04-13Fix read-cache.c collission check logic.Libravatar Linus Torvalds1-11/+28
2005-04-13[PATCH] Whitespace FixesLibravatar Ingo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-14/+30
2005-04-13[PATCH] Make nsec checking optionalLibravatar Petr Baudis1-4/+13
2005-04-13[PATCH] SHA1 naive collision checkingLibravatar Petr Baudis1-2/+19
2005-04-11Rename ".dircache" directory to ".git"Libravatar Linus Torvalds1-1/+1
2005-04-11Fix "usage()" to do the missing line termination.Libravatar Linus Torvalds1-1/+3
2005-04-10Fix off-by-one error in removal of cache entry.Libravatar Linus Torvalds1-7/+7
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Libravatar Linus Torvalds1-4/+4
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Libravatar Linus Torvalds1-3/+10
2005-04-09This implements the new "recursive tree" write-tree.Libravatar Linus Torvalds1-2/+3
2005-04-09Export "cache_name_compare()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-09Make "write_cache()" and friends available as generic routines.Libravatar Linus Torvalds1-2/+70
2005-04-09Make the cache stat information comparator public.Libravatar Linus Torvalds1-0/+23
2005-04-09Make "cache_name_pos()" available to others.Libravatar Linus Torvalds1-0/+36
2005-04-09Fix missing return values and some error tests for empty index filesLibravatar Linus Torvalds1-2/+1
2005-04-08Add "check_sha1_signature()" helper functionLibravatar Linus Torvalds1-0/+11
2005-04-08Factor out "read_sha1_file" into mapping/inflating/unmapping.Libravatar Linus Torvalds1-9/+31
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Libravatar Linus Torvalds1-2/+3
2005-04-07Add copyright notices.Libravatar Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLibravatar Linus Torvalds1-0/+259