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