summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-04-19Add stupid "git export" thing, which can export a git archiveLinus Torvalds
2005-04-18Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds
2005-04-18Add more header dependencies.Linus Torvalds
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds
2005-04-18Clean up the Makefile a bit.Linus Torvalds
2005-04-18Merge the new object model thing from Daniel BarkalowLinus Torvalds
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow
2005-04-18[PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow
2005-04-18[PATCH] Port rev-tree to parsing functionsDaniel Barkalow
2005-04-18Ass a "merge-cache" helper program to execute a merge onLinus Torvalds
2005-04-17Do a very simple "merge-base" that finds the most recent commonLinus Torvalds
2005-04-16Remove "merge-tree.c"Linus Torvalds
2005-04-14Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds
2005-04-13[PATCH] No need to clean temp_git_file_* anymoreJunio C Hamano
2005-04-13[PATCH] Make nsec checking optionalPetr Baudis
2005-04-13[PATCH] SHA1 naive collision checkingPetr Baudis
2005-04-13[PATCH] ls-tree for listing treesPetr Baudis
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-11Add a "rev-tree" helper, which calculates the revisionLinus Torvalds
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds
2005-04-09Add a "checkout-cache" command which does what the name suggests.Linus 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-08Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds