summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-11Add "show-files" command to show the list of managed (or non-managed) files.Libravatar Linus Torvalds2-1/+168
2005-04-11Allow zero-sized files to be checked in.Libravatar Linus Torvalds1-4/+8
2005-04-11Make the rev-tree output more regular. This is the lastLibravatar Linus Torvalds1-2/+2
2005-04-11Make "rev-tree" capable of showing the difference in reachability between twoLibravatar Linus Torvalds1-13/+99
2005-04-11Make "rev-tree" more efficient and more useful.Libravatar Linus Torvalds1-44/+68
2005-04-11Rename ".dircache" directory to ".git"Libravatar Linus Torvalds6-12/+12
2005-04-11Fix stale index.lock file removal using "atexit()".Libravatar Linus Torvalds2-39/+47
2005-04-11Add a "rev-tree" helper, which calculates the revisionLibravatar Linus Torvalds2-1/+142
2005-04-11Fix "usage()" to do the missing line termination.Libravatar Linus Torvalds1-1/+3
2005-04-11Fix "update-cache" not fixing up the size field as appropriate.Libravatar Linus Torvalds1-5/+6
2005-04-11Make the default directory permissions more lax.Libravatar Linus Torvalds2-4/+4
2005-04-11Add a COPYING notice, making it explicit that the license is GPLv2.Libravatar Linus Torvalds1-0/+361
2005-04-11Make "update-cache --refresh" do what it really should do: justLibravatar Linus Torvalds1-19/+99
2005-04-11Fix up commit-tree/diff-tree user interface issues.Libravatar Linus Torvalds2-4/+4
2005-04-10Oops. Fix bad initialization of the "seen" array, causing us to notLibravatar Linus Torvalds1-1/+1
2005-04-10Oops, the actual 'printf' for missing objects was missing.Libravatar Linus Torvalds1-0/+1
2005-04-10Add connectivity tracking to fsck.Libravatar Linus Torvalds1-4/+100
2005-04-10Fix off-by-one error in removal of cache entry.Libravatar Linus Torvalds1-7/+7
2005-04-10Fix diff-tree recursion.Libravatar Linus Torvalds1-6/+53
2005-04-10Simplify "diff-tree" output, and only keep track of one single name-base.Libravatar Linus Torvalds1-24/+23
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Libravatar Linus Torvalds3-29/+67
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