summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* sha1_file: make the new sha1 object writing be coda-friendly.Linus Torvalds2005-05-031-1/+14
* Improve sha1 object file writing.Linus Torvalds2005-05-031-93/+39
* Add git-write-blob.Junio C Hamano2005-05-011-0/+51
* Remove the ugly jit-style parent syntax.Linus Torvalds2005-05-011-44/+0
* Add "look up parent" logic for the simple names.Linus Torvalds2005-05-011-5/+62
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-0/+29
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-281-32/+37
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-5/+3
* Fix up the types in write_sha1_fileLinus Torvalds2005-04-251-2/+2
* Simplify "write_sha1_file()" interfacesLinus Torvalds2005-04-251-7/+20
* [PATCH] fix segfault in fsck-cacheAndreas Gal2005-04-241-0/+2
* [PATCH] Additional functions for the objects databaseDaniel Barkalow2005-04-231-0/+72
* Use O_NOATIME when opening the sha1 files.Linus Torvalds2005-04-231-3/+26
* Fix up some problems from the commit->tree helper patchLinus Torvalds2005-04-201-2/+2
* [PATCH] Accept commit in some places when tree is needed.Junio C Hamano2005-04-201-0/+40
* Make "write_sha1_file()" exit early if the file already exists.Linus Torvalds2005-04-201-4/+22
* Do SHA1 hash _before_ compression.conversionLinus Torvalds2005-04-201-6/+8
* Split up read-cache.c into more logical clumps.Linus Torvalds2005-04-181-0/+247