aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Do SHA1 hash _before_ compression.Linus Torvalds2005-04-20
* Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds2005-04-19
* Add stupid "git export" thing, which can export a git archiveLinus Torvalds2005-04-19
* Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds2005-04-18
* Add more header dependencies.Linus Torvalds2005-04-18
* Split up read-cache.c into more logical clumps.Linus Torvalds2005-04-18
* Clean up the Makefile a bit.Linus Torvalds2005-04-18
* Merge the new object model thing from Daniel BarkalowLinus Torvalds2005-04-18
|\
| * [PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow2005-04-18
| * [PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow2005-04-18
| * [PATCH] Port rev-tree to parsing functionsDaniel Barkalow2005-04-18
* | Ass a "merge-cache" helper program to execute a merge onLinus Torvalds2005-04-17
|/
* Do a very simple "merge-base" that finds the most recent commonLinus Torvalds2005-04-17
* Remove "merge-tree.c"Linus Torvalds2005-04-16
* Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds2005-04-14
* [PATCH] No need to clean temp_git_file_* anymoreJunio C Hamano2005-04-13
* [PATCH] Make nsec checking optionalPetr Baudis2005-04-13
* [PATCH] SHA1 naive collision checkingPetr Baudis2005-04-13
* [PATCH] ls-tree for listing treesPetr Baudis2005-04-13
* Add a "check-files" command, which is useful for scriptingLinus Torvalds2005-04-12
* Add "show-files" command to show the list of managed (or non-managed) files.Linus Torvalds2005-04-11
* Add a "rev-tree" helper, which calculates the revisionLinus Torvalds2005-04-11
* Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds2005-04-09
* Add a "checkout-cache" command which does what the name suggests.Linus Torvalds2005-04-09
* Add "-lz" to link line to get in zlib.Linus Torvalds2005-04-08
* Add new fsck-cache to Makefile.Linus Torvalds2005-04-08
* Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds2005-04-08
* Initial revision of "git", the information manager from hellLinus Torvalds2005-04-07