summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Include file cleanups..Linus Torvalds2005-05-221-2/+0
* [PATCH] delta readNicolas Pitre2005-05-201-0/+14
* sparse cleanupLinus Torvalds2005-05-201-3/+3
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-9/+9
* Merge with http://members.cox.net/junkio/git-jc.gitPetr Baudis2005-05-111-22/+149
|\
| * Introduce GIT_DIR environment variable.Junio C Hamano2005-05-091-3/+36
| * Rename environment variables.Junio C Hamano2005-05-091-4/+4
| * Stylistic fixes to sha1_file.cJunio C Hamano2005-05-081-4/+24
| * [PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann2005-05-071-0/+1
| * Free compressed buffer after write_sha1_file() is done.Junio C Hamano2005-05-071-0/+1
| * Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano2005-05-071-19/+91
* | [PATCH] Really *do* nothing in while loopThomas Glanzmann2005-05-081-1/+1
|/
* [PATCH] Remove unused sha1_file_directory variable.Junio C Hamano2005-05-061-2/+0
* 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