summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-05-23Start implementing "git-apply"Linus Torvalds1-1/+1
2005-05-22Don't care about st_dev in the index fileLinus Torvalds1-1/+3
2005-05-22[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectoriesThomas Glanzmann1-2/+2
2005-05-22Split up git-pull-script into separate "fetch" and "merge" phases.Linus Torvalds1-1/+1
2005-05-22[PATCH] Diffcore updates.Junio C Hamano1-4/+5
2005-05-21"make clean" should also clean up documentationLinus Torvalds1-0/+1
2005-05-21[PATCH] Introducing software archaeologist's tool "pickaxe".Junio C Hamano1-1/+2
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano1-2/+3
2005-05-20[PATCH] delta creationNicolas Pitre1-2/+4
2005-05-20[PATCH] delta checkNicolas Pitre1-1/+1
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano1-1/+1
2005-05-19[PATCH] Deltification library work by Nicolas Pitre.Nicolas Pitre1-2/+5
2005-05-17Add silly "git-whatchanged" script.Linus Torvalds1-1/+1
2005-05-16[PATCH 4/4] Trivial test harness fixes.Junio C Hamano1-1/+1
2005-05-15[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.Junio C Hamano1-2/+2
2005-05-14Implemented make testPetr Baudis1-0/+3
2005-05-10Link with -lcrypto instead of -lssl when using openssl libraries.Junio C Hamano1-1/+1
2005-05-09Rename environment variables.Junio C Hamano1-0/+3
2005-05-07Build and install git-get-tar-commit-idJunio C Hamano1-1/+2
2005-05-07[PATCH] make INSTALL binary in Makefile configurable via make variableThomas Glanzmann1-2/+8
2005-05-05Split "git-pull-script" into two partsLinus Torvalds1-1/+1
2005-05-01Add git-write-blob.Junio C Hamano1-1/+2
2005-05-01[PATCH] Add git-local-pull.Junio C Hamano1-1/+2
2005-05-01[PATCH] Add git-apply-patch-script.Junio C Hamano1-2/+2
2005-04-30[PATCH] Split out "pull" from particular methodsDaniel Barkalow1-2/+2
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds1-0/+3
2005-04-30Rename "show-files" to "ls-files"Linus Torvalds1-2/+2
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig1-2/+2
2005-04-29[PATCH] Fix AUTHOR_DATE timezone confusiontony.luck@intel.com1-0/+1
2005-04-29[PATCH] Makefile: The big git command renaming fallout fix.Junio C Hamano1-2/+1
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds1-36/+42
2005-04-28[PATCH] create tar archives of tree on the flyRene Scharfe1-1/+1
2005-04-28Fix up recent object model cleanupsLinus Torvalds1-1/+1
2005-04-28[PATCH] Add tag header/parser to libraryDaniel Barkalow1-1/+1
2005-04-25[PATCH] Introduce diff-tree-helper.Junio C Hamano1-1/+5
2005-04-25[PATCH] Split external diff command interface to a separate file.Junio C Hamano1-0/+4
2005-04-25Add the git-*-script files to the installLinus Torvalds1-2/+3
2005-04-25Add "tag" objects that can be used to sign other objects.Linus Torvalds1-1/+1
2005-04-23Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds1-1/+1
2005-04-23[PATCH] Various transport programsDaniel Barkalow1-2/+11
2005-04-23[PATCH] Simplify building of programsJonas Fonseca1-1/+1
2005-04-22[PATCH] PPC assembly implementation of SHA1Paul Mackerras1-1/+6
2005-04-21Add support for alternate SHA1 library implementations.Linus Torvalds1-11/+11
2005-04-21Split up Makefile library list handling with separate entries forLinus Torvalds1-2/+4
2005-04-20[PATCH] simplify MakefileAndre Noll1-47/+2
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds1-1/+1
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds1-1/+5
2005-04-19Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds1-2/+7
2005-04-19Add stupid "git export" thing, which can export a git archiveLinus Torvalds1-1/+5
2005-04-18Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds1-1/+5