summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] Teach diff-cache about commit objectsJunio C Hamano2005-04-201-16/+1
* [PATCH] Accept commit in some places when tree is needed.Junio C Hamano2005-04-202-0/+44
* [PATCH] simplify MakefileAndre Noll2005-04-201-47/+2
* Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds2005-04-202-1/+2
* Make the sha1 of the index file go at the very end of the file.Linus Torvalds2005-04-202-24/+21
* Speed up index file writing by chunking it nicely.Linus Torvalds2005-04-201-4/+39
* Make "write_sha1_file()" exit early if the file already exists.Linus Torvalds2005-04-201-4/+22
* The recent hash/compression switch-over missed the blob creation.Linus Torvalds2005-04-201-5/+9
* Do SHA1 hash _before_ compression.conversionLinus Torvalds2005-04-205-13/+158
* [PATCH] init-db.c: create and use safe_create_dir helperZach Welch2005-04-191-16/+14
* [PATCH] init-db.c: normalize env var handling.Zach Welch2005-04-191-8/+3
* [PATCH] init-db.c: cleanup commentsZach Welch2005-04-191-9/+6
* Make "diff-tree" take commit objects too, like "diff-cache" does.Linus Torvalds2005-04-191-0/+16
* Add "diff-cache" helper program to compare a tree (or commit) withLinus Torvalds2005-04-192-2/+274
* Make us be better at guessing a good hostname for the email.Linus Torvalds2005-04-191-2/+4
* Remove duplicate getenv(DB_ENVIRONMENT) callLinus Torvalds2005-04-191-1/+1
* Add stupid "git export" thing, which can export a git archiveLinus Torvalds2005-04-192-1/+86
* Fix init-db shared database caseLinus Torvalds2005-04-191-1/+1
* Update "git-pull-script" to use "read-tree -m" forLinus Torvalds2005-04-191-2/+2
* Make "read-tree" know how to do a "1-way merge".Linus Torvalds2005-04-191-5/+39
* Make "read-tree" take the 'stat' information for a merge result from theLinus Torvalds2005-04-191-2/+39
* Make git-pull-script do the right thing for symlinked HEAD's.Linus Torvalds2005-04-191-1/+3
* Don't parse commit objects more than once.Linus Torvalds2005-04-191-0/+4
* [PATCH] SCSI trees, merges and git statusJames Bottomley2005-04-181-1/+10
* [PATCH] provide better committer information to commit-tree.cGreg KH2005-04-181-5/+9
* Make fsck-cache print the object type for unreachable objects.Linus Torvalds2005-04-181-1/+1
* [PATCH] show-diff: Remove stale commentsJunio C Hamano2005-04-181-3/+0
* [PATCH] Do not let rsync obliterate .git/object symbolic link.Junio C Hamano2005-04-181-1/+1
* [PATCH] show-diff.c: -R option for reverse diff.Junio C Hamano2005-04-181-7/+13
* [PATCH] show-diff.c: make diff options customizable.Junio C Hamano2005-04-181-4/+25
* [PATCH] show-diff.c: adjust default format for the Linux kernel.Junio C Hamano2005-04-181-3/+4
* [PATCH] show-diff.c: simplify show_diff_empty.Junio C Hamano2005-04-181-34/+10
* [PATCH] show-diff.c: check unreadbale blob.Junio C Hamano2005-04-181-1/+10
* [PATCH] show-diff.c: clean up private buffer use.Junio C Hamano2005-04-181-16/+6
* Add "update-cache --refresh" to git-pull-script to make sureLinus Torvalds2005-04-181-2/+2