Age | Commit message (Expand) | Author | Files | Lines |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -9/+9 |
2006-08-21 | Remove unnecessary forward declaration of unpack_entry. | Shawn Pearce | 1 | -3/+0 |
2006-08-21 | Verify we know how to read a pack before trying to using it. | Shawn Pearce | 1 | -0/+12 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -8/+8 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -1/+1 |
2006-08-12 | Merge branch 'jc/pack-objects' | Junio C Hamano | 1 | -13/+22 |
2006-08-11 | drop length argument of has_extension | Rene Scharfe | 1 | -1/+1 |
2006-08-10 | Add has_extension() | Rene Scharfe | 1 | -1/+1 |
2006-07-25 | sha1_file.c: expose map_sha1_file() interface. | Junio C Hamano | 1 | -13/+22 |
2006-07-24 | Merge branch 'lt/objformat' | Junio C Hamano | 1 | -8/+98 |
2006-07-13 | sha1_file: add the ability to parse objects in "pack file format" | Linus Torvalds | 1 | -8/+98 |
2006-07-12 | Make lazy mkdir more robust. | Shawn Pearce | 1 | -14/+12 |
2006-07-11 | Make the unpacked object header functions static to sha1_file.c | Linus Torvalds | 1 | -2/+2 |
2006-07-10 | Avoid C99 comments, use old-style C comments instead. | Pavel Roskin | 1 | -2/+2 |
2006-07-10 | Fix more typos, primarily in the code | Pavel Roskin | 1 | -1/+1 |
2006-07-03 | Make zlib compression level configurable, and change default. | Joachim B Haga | 1 | -2/+2 |
2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+1 |
2006-06-20 | Remove all void-pointer arithmetic. | Florian Forster | 1 | -14/+15 |
2006-06-09 | shared repository - add a few missing calls to adjust_shared_perm(). | Junio C Hamano | 1 | -23/+0 |
2006-06-02 | sha1_file: avoid re-preparing duplicate packs | Jeff King | 1 | -0/+6 |
2006-06-02 | handle concurrent pruning of packed objects | Jeff King | 1 | -6/+18 |
2006-05-24 | Clean up sha1 file writing | Linus Torvalds | 1 | -61/+78 |
2006-05-23 | remove the artificial restriction tagsize < 8kb | Björn Engelmann | 1 | -10/+36 |
2006-05-15 | Merge branch 'fix' | Junio C Hamano | 1 | -2/+1 |
2006-05-15 | Fix pack-index issue on 64-bit platforms a bit more portably. | Junio C Hamano | 1 | -2/+1 |
2006-05-14 | Merge branch 'fix' | Junio C Hamano | 1 | -0/+1 |
2006-05-14 | include header to define uint32_t, necessary on Mac OS X | Ben Clifford | 1 | -0/+1 |
2006-05-13 | Merge branch 'fix' | Junio C Hamano | 1 | -1/+1 |
2006-05-13 | Fix git-pack-objects for 64-bit platforms | Dennis Stosberg | 1 | -1/+1 |
2006-05-07 | Transitively read alternatives | Martin Waitz | 1 | -72/+106 |
2006-05-03 | sha1_to_hex() usage cleanup | Linus Torvalds | 1 | -2/+3 |
2006-04-17 | packed_object_info_detail(): check for corrupt packfile. | Junio C Hamano | 1 | -2/+4 |
2006-04-07 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+4 |
2006-04-07 | check patch_delta bounds more carefully | Nicolas Pitre | 1 | -2/+4 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -18/+22 |
2006-03-19 | unpack_delta_entry(): reduce memory footprint. | Junio C Hamano | 1 | -8/+10 |
2006-02-23 | Merge fixes early for next maint series. | Junio C Hamano | 1 | -3/+4 |
2006-02-22 | Give no terminating LF to error() function. | Junio C Hamano | 1 | -3/+4 |
2006-02-22 | Merge fixes up to GIT 1.2.3 | Junio C Hamano | 1 | -3/+16 |
2006-02-22 | pack-objects: reuse data from existing packs. | Junio C Hamano | 1 | -0/+19 |
2006-02-22 | detect broken alternates. | Junio C Hamano | 1 | -3/+16 |
2006-02-21 | Merge branch 'jc/pack-reuse' | Junio C Hamano | 1 | -0/+19 |
2006-02-18 | Merge fixes up to GIT 1.2.2 | Junio C Hamano | 1 | -1/+3 |
2006-02-17 | Prevent git-upload-pack segfault if object cannot be found | Carl Worth | 1 | -1/+3 |
2006-02-17 | pack-objects: reuse data from existing packs. | Junio C Hamano | 1 | -0/+19 |
2006-02-15 | packed objects: minor cleanup | Junio C Hamano | 1 | -2/+2 |
2006-02-09 | stat() for existence in safe_create_leading_directories() | Jason Riedy | 1 | -5/+10 |
2006-01-19 | GIT 1.1.4 | Junio C Hamano | 1 | -15/+1 |
2006-01-19 | Revert "check_packed_git_idx(): check integrity of the idx file itself." | Junio C Hamano | 1 | -15/+1 |
2005-12-24 | Introduce core.sharedrepository | Johannes Schindelin | 1 | -1/+31 |