summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-0/+16
2005-04-25Fix up the types in write_sha1_fileLibravatar Linus Torvalds1-1/+1
2005-04-25Simplify "write_sha1_file()" interfacesLibravatar Linus Torvalds1-1/+1
2005-04-23[PATCH] Additional functions for the objects databaseLibravatar Daniel Barkalow1-0/+5
2005-04-22New "diff-cache" implementation.Libravatar Linus Torvalds1-0/+2
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Libravatar Linus Torvalds1-0/+3
2005-04-21Add support for alternate SHA1 library implementations.Libravatar Linus Torvalds1-1/+1
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Libravatar Linus Torvalds1-0/+8
2005-04-20[PATCH] Accept commit in some places when tree is needed.Libravatar Junio C Hamano1-0/+4
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Libravatar Linus Torvalds1-0/+1
2005-04-20Make the sha1 of the index file go at the very end of the file.Libravatar Linus Torvalds1-1/+0
2005-04-20Do SHA1 hash _before_ compression.Libravatar Linus Torvalds1-1/+1
2005-04-16Be much more liberal about the file mode bits.Libravatar Linus Torvalds1-0/+3
2005-04-16[PATCH] Add --stage to show-files for new stage dircache.Libravatar Junio C Hamano1-5/+7
2005-04-16[PATCH] Byteorder fix for read-tree, new -m semantics version.Libravatar Junio C Hamano1-1/+1
2005-04-15Make cache entry comparison take the new "state" flag into account.Libravatar Linus Torvalds1-3/+4
2005-04-15Encode a few extra flags per index entry.Libravatar Linus Torvalds1-2/+6
2005-04-15Convert the index file reading/writing to use network byte order.Libravatar Linus Torvalds1-13/+18
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-1/+4
2005-04-11Rename ".dircache" directory to ".git"Libravatar Linus Torvalds1-1/+1
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-2/+2
2005-04-09This implements the new "recursive tree" write-tree.Libravatar Linus Torvalds1-1/+1
2005-04-09Export "cache_name_compare()" helper function.Libravatar Linus Torvalds1-0/+1
2005-04-09Make "write_cache()" and friends available as generic routines.Libravatar Linus Torvalds1-2/+5
2005-04-09Make the cache stat information comparator public.Libravatar Linus Torvalds1-1/+9
2005-04-09Make "cache_name_pos()" available to others.Libravatar Linus Torvalds1-0/+1
2005-04-09Fix missing return values and some error tests for empty index filesLibravatar Linus Torvalds1-1/+1
2005-04-08Add "check_sha1_signature()" helper functionLibravatar Linus Torvalds1-0/+1
2005-04-08Factor out "read_sha1_file" into mapping/inflating/unmapping.Libravatar Linus Torvalds1-0/+2
2005-04-08Make "cat-file" output the file contents to stdout.Libravatar Linus Torvalds1-0/+1
2005-04-07Initial revision of "git", the information manager from hellLibravatar Linus Torvalds1-0/+93