summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-04-19[PATCH] provide better committer information to commit-tree.cGreg KH
2005-04-19Make fsck-cache print the object type for unreachable objects.Linus Torvalds
2005-04-18[PATCH] show-diff: Remove stale commentsJunio C Hamano
2005-04-18[PATCH] Do not let rsync obliterate .git/object symbolic link.Junio C Hamano
2005-04-18[PATCH] show-diff.c: -R option for reverse diff.Junio C Hamano
2005-04-18[PATCH] show-diff.c: make diff options customizable.Junio C Hamano
2005-04-18[PATCH] show-diff.c: adjust default format for the Linux kernel.Junio C Hamano
2005-04-18[PATCH] show-diff.c: simplify show_diff_empty.Junio C Hamano
2005-04-18[PATCH] show-diff.c: check unreadbale blob.Junio C Hamano
2005-04-18[PATCH] show-diff.c: clean up private buffer use.Junio C Hamano
2005-04-18Add "update-cache --refresh" to git-pull-script to make sureLinus Torvalds