summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-12[PATCH] show-diff show deleted files as diff as well.Christopher Li
2005-04-12Remove the annoying "ok" printout from show-diff.Linus Torvalds
2005-04-12Add a "check-files" command, which is useful for scriptingLinus Torvalds
2005-04-12Add "show-files" command to show the list of managed (or non-managed) files.Linus Torvalds
2005-04-12Allow zero-sized files to be checked in.Linus Torvalds
2005-04-12Make the rev-tree output more regular. This is the lastLinus Torvalds
2005-04-12Make "rev-tree" capable of showing the difference in reachability between twoLinus Torvalds
2005-04-11Make "rev-tree" more efficient and more useful.Linus Torvalds
2005-04-11Rename ".dircache" directory to ".git"Linus Torvalds
2005-04-11Fix stale index.lock file removal using "atexit()".Linus Torvalds
2005-04-11Add a "rev-tree" helper, which calculates the revisionLinus Torvalds
2005-04-11Fix "usage()" to do the missing line termination.Linus Torvalds
2005-04-11Fix "update-cache" not fixing up the size field as appropriate.Linus Torvalds
2005-04-11Make the default directory permissions more lax.Linus Torvalds
2005-04-11Add a COPYING notice, making it explicit that the license is GPLv2.Linus Torvalds
2005-04-11Make "update-cache --refresh" do what it really should do: justLinus Torvalds
2005-04-11Fix up commit-tree/diff-tree user interface issues.Linus Torvalds
2005-04-11Oops. Fix bad initialization of the "seen" array, causing us to notLinus Torvalds
2005-04-11Oops, the actual 'printf' for missing objects was missing.Linus Torvalds
2005-04-11Add connectivity tracking to fsck.Linus Torvalds
2005-04-11Fix off-by-one error in removal of cache entry.Linus Torvalds
2005-04-11Fix diff-tree recursion.Linus Torvalds
2005-04-10Simplify "diff-tree" output, and only keep track of one single name-base.Linus Torvalds
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds
2005-04-10This implements the new "recursive tree" write-tree.Linus Torvalds
2005-04-09Make fsck-cache warn about old-style tree objects that have fullLinus Torvalds
2005-04-09Teach "fsck" and "read-tree" about recursive tree-nodes.Linus Torvalds
2005-04-09Make "fsck-cache" print out all the root commits it finds.Linus Torvalds
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds
2005-04-09Export "cache_name_compare()" helper function.Linus Torvalds
2005-04-09Make "read-tree" read the tree into the current directory cache.Linus Torvalds
2005-04-09Make "write_cache()" and friends available as generic routines.Linus Torvalds
2005-04-09Fix "checkout-cache.c" mis-use of read_sha1_file() interface.Linus Torvalds
2005-04-09Fix up "checkout-cache" a bitLinus Torvalds
2005-04-09Add a "checkout-cache" command which does what the name suggests.Linus Torvalds
2005-04-09Make the cache stat information comparator public.Linus Torvalds
2005-04-09Make "cache_name_pos()" available to others.Linus Torvalds
2005-04-09Fix missing return values and some error tests for empty index filesLinus Torvalds
2005-04-09Make fsck-cache start parsing the object types, and checking theirLinus Torvalds
2005-04-08Add "-lz" to link line to get in zlib.Linus Torvalds
2005-04-08Add new fsck-cache to Makefile.Linus Torvalds
2005-04-08Add first cut at "fsck-cache" that validates the SHA1 object store.Linus Torvalds
2005-04-08Add "check_sha1_signature()" helper functionLinus Torvalds
2005-04-08Factor out "read_sha1_file" into mapping/inflating/unmapping.Linus Torvalds
2005-04-08Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds
2005-04-08Make "cat-file" output the file contents to stdout.Linus Torvalds
2005-04-08Make read-tree actually unpack the whole tree.Linus Torvalds
2005-04-07Add copyright notices.Linus Torvalds
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds