Make the date parsing accept pretty much any random crap.
[git.git] / Makefile
2005-04-30 Linus TorvaldsMake the date parsing accept pretty much any random...
2005-04-30 Linus TorvaldsRename "show-files" to "ls-files"
2005-04-30 Edgar Toernig[PATCH] Do date parsing by hand...
2005-04-30 tony.luck@intel.com[PATCH] Fix AUTHOR_DATE timezone confusion
2005-04-29 Junio C Hamano[PATCH] Makefile: The big git command renaming fallout...
2005-04-29 Linus TorvaldsRename git core commands to be "git-xxxx" to avoid...
2005-04-28 Rene Scharfe[PATCH] create tar archives of tree on the fly
2005-04-28 Linus TorvaldsFix up recent object model cleanups
2005-04-28 Daniel Barkalow[PATCH] Add tag header/parser to library
2005-04-26 Junio C Hamano[PATCH] Introduce diff-tree-helper.
2005-04-26 Junio C Hamano[PATCH] Split external diff command interface to a...
2005-04-25 Linus TorvaldsAdd the git-*-script files to the install
2005-04-25 Linus TorvaldsAdd "tag" objects that can be used to sign other objects.
2005-04-24 Linus TorvaldsAdd "rev-list" program that uses the new time-based...
2005-04-24 Daniel Barkalow[PATCH] Various transport programs
2005-04-24 Jonas Fonseca[PATCH] Simplify building of programs
2005-04-23 Paul Mackerras[PATCH] PPC assembly implementation of SHA1
2005-04-21 Linus TorvaldsAdd support for alternate SHA1 library implementations.
2005-04-21 Linus TorvaldsSplit up Makefile library list handling with separate...
2005-04-20 Andre Noll[PATCH] simplify Makefile
2005-04-20 Linus TorvaldsImprove build: add <unistd.h> and use -O2 instead of -O3
2005-04-20 Linus TorvaldsDo SHA1 hash _before_ compression.
2005-04-20 Linus TorvaldsAdd "diff-cache" helper program to compare a tree ...
2005-04-19 Linus TorvaldsAdd stupid "git export" thing, which can export a git...
2005-04-18 Linus TorvaldsAdd "unpack-file" helper that unpacks a sha1 blob into...
2005-04-18 Linus TorvaldsAdd more header dependencies.
2005-04-18 Linus TorvaldsSplit up read-cache.c into more logical clumps.
2005-04-18 Linus TorvaldsClean up the Makefile a bit.
2005-04-18 Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18 Daniel Barkalow[PATCH] Switch implementations of merge-base, port...
2005-04-18 Daniel Barkalow[PATCH] Port fsck-cache to use parsing functions
2005-04-18 Daniel Barkalow[PATCH] Port rev-tree to parsing functions
2005-04-18 Linus TorvaldsAss a "merge-cache" helper program to execute a merge on
2005-04-17 Linus TorvaldsDo a very simple "merge-base" that finds the most recen...
2005-04-16 Linus TorvaldsRemove "merge-tree.c"
2005-04-14 Linus TorvaldsAdd "merge-tree" helper program. Maybe it's retarded...
2005-04-13 Junio C Hamano[PATCH] No need to clean temp_git_file_* anymore
2005-04-13 Petr Baudis[PATCH] Make nsec checking optional
2005-04-13 Petr Baudis[PATCH] SHA1 naive collision checking
2005-04-13 Petr Baudis[PATCH] ls-tree for listing trees
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-11 Linus TorvaldsAdd a "rev-tree" helper, which calculates the revision
2005-04-09 Linus TorvaldsAdd "diff-tree" program to show which files have change...
2005-04-09 Linus TorvaldsAdd a "checkout-cache" command which does what the...
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 TorvaldsUse "-Wall -O2" for the compiler to get more warnings.
2005-04-07 Linus TorvaldsInitial revision of "git", the information manager...