Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-12-23 | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 1 | -1/+15 |
2005-12-22 | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 1 | -1/+15 |
2005-12-22 | sha1_to_hex: properly terminate the SHA1 | Johannes Schindelin | 1 | -0/+2 |
2005-12-21 | \n usage in stderr output | Alex Riesen | 1 | -4/+4 |
2005-12-21 | sanity check in add_packed_git() | Pavel Roskin | 1 | -1/+1 |
2005-12-10 | Allow saving an object from a pipe | Daniel Barkalow | 1 | -0/+34 |
2005-12-04 | sha1_file.c: make sure packs in an alternate odb is named properly. | Junio C Hamano | 1 | -6/+23 |
2005-11-15 | sha1_file.c::add_packed_git(): fix type mismatch. | Junio C Hamano | 1 | -1/+1 |
2005-11-11 | Add git-pack-intersect | Lukas_Sandström | 1 | -0/+3 |
2005-11-06 | Allow GIT_DIR to be an absolute path | Johannes Schindelin | 1 | -0/+2 |
2005-10-26 | Fix what to do and how to detect when hardlinking fails | Linus Torvalds | 1 | -13/+14 |
2005-10-25 | Work around missing hard links on FAT formatted media | Johannes Schindelin | 1 | -1/+4 |
2005-10-13 | Keep track of whether a pack is local or not | Linus Torvalds | 1 | -5/+6 |
2005-10-11 | Use git config file for committer name and email info | Linus Torvalds | 1 | -59/+0 |
2005-10-10 | Use the same move_temp_to_file in git-http-fetch. | Junio C Hamano | 1 | -1/+1 |
2005-10-08 | Create object subdirectories on demand | Linus Torvalds | 1 | -36/+78 |
2005-10-07 | Show original and resulting blob object info in diff output. | Junio C Hamano | 1 | -0/+39 |
2005-09-30 | Consolidate null_sha1[]. | Junio C Hamano | 1 | -0/+2 |
2005-09-30 | Tell which packfile is corrupt when we die. | Junio C Hamano | 1 | -3/+5 |
2005-09-27 | [PATCH] Provide access to git_dir through get_git_dir(). | Sven Verdoolaege | 1 | -0/+7 |
2005-09-13 | [PATCH] Define relative .git/objects/info/alternates semantics. | Junio C Hamano | 1 | -6/+22 |
2005-09-09 | Retire support for old environment variables. | Junio C Hamano | 1 | -5/+5 |
2005-09-04 | [PATCH] Possible cleanups for local-pull.c | Peter Hagervall | 1 | -1/+1 |
2005-08-23 | Fix ?: statements. | Jason Riedy | 1 | -1/+4 |
2005-08-16 | Use LF and allow comments in objects/info/alternates file. | Junio C Hamano | 1 | -11/+15 |
2005-08-16 | [PATCH] Add function to read an index file from an arbitrary filename. | Daniel Barkalow | 1 | -2/+8 |
2005-08-15 | Alternate object pool mechanism updates. | Junio C Hamano | 1 | -65/+81 |
2005-08-09 | [PATCH] Warning fix for gcc 4 | Pavel Roskin | 1 | -1/+1 |
2005-08-08 | [PATCH] Plug memory leak in write_sha1_to_fd() | Sergey Vlasov | 1 | -2/+12 |
2005-08-08 | [PATCH] Plug memory leak in read_object_with_reference() | Sergey Vlasov | 1 | -0/+1 |
2005-08-05 | Update get_sha1() to grok extended format. | Junio C Hamano | 1 | -39/+0 |