summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-05-01[PATCH] Add git-local-pull.Libravatar Junio C Hamano1-1/+2
2005-05-01[PATCH] Add git-apply-patch-script.Libravatar Junio C Hamano1-2/+2
2005-04-30[PATCH] Split out "pull" from particular methodsLibravatar Daniel Barkalow1-2/+2
2005-04-30Make the date parsing accept pretty much any random crap.Libravatar Linus Torvalds1-0/+3
2005-04-30Rename "show-files" to "ls-files"Libravatar Linus Torvalds1-2/+2
2005-04-30[PATCH] Do date parsing by hand...Libravatar Edgar Toernig1-2/+2
2005-04-29[PATCH] Fix AUTHOR_DATE timezone confusionLibravatar tony.luck@intel.com1-0/+1
2005-04-29[PATCH] Makefile: The big git command renaming fallout fix.Libravatar Junio C Hamano1-2/+1
2005-04-29Rename git core commands to be "git-xxxx" to avoid name clashes.Libravatar Linus Torvalds1-38/+44
2005-04-28[PATCH] create tar archives of tree on the flyLibravatar Rene Scharfe1-1/+1
2005-04-28Fix up recent object model cleanupsLibravatar Linus Torvalds1-1/+1
2005-04-28[PATCH] Add tag header/parser to libraryLibravatar Daniel Barkalow1-1/+1
2005-04-25[PATCH] Introduce diff-tree-helper.Libravatar Junio C Hamano1-1/+5
2005-04-25[PATCH] Split external diff command interface to a separate file.Libravatar Junio C Hamano1-0/+4
2005-04-25Add the git-*-script files to the installLibravatar Linus Torvalds1-2/+3
2005-04-25Add "tag" objects that can be used to sign other objects.Libravatar Linus Torvalds1-1/+1
2005-04-23Add "rev-list" program that uses the new time-based commit listing.Libravatar Linus Torvalds1-1/+1
2005-04-23[PATCH] Various transport programsLibravatar Daniel Barkalow1-2/+11
2005-04-23[PATCH] Simplify building of programsLibravatar Jonas Fonseca1-1/+1
2005-04-22[PATCH] PPC assembly implementation of SHA1Libravatar Paul Mackerras1-1/+6
2005-04-21Add support for alternate SHA1 library implementations.Libravatar Linus Torvalds1-11/+11
2005-04-21Split up Makefile library list handling with separate entries forLibravatar Linus Torvalds1-2/+4
2005-04-20[PATCH] simplify MakefileLibravatar Andre Noll1-47/+2
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Libravatar Linus Torvalds1-1/+1
2005-04-20Do SHA1 hash _before_ compression.Libravatar Linus Torvalds1-1/+5
2005-04-19Add "diff-cache" helper program to compare a tree (or commit) withLibravatar Linus Torvalds1-2/+7
2005-04-19Add stupid "git export" thing, which can export a git archiveLibravatar Linus Torvalds1-1/+5
2005-04-18Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Libravatar Linus Torvalds1-1/+5
2005-04-18Add more header dependencies.Libravatar Linus Torvalds1-2/+24
2005-04-18Split up read-cache.c into more logical clumps.Libravatar Linus Torvalds1-1/+1
2005-04-18Clean up the Makefile a bit.Libravatar Linus Torvalds1-32/+39
2005-04-18Merge the new object model thing from Daniel BarkalowLibravatar Linus Torvalds1-6/+6
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingLibravatar Daniel Barkalow1-2/+2
2005-04-18[PATCH] Port fsck-cache to use parsing functionsLibravatar Daniel Barkalow1-2/+2
2005-04-18[PATCH] Port rev-tree to parsing functionsLibravatar Daniel Barkalow1-2/+2
2005-04-17Ass a "merge-cache" helper program to execute a merge onLibravatar Linus Torvalds1-1/+4
2005-04-17Do a very simple "merge-base" that finds the most recent commonLibravatar Linus Torvalds1-1/+4
2005-04-16Remove "merge-tree.c"Libravatar Linus Torvalds1-4/+1
2005-04-14Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Libravatar Linus Torvalds1-1/+4
2005-04-13[PATCH] No need to clean temp_git_file_* anymoreLibravatar Junio C Hamano1-1/+1
2005-04-13[PATCH] Make nsec checking optionalLibravatar Petr Baudis1-0/+7
2005-04-13[PATCH] SHA1 naive collision checkingLibravatar Petr Baudis1-0/+4
2005-04-13[PATCH] ls-tree for listing treesLibravatar Petr Baudis1-2/+5
2005-04-12Add a "check-files" command, which is useful for scriptingLibravatar Linus Torvalds1-1/+5
2005-04-11Add "show-files" command to show the list of managed (or non-managed) files.Libravatar Linus Torvalds1-1/+4
2005-04-11Add a "rev-tree" helper, which calculates the revisionLibravatar Linus Torvalds1-1/+4
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Libravatar Linus Torvalds1-1/+4
2005-04-09Add a "checkout-cache" command which does what the name suggests.Libravatar Linus Torvalds1-1/+5
2005-04-08Add "-lz" to link line to get in zlib.Libravatar Linus Torvalds1-1/+1
2005-04-08Add new fsck-cache to Makefile.Libravatar Linus Torvalds1-1/+4