aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-29
* Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds2005-06-28
* Make git pack files use little-endian size encodingLinus Torvalds2005-06-28
* Merge fighting fsck-cache updates from JunioLinus Torvalds2005-06-28
|\
| * [PATCH] Expose packed_git and alt_odb.Junio C Hamano2005-06-28
* | [PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano2005-06-28
* | Change pack file format. Hopefully for the last time.Linus Torvalds2005-06-28
|/
* Teach packing about "tag" objectsLinus Torvalds2005-06-28
* [PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano2005-06-28
* [PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano2005-06-27
* [PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano2005-06-27
* [PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano2005-06-27
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-27
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-21
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-08
* [PATCH] Operations on refsDaniel Barkalow2005-06-06
* [PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano2005-06-02
* [PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano2005-06-02
* Split up unpack_sha1_file() some moreLinus Torvalds2005-06-02
* Add "unpack_sha1_header()" helper functionLinus Torvalds2005-06-01
* unpack_sha1_file: zero-pad the unpacked object.Linus Torvalds2005-05-25
* Include file cleanups..Linus Torvalds2005-05-22
* [PATCH] delta readNicolas Pitre2005-05-20
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-18
* Merge with http://members.cox.net/junkio/git-jc.gitPetr Baudis2005-05-11
|\
| * Introduce GIT_DIR environment variable.Junio C Hamano2005-05-09
| * Rename environment variables.Junio C Hamano2005-05-09
| * Stylistic fixes to sha1_file.cJunio C Hamano2005-05-08
| * [PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann2005-05-07
| * Free compressed buffer after write_sha1_file() is done.Junio C Hamano2005-05-07
| * Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano2005-05-07
* | [PATCH] Really *do* nothing in while loopThomas Glanzmann2005-05-08
|/
* [PATCH] Remove unused sha1_file_directory variable.Junio C Hamano2005-05-06
* sha1_file: make the new sha1 object writing be coda-friendly.Linus Torvalds2005-05-03
* Improve sha1 object file writing.Linus Torvalds2005-05-03
* Add git-write-blob.Junio C Hamano2005-05-01
* Remove the ugly jit-style parent syntax.Linus Torvalds2005-05-01
* Add "look up parent" logic for the simple names.Linus Torvalds2005-05-01
* Add "get_sha1()" helper function.Linus Torvalds2005-05-01
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-28
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-26
* Fix up the types in write_sha1_fileLinus Torvalds2005-04-25
* Simplify "write_sha1_file()" interfacesLinus Torvalds2005-04-25
* [PATCH] fix segfault in fsck-cacheAndreas Gal2005-04-24
* [PATCH] Additional functions for the objects databaseDaniel Barkalow2005-04-23
* Use O_NOATIME when opening the sha1 files.Linus Torvalds2005-04-23
* Fix up some problems from the commit->tree helper patchLinus Torvalds2005-04-20
* [PATCH] Accept commit in some places when tree is needed.Junio C Hamano2005-04-20
* Make "write_sha1_file()" exit early if the file already exists.Linus Torvalds2005-04-20