summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Split external diff command interface to a separate file.Junio C Hamano2005-04-254-98/+130
* fsck-cache: show root objects only with "--root"Linus Torvalds2005-04-251-1/+6
* fsck-cache: only show tags if asked to do so with "--tags"Linus Torvalds2005-04-251-5/+25
* Add the git-*-script files to the installLinus Torvalds2005-04-251-2/+3
* Add example "git-tag-script" to show how to create signed tag objects.Linus Torvalds2005-04-251-0/+8
* Make "fsck" also show what the name of the tag object is, not justLinus Torvalds2005-04-251-3/+6
* Add "tag" objects that can be used to sign other objects.Linus Torvalds2005-04-253-1/+165
* Fix up the types in write_sha1_fileLinus Torvalds2005-04-252-3/+3
* Simplify "write_sha1_file()" interfacesLinus Torvalds2005-04-255-100/+38
* fsck-cache: warn about missing commit datesLinus Torvalds2005-04-241-0/+2
* Update "convert-cache" to handle git itself.Linus Torvalds2005-04-241-2/+1
* [PATCH] update-cache: add "--ignore-missing" optionJames Bottomley2005-04-241-6/+27
* [PATCH] checkout-cache: add "-n" optionJames Bottomley2005-04-241-2/+7
* Don't add references to objects we couldn't find. Linus Torvalds2005-04-242-4/+8
* Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds2005-04-242-2/+2
* Set object type at object creation time, not object parse time.Linus Torvalds2005-04-242-2/+2
* fsck-cache: notice missing "blob" objects.Linus Torvalds2005-04-242-2/+9
* [PATCH] fix segfault in fsck-cacheAndreas Gal2005-04-241-0/+2
* Support a fine-grained diff-treeLinus Torvalds2005-04-231-2/+76
* [PATCH] make file merging respect permissionsJames Bottomley2005-04-232-9/+49
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-234-26/+13
* Don't add parents to the commit list if we have alreadyLinus Torvalds2005-04-231-2/+5
* Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds2005-04-232-1/+24
* [PATCH] Various transport programsDaniel Barkalow2005-04-236-2/+482
* [PATCH] Replace merge-base implementationDaniel Barkalow2005-04-231-48/+44
* [PATCH] Additional functions for the objects databaseDaniel Barkalow2005-04-232-0/+77
* [PATCH] Parse tree objects completelyDaniel Barkalow2005-04-232-3/+29
* [PATCH] Add some functions for commit listsDaniel Barkalow2005-04-232-6/+61
* [PATCH] Simplify building of programsJonas Fonseca2005-04-231-1/+1
* [PATCH] Fix broken diff-cache output on added filesPetr Baudis2005-04-231-1/+1
* Make a hack to convert-cache for missing author dates in oldLinus Torvalds2005-04-231-0/+7
* Make "convert-cache" able to handle the really old archive formatsLinus Torvalds2005-04-231-13/+206
* Use O_NOATIME when opening the sha1 files.Linus Torvalds2005-04-231-3/+26
* [PATCH] PPC assembly implementation of SHA1Paul Mackerras2005-04-224-1/+283
* New "diff-cache" implementation.Linus Torvalds2005-04-223-182/+58
* Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds2005-04-223-63/+71
* Clean up and simplify read-tree a bit.Linus Torvalds2005-04-221-7/+6
* Add support for alternate SHA1 library implementations.Linus Torvalds2005-04-214-12/+209
* Split up Makefile library list handling with separate entries forLinus Torvalds2005-04-211-2/+4
* Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds2005-04-212-164/+1
* Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds2005-04-216-20/+31
* Add the ability to prefix something to the pathname to "checkout-cache.c"Linus Torvalds2005-04-211-16/+28
* Fix NSEC compile problem, and properly parse the rev-tree cmd line.Linus Torvalds2005-04-212-4/+3
* [PATCH] Usage-string fixes.Junio C Hamano2005-04-204-16/+20
* Duh, just make git-export.c use the proper syntax, everything is fine.Linus Torvalds2005-04-201-1/+1
* Fix up some problems from the commit->tree helper patchLinus Torvalds2005-04-201-2/+2
* Fix up git-export to use the lower-level interfaces for diff generation.Linus Torvalds2005-04-201-1/+1
* [PATCH] Teach read-tree about commit objectsJunio C Hamano2005-04-201-10/+24
* [PATCH] Teach ls-tree about commit objectsJunio C Hamano2005-04-201-6/+5
* [PATCH] Teach diff-tree about commit objectsJunio C Hamano2005-04-201-21/+4