| Commit message (Expand) | Author | Age | Files | Lines |
* | shared repository - add a few missing calls to adjust_shared_perm(). | Junio C Hamano | 2006-06-09 | 1 | -23/+0 |
* | sha1_file: avoid re-preparing duplicate packs | Jeff King | 2006-06-02 | 1 | -0/+6 |
* | handle concurrent pruning of packed objects | Jeff King | 2006-06-02 | 1 | -6/+18 |
* | Clean up sha1 file writing | Linus Torvalds | 2006-05-24 | 1 | -61/+78 |
* | remove the artificial restriction tagsize < 8kb | Björn Engelmann | 2006-05-23 | 1 | -10/+36 |
* | Merge branch 'fix' | Junio C Hamano | 2006-05-15 | 1 | -2/+1 |
|\ |
|
| * | Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3 | Junio C Hamano | 2006-05-15 | 1 | -2/+1 |
* | | Merge branch 'fix' | Junio C Hamano | 2006-05-14 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | include header to define uint32_t, necessary on Mac OS X | Ben Clifford | 2006-05-14 | 1 | -0/+1 |
* | | Merge branch 'fix' | Junio C Hamano | 2006-05-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix git-pack-objects for 64-bit platforms | Dennis Stosberg | 2006-05-13 | 1 | -1/+1 |
* | | Transitively read alternatives | Martin Waitz | 2006-05-07 | 1 | -72/+106 |
* | | sha1_to_hex() usage cleanup | Linus Torvalds | 2006-05-03 | 1 | -2/+3 |
|/ |
|
* | packed_object_info_detail(): check for corrupt packfile. | Junio C Hamano | 2006-04-17 | 1 | -2/+4 |
* | Merge branch 'maint' | Junio C Hamano | 2006-04-07 | 1 | -2/+4 |
|\ |
|
| * | check patch_delta bounds more carefully | Nicolas Pitre | 2006-04-07 | 1 | -2/+4 |
* | | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 | 1 | -18/+22 |
* | | unpack_delta_entry(): reduce memory footprint. | Junio C Hamano | 2006-03-19 | 1 | -8/+10 |
* | | Merge fixes early for next maint series. | Junio C Hamano | 2006-02-23 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Give no terminating LF to error() function. | Junio C Hamano | 2006-02-22 | 1 | -3/+4 |
* | | Merge fixes up to GIT 1.2.3 | Junio C Hamano | 2006-02-22 | 1 | -3/+16 |
|\ \
| |/ |
|
| * | pack-objects: reuse data from existing packs. | Junio C Hamano | 2006-02-22 | 1 | -0/+19 |
| * | detect broken alternates. | Junio C Hamano | 2006-02-22 | 1 | -3/+16 |
* | | Merge branch 'jc/pack-reuse' | Junio C Hamano | 2006-02-21 | 1 | -0/+19 |
|\ \ |
|
| * | | pack-objects: reuse data from existing packs. | Junio C Hamano | 2006-02-17 | 1 | -0/+19 |
* | | | Merge fixes up to GIT 1.2.2 | Junio C Hamano | 2006-02-18 | 1 | -1/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Prevent git-upload-pack segfault if object cannot be found | Carl Worth | 2006-02-17 | 1 | -1/+3 |
* | | packed objects: minor cleanup | Junio C Hamano | 2006-02-15 | 1 | -2/+2 |
|/ |
|
* | stat() for existence in safe_create_leading_directories() | Jason Riedy | 2006-02-09 | 1 | -5/+10 |
* | GIT 1.1.4v1.1.4 | Junio C Hamano | 2006-01-19 | 1 | -15/+1 |
|\ |
|
| * | Revert "check_packed_git_idx(): check integrity of the idx file itself." | Junio C Hamano | 2006-01-19 | 1 | -15/+1 |
| * | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 2005-12-23 | 1 | -1/+15 |
* | | Introduce core.sharedrepository | Johannes Schindelin | 2005-12-24 | 1 | -1/+31 |
* | | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 2005-12-22 | 1 | -1/+15 |
|/ |
|
* | sha1_to_hex: properly terminate the SHA1 | Johannes Schindelin | 2005-12-22 | 1 | -0/+2 |
* | \n usage in stderr output | Alex Riesen | 2005-12-21 | 1 | -4/+4 |
* | sanity check in add_packed_git() | Pavel Roskin | 2005-12-21 | 1 | -1/+1 |
* | Allow saving an object from a pipe | Daniel Barkalow | 2005-12-10 | 1 | -0/+34 |
* | sha1_file.c: make sure packs in an alternate odb is named properly. | Junio C Hamano | 2005-12-04 | 1 | -6/+23 |
* | sha1_file.c::add_packed_git(): fix type mismatch. | Junio C Hamano | 2005-11-15 | 1 | -1/+1 |
* | Add git-pack-intersect | Lukas_Sandström | 2005-11-11 | 1 | -0/+3 |
* | Allow GIT_DIR to be an absolute path | Johannes Schindelin | 2005-11-06 | 1 | -0/+2 |
* | Fix what to do and how to detect when hardlinking fails | Linus Torvalds | 2005-10-26 | 1 | -13/+14 |
* | Work around missing hard links on FAT formatted media | Johannes Schindelin | 2005-10-25 | 1 | -1/+4 |
* | Keep track of whether a pack is local or not | Linus Torvalds | 2005-10-13 | 1 | -5/+6 |
* | Use git config file for committer name and email info | Linus Torvalds | 2005-10-11 | 1 | -59/+0 |
* | Use the same move_temp_to_file in git-http-fetch. | Junio C Hamano | 2005-10-10 | 1 | -1/+1 |
* | Create object subdirectories on demand | Linus Torvalds | 2005-10-08 | 1 | -36/+78 |
* | Show original and resulting blob object info in diff output. | Junio C Hamano | 2005-10-07 | 1 | -0/+39 |
* | Consolidate null_sha1[]. | Junio C Hamano | 2005-09-30 | 1 | -0/+2 |