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