git
2005-04-12  David Woodhouse[PATCH] rev-tree support for "in X but not in Y".
2005-04-12  Christopher Li[PATCH] show-diff show deleted files as diff as well.
2005-04-12  Linus TorvaldsRemove the annoying "ok" printout from show-diff.
2005-04-12  Linus TorvaldsAdd a "check-files" command, which is useful for scripting
2005-04-12  Linus TorvaldsAdd "show-files" command to show the list of managed...
2005-04-12  Linus TorvaldsAllow zero-sized files to be checked in.
2005-04-12  Linus TorvaldsMake the rev-tree output more regular. This is the...
2005-04-12  Linus TorvaldsMake "rev-tree" capable of showing the difference in...
2005-04-11  Linus TorvaldsMake "rev-tree" more efficient and more useful.
2005-04-11  Linus TorvaldsRename ".dircache" directory to ".git"
2005-04-11  Linus TorvaldsFix stale index.lock file removal using "atexit()".
2005-04-11  Linus TorvaldsAdd a "rev-tree" helper, which calculates the revision
2005-04-11  Linus TorvaldsFix "usage()" to do the missing line termination.
2005-04-11  Linus TorvaldsFix "update-cache" not fixing up the size field as...
2005-04-11  Linus TorvaldsMake the default directory permissions more lax.
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...