summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add git-write-blob.Junio C Hamano2005-05-011-1/+2
* [PATCH] Add git-local-pull.Junio C Hamano2005-05-011-1/+2
* [PATCH] Add git-apply-patch-script.Junio C Hamano2005-05-011-2/+2
* [PATCH] Split out "pull" from particular methodsDaniel Barkalow2005-04-301-2/+2
* Make the date parsing accept pretty much any random crap.Linus Torvalds2005-04-301-0/+3
* Rename "show-files" to "ls-files"Linus Torvalds2005-04-301-2/+2
* [PATCH] Do date parsing by hand...Edgar Toernig2005-04-301-2/+2
* [PATCH] Fix AUTHOR_DATE timezone confusiontony.luck@intel.com2005-04-291-0/+1
* [PATCH] Makefile: The big git command renaming fallout fix.Junio C Hamano2005-04-291-2/+1
* Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds2005-04-291-38/+44
* [PATCH] create tar archives of tree on the flyRene Scharfe2005-04-281-1/+1
* Fix up recent object model cleanupsLinus Torvalds2005-04-281-1/+1
* [PATCH] Add tag header/parser to libraryDaniel Barkalow2005-04-281-1/+1
* [PATCH] Introduce diff-tree-helper.Junio C Hamano2005-04-251-1/+5
* [PATCH] Split external diff command interface to a separate file.Junio C Hamano2005-04-251-0/+4
* Add the git-*-script files to the installLinus Torvalds2005-04-251-2/+3
* Add "tag" objects that can be used to sign other objects.Linus Torvalds2005-04-251-1/+1
* Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds2005-04-231-1/+1
* [PATCH] Various transport programsDaniel Barkalow2005-04-231-2/+11
* [PATCH] Simplify building of programsJonas Fonseca2005-04-231-1/+1
* [PATCH] PPC assembly implementation of SHA1Paul Mackerras2005-04-221-1/+6
* Add support for alternate SHA1 library implementations.Linus Torvalds2005-04-211-11/+11
* Split up Makefile library list handling with separate entries forLinus Torvalds2005-04-211-2/+4
* [PATCH] simplify MakefileAndre Noll2005-04-201-47/+2
* Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds2005-04-201-1/+1
* Do SHA1 hash _before_ compression.conversionLinus Torvalds2005-04-201-1/+5
* Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds2005-04-191-2/+7
* Add stupid "git export" thing, which can export a git archiveLinus Torvalds2005-04-191-1/+5
* Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds2005-04-181-1/+5
* Add more header dependencies.Linus Torvalds2005-04-181-2/+24
* Split up read-cache.c into more logical clumps.Linus Torvalds2005-04-181-1/+1
* Clean up the Makefile a bit.Linus Torvalds2005-04-181-32/+39
* Merge the new object model thing from Daniel BarkalowLinus Torvalds2005-04-181-6/+6
|\
| * [PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow2005-04-181-2/+2
| * [PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow2005-04-181-2/+2
| * [PATCH] Port rev-tree to parsing functionsDaniel Barkalow2005-04-181-2/+2
* | Ass a "merge-cache" helper program to execute a merge onLinus Torvalds2005-04-171-1/+4
|/
* Do a very simple "merge-base" that finds the most recent commonLinus Torvalds2005-04-171-1/+4
* Remove "merge-tree.c"Linus Torvalds2005-04-161-4/+1
* Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds2005-04-141-1/+4
* [PATCH] No need to clean temp_git_file_* anymoreJunio C Hamano2005-04-131-1/+1
* [PATCH] Make nsec checking optionalPetr Baudis2005-04-131-0/+7
* [PATCH] SHA1 naive collision checkingPetr Baudis2005-04-131-0/+4
* [PATCH] ls-tree for listing treesPetr Baudis2005-04-131-2/+5
* Add a "check-files" command, which is useful for scriptingLinus Torvalds2005-04-121-1/+5
* Add "show-files" command to show the list of managed (or non-managed) files.Linus Torvalds2005-04-111-1/+4
* Add a "rev-tree" helper, which calculates the revisionLinus Torvalds2005-04-111-1/+4
* Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds2005-04-091-1/+4
* Add a "checkout-cache" command which does what the name suggests.Linus Torvalds2005-04-091-1/+5
* Add "-lz" to link line to get in zlib.Linus Torvalds2005-04-081-1/+1