git
2005-04-11  Linus TorvaldsAdd a COPYING notice, making it explicit that the licen...
2005-04-11  Linus TorvaldsMake "update-cache --refresh" do what it really should...
2005-04-11  Linus TorvaldsFix up commit-tree/diff-tree user interface issues.
2005-04-11  Linus TorvaldsOops. Fix bad initialization of the "seen" array, causi...
2005-04-11  Linus TorvaldsOops, the actual 'printf' for missing objects was missing.
2005-04-11  Linus TorvaldsAdd connectivity tracking to fsck.
2005-04-11  Linus TorvaldsFix off-by-one error in removal of cache entry.
2005-04-11  Linus TorvaldsFix diff-tree recursion.
2005-04-10  Linus TorvaldsSimplify "diff-tree" output, and only keep track of...
2005-04-10  Linus TorvaldsAdd "-R" flag to "diff-tree", so that it will recursive...
2005-04-10  Linus TorvaldsMake "update-cache" a bit friendlier to use (and harder...
2005-04-10  Linus TorvaldsThis implements the new "recursive tree" write-tree.
2005-04-09  Linus TorvaldsMake fsck-cache warn about old-style tree objects that...
2005-04-09  Linus TorvaldsTeach "fsck" and "read-tree" about recursive tree-nodes.
2005-04-09  Linus TorvaldsMake "fsck-cache" print out all the root commits it...
2005-04-09  Linus TorvaldsAdd "diff-tree" program to show which files have change...
2005-04-09  Linus TorvaldsExport "cache_name_compare()" helper function.
2005-04-09  Linus TorvaldsMake "read-tree" read the tree into the current directo...
2005-04-09  Linus TorvaldsMake "write_cache()" and friends available as generic...
2005-04-09  Linus TorvaldsFix "checkout-cache.c" mis-use of read_sha1_file()...
2005-04-09  Linus TorvaldsFix up "checkout-cache" a bit
2005-04-09  Linus TorvaldsAdd a "checkout-cache" command which does what the...
2005-04-09  Linus TorvaldsMake the cache stat information comparator public.
2005-04-09  Linus TorvaldsMake "cache_name_pos()" available to others.
2005-04-09  Linus TorvaldsFix missing return values and some error tests for...
2005-04-09  Linus TorvaldsMake fsck-cache start parsing the object types, and...
2005-04-08  Linus TorvaldsAdd "-lz" to link line to get in zlib.
2005-04-08  Linus TorvaldsAdd new fsck-cache to Makefile.
2005-04-08  Linus TorvaldsAdd first cut at "fsck-cache" that validates the SHA1...
2005-04-08  Linus TorvaldsAdd "check_sha1_signature()" helper function
2005-04-08  Linus TorvaldsFactor out "read_sha1_file" into mapping/inflating...
2005-04-08  Linus TorvaldsUse "-Wall -O2" for the compiler to get more warnings.
2005-04-08  Linus TorvaldsMake "cat-file" output the file contents to stdout.
2005-04-08  Linus TorvaldsMake read-tree actually unpack the whole tree.
2005-04-07  Linus TorvaldsAdd copyright notices.
2005-04-07  Linus TorvaldsInitial revision of "git", the information manager...