summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-04-21Fix up git-export to use the lower-level interfaces for diff generation.Linus Torvalds
2005-04-21[PATCH] Teach read-tree about commit objectsJunio C Hamano
2005-04-21[PATCH] Teach ls-tree about commit objectsJunio C Hamano
2005-04-21[PATCH] Teach diff-tree about commit objectsJunio C Hamano
2005-04-21[PATCH] Teach diff-cache about commit objectsJunio C Hamano
2005-04-21[PATCH] Accept commit in some places when tree is needed.Junio C Hamano
2005-04-20[PATCH] simplify MakefileAndre Noll
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds
2005-04-20Make the sha1 of the index file go at the very end of the file.Linus Torvalds
2005-04-20Speed up index file writing by chunking it nicely.Linus Torvalds
2005-04-20Make "write_sha1_file()" exit early if the file already exists.Linus Torvalds
2005-04-20The recent hash/compression switch-over missed the blob creation.Linus Torvalds
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds
2005-04-20[PATCH] init-db.c: create and use safe_create_dir helperZach Welch
2005-04-20[PATCH] init-db.c: normalize env var handling.Zach Welch
2005-04-20[PATCH] init-db.c: cleanup commentsZach Welch
2005-04-20Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds
2005-04-20Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds
2005-04-19Make us be better at guessing a good hostname for the email.Linus Torvalds
2005-04-19Remove duplicate getenv(DB_ENVIRONMENT) callLinus Torvalds
2005-04-19Add stupid "git export" thing, which can export a git archiveLinus Torvalds
2005-04-19Fix init-db shared database caseLinus Torvalds
2005-04-19Update "git-pull-script" to use "read-tree -m" forLinus Torvalds
2005-04-19Make "read-tree" know how to do a "1-way merge".Linus Torvalds
2005-04-19Make "read-tree" take the 'stat' information for a merge result from theLinus Torvalds
2005-04-19Make git-pull-script do the right thing for symlinked HEAD's.Linus Torvalds
2005-04-19Don't parse commit objects more than once.Linus Torvalds
2005-04-19[PATCH] SCSI trees, merges and git statusJames Bottomley