summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-05-17Add silly "git-whatchanged" script.Linus Torvalds
2005-05-15[PATCH 4/4] Trivial test harness fixes.Junio C Hamano
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano
2005-05-14Implemented make testPetr Baudis
2005-05-10Link with -lcrypto instead of -lssl when using openssl libraries.Junio C Hamano
2005-05-10Rename environment variables.Junio C Hamano
2005-05-08Build and install git-get-tar-commit-idJunio C Hamano
2005-05-07[PATCH] make INSTALL binary in Makefile configurable via make variableThomas Glanzmann
2005-05-05Split "git-pull-script" into two partsLinus Torvalds
2005-05-02Add git-write-blob.Junio C Hamano
2005-05-02[PATCH] Add git-local-pull.Junio C Hamano
2005-05-01[PATCH] Add git-apply-patch-script.Junio C Hamano
2005-04-30[PATCH] Split out "pull" from particular methodsDaniel Barkalow
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds
2005-04-30Rename "show-files" to "ls-files"Linus Torvalds
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig
2005-04-30[PATCH] Fix AUTHOR_DATE timezone confusiontony.luck@intel.com
2005-04-29[PATCH] Makefile: The big git command renaming fallout fix.Junio C Hamano
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds
2005-04-28[PATCH] create tar archives of tree on the flyRene Scharfe
2005-04-28Fix up recent object model cleanupsLinus Torvalds
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow
2005-04-26[PATCH] Introduce diff-tree-helper.Junio C Hamano
2005-04-26[PATCH] Split external diff command interface to a separate file.Junio C Hamano
2005-04-25Add the git-*-script files to the installLinus Torvalds
2005-04-25Add "tag" objects that can be used to sign other objects.Linus Torvalds
2005-04-24Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds
2005-04-24[PATCH] Various transport programsDaniel Barkalow
2005-04-24[PATCH] Simplify building of programsJonas Fonseca
2005-04-23[PATCH] PPC assembly implementation of SHA1Paul Mackerras
2005-04-21Add support for alternate SHA1 library implementations.Linus Torvalds
2005-04-21Split up Makefile library list handling with separate entries forLinus Torvalds
2005-04-20[PATCH] simplify MakefileAndre Noll
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds
2005-04-20Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds
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