summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-26update-cache: remove index lock file on SIGINTLinus Torvalds
2005-04-26[PATCH] diff-cache bugletJunio C Hamano
2005-04-26[PATCH] Diff-tree-helper take two.Junio C Hamano
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-25fsck-cache: show root objects only with "--root"Linus Torvalds
2005-04-25fsck-cache: only show tags if asked to do so with "--tags"Linus Torvalds
2005-04-25Add the git-*-script files to the installLinus Torvalds
2005-04-25Add example "git-tag-script" to show how to create signed tag objects.Linus Torvalds
2005-04-25Make "fsck" also show what the name of the tag object is, not justLinus Torvalds
2005-04-25Add "tag" objects that can be used to sign other objects.Linus Torvalds
2005-04-25Fix up the types in write_sha1_fileLinus Torvalds
2005-04-25Simplify "write_sha1_file()" interfacesLinus Torvalds
2005-04-24fsck-cache: warn about missing commit datesLinus Torvalds
2005-04-24Update "convert-cache" to handle git itself.Linus Torvalds
2005-04-24[PATCH] update-cache: add "--ignore-missing" optionJames Bottomley
2005-04-24[PATCH] checkout-cache: add "-n" optionJames Bottomley
2005-04-24Don't add references to objects we couldn't find. Linus Torvalds
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds
2005-04-24Set object type at object creation time, not object parse time.Linus Torvalds
2005-04-24fsck-cache: notice missing "blob" objects.Linus Torvalds
2005-04-24[PATCH] fix segfault in fsck-cacheAndreas Gal
2005-04-24Support a fine-grained diff-treeLinus Torvalds
2005-04-24[PATCH] make file merging respect permissionsJames Bottomley
2005-04-24[PATCH] Allow multiple date-ordered listsDaniel Barkalow
2005-04-24Don't add parents to the commit list if we have alreadyLinus 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] Replace merge-base implementationDaniel Barkalow
2005-04-24[PATCH] Additional functions for the objects databaseDaniel Barkalow
2005-04-24[PATCH] Parse tree objects completelyDaniel Barkalow
2005-04-24[PATCH] Add some functions for commit listsDaniel Barkalow
2005-04-24[PATCH] Simplify building of programsJonas Fonseca
2005-04-24[PATCH] Fix broken diff-cache output on added filesPetr Baudis
2005-04-23Make a hack to convert-cache for missing author dates in oldLinus Torvalds
2005-04-23Make "convert-cache" able to handle the really old archive formatsLinus Torvalds
2005-04-23Use O_NOATIME when opening the sha1 files.Linus Torvalds
2005-04-23[PATCH] PPC assembly implementation of SHA1Paul Mackerras
2005-04-23New "diff-cache" implementation.Linus Torvalds
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds
2005-04-22Clean up and simplify read-tree a bit.Linus Torvalds
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-21Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds
2005-04-21Add the ability to prefix something to the pathname to "checkout-cache.c"Linus Torvalds
2005-04-21Fix NSEC compile problem, and properly parse the rev-tree cmd line.Linus Torvalds
2005-04-21[PATCH] Usage-string fixes.Junio C Hamano
2005-04-21Duh, just make git-export.c use the proper syntax, everything is fine.Linus Torvalds
2005-04-21Fix up some problems from the commit->tree helper patchLinus Torvalds