Age | Commit message (Expand) | Author | Files | Lines |
2005-06-27 | [PATCH] Teach read_sha1_file() and friends about packed git object store. | Junio C Hamano | 1 | -10/+412 |
2005-06-27 | [PATCH] Enhance sha1_file_size() into sha1_object_info() | Junio C Hamano | 1 | -7/+9 |
2005-06-27 | [PATCH] Remove "delta" object representation. | Junio C Hamano | 1 | -85/+3 |
2005-06-21 | [PATCH] Fix several gcc4 signedness warnings | Mika Kukkonen | 1 | -2/+2 |
2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -1/+1 |
2005-06-06 | [PATCH] Operations on refs | Daniel Barkalow | 1 | -1/+10 |
2005-06-02 | [PATCH] Find size of SHA1 object without inflating everything. | Junio C Hamano | 1 | -0/+60 |
2005-06-02 | [PATCH] Handle deltified object correctly in git-*-pull family. | Junio C Hamano | 1 | -0/+31 |
2005-06-02 | Split up unpack_sha1_file() some more | Linus Torvalds | 1 | -19/+73 |
2005-06-01 | Add "unpack_sha1_header()" helper function | Linus Torvalds | 1 | -12/+15 |
2005-05-25 | unpack_sha1_file: zero-pad the unpacked object. | Linus Torvalds | 1 | -1/+2 |
2005-05-22 | Include file cleanups.. | Linus Torvalds | 1 | -2/+0 |
2005-05-20 | [PATCH] delta read | Nicolas Pitre | 1 | -0/+14 |
2005-05-20 | sparse cleanup | Linus Torvalds | 1 | -3/+3 |
2005-05-18 | [PATCH] Kill a bunch of pointer sign warnings for gcc4 | Brian Gerst | 1 | -9/+9 |
2005-05-11 | Merge with http://members.cox.net/junkio/git-jc.git | Petr Baudis | 1 | -22/+149 |
2005-05-09 | Introduce GIT_DIR environment variable. | Junio C Hamano | 1 | -3/+36 |
2005-05-09 | Rename environment variables. | Junio C Hamano | 1 | -4/+4 |
2005-05-08 | Stylistic fixes to sha1_file.c | Junio C Hamano | 1 | -4/+24 |
2005-05-08 | [PATCH] Really *do* nothing in while loop | Thomas Glanzmann | 1 | -1/+1 |
2005-05-07 | [PATCH] Add #include <limits.h> so that git compiles under Solaris | Thomas Glanzmann | 1 | -0/+1 |
2005-05-07 | Free compressed buffer after write_sha1_file() is done. | Junio C Hamano | 1 | -0/+1 |
2005-05-07 | Introduce SHA1_FILE_DIRECTORIES to support multiple object databases. | Junio C Hamano | 1 | -19/+91 |
2005-05-06 | [PATCH] Remove unused sha1_file_directory variable. | Junio C Hamano | 1 | -2/+0 |
2005-05-03 | sha1_file: make the new sha1 object writing be coda-friendly. | Linus Torvalds | 1 | -1/+14 |
2005-05-03 | Improve sha1 object file writing. | Linus Torvalds | 1 | -93/+39 |
2005-05-01 | Add git-write-blob. | Junio C Hamano | 1 | -0/+51 |
2005-05-01 | Remove the ugly jit-style parent syntax. | Linus Torvalds | 1 | -44/+0 |
2005-05-01 | Add "look up parent" logic for the simple names. | Linus Torvalds | 1 | -5/+62 |
2005-05-01 | Add "get_sha1()" helper function. | Linus Torvalds | 1 | -0/+29 |
2005-04-28 | [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 | Junio C Hamano | 1 | -32/+37 |
2005-04-26 | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 1 | -5/+3 |
2005-04-25 | Fix up the types in write_sha1_file | Linus Torvalds | 1 | -2/+2 |
2005-04-25 | Simplify "write_sha1_file()" interfaces | Linus Torvalds | 1 | -7/+20 |
2005-04-24 | [PATCH] fix segfault in fsck-cache | Andreas Gal | 1 | -0/+2 |
2005-04-23 | [PATCH] Additional functions for the objects database | Daniel Barkalow | 1 | -0/+72 |
2005-04-23 | Use O_NOATIME when opening the sha1 files. | Linus Torvalds | 1 | -3/+26 |
2005-04-20 | Fix up some problems from the commit->tree helper patch | Linus Torvalds | 1 | -2/+2 |
2005-04-20 | [PATCH] Accept commit in some places when tree is needed. | Junio C Hamano | 1 | -0/+40 |
2005-04-20 | Make "write_sha1_file()" exit early if the file already exists. | Linus Torvalds | 1 | -4/+22 |
2005-04-20 | Do SHA1 hash _before_ compression. | Linus Torvalds | 1 | -6/+8 |
2005-04-18 | Split up read-cache.c into more logical clumps. | Linus Torvalds | 1 | -0/+247 |