summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Libravatar Linus Torvalds5-11/+70
2005-04-09This implements the new "recursive tree" write-tree.Libravatar Linus Torvalds4-22/+70
2005-04-09Make fsck-cache warn about old-style tree objects that have fullLibravatar Linus Torvalds1-0/+9
2005-04-09Teach "fsck" and "read-tree" about recursive tree-nodes.Libravatar Linus Torvalds2-9/+24
2005-04-09Make "fsck-cache" print out all the root commits it finds.Libravatar Linus Torvalds1-0/+5
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Libravatar Linus Torvalds2-1/+113
2005-04-09Export "cache_name_compare()" helper function.Libravatar Linus Torvalds2-1/+2
2005-04-09Make "read-tree" read the tree into the current directory cache.Libravatar Linus Torvalds2-50/+82
2005-04-09Make "write_cache()" and friends available as generic routines.Libravatar Linus Torvalds3-73/+75
2005-04-09Fix "checkout-cache.c" mis-use of read_sha1_file() interface.Libravatar Linus Torvalds1-2/+3
2005-04-09Fix up "checkout-cache" a bitLibravatar Linus Torvalds1-10/+8
2005-04-09Add a "checkout-cache" command which does what the name suggests.Libravatar Linus Torvalds2-1/+145
2005-04-09Make the cache stat information comparator public.Libravatar Linus Torvalds3-32/+33
2005-04-09Make "cache_name_pos()" available to others.Libravatar Linus Torvalds3-36/+37
2005-04-09Fix missing return values and some error tests for empty index filesLibravatar Linus Torvalds3-3/+4
2005-04-08Make fsck-cache start parsing the object types, and checking theirLibravatar Linus Torvalds1-11/+42
2005-04-08Add "-lz" to link line to get in zlib.Libravatar Linus Torvalds1-1/+1
2005-04-08Add new fsck-cache to Makefile.Libravatar Linus Torvalds1-1/+4
2005-04-08Add first cut at "fsck-cache" that validates the SHA1 object store.Libravatar Linus Torvalds1-0/+106
2005-04-08Add "check_sha1_signature()" helper functionLibravatar Linus Torvalds2-0/+12
2005-04-08Factor out "read_sha1_file" into mapping/inflating/unmapping.Libravatar Linus Torvalds2-9/+33
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Libravatar Linus Torvalds8-9/+9
2005-04-08Make "cat-file" output the file contents to stdout.Libravatar Linus Torvalds2-10/+35
2005-04-07Make read-tree actually unpack the whole tree.Libravatar Linus Torvalds1-1/+41
2005-04-07Add copyright notices.Libravatar Linus Torvalds8-0/+40
2005-04-07Initial revision of "git", the information manager from hellLibravatar Linus Torvalds11-0/+1244