summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-14/+15
2006-06-09shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano1-23/+0
2006-06-02sha1_file: avoid re-preparing duplicate packsJeff King1-0/+6
2006-06-02handle concurrent pruning of packed objectsJeff King1-6/+18
2006-05-24Clean up sha1 file writingLinus Torvalds1-60/+77
2006-05-23remove the artificial restriction tagsize < 8kbBjörn Engelmann1-10/+36
2006-05-15Merge branch 'fix'Junio C Hamano1-2/+1
2006-05-15Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano1-2/+1
2006-05-14Merge branch 'fix'Junio C Hamano1-0/+1
2006-05-14include header to define uint32_t, necessary on Mac OS XBen Clifford1-0/+1
2006-05-13Merge branch 'fix'Junio C Hamano1-1/+1
2006-05-13Fix git-pack-objects for 64-bit platformsDennis Stosberg1-1/+1
2006-05-07Transitively read alternativesMartin Waitz1-72/+106
2006-05-03sha1_to_hex() usage cleanupLinus Torvalds1-2/+3
2006-04-17packed_object_info_detail(): check for corrupt packfile.Junio C Hamano1-2/+4
2006-04-07Merge branch 'maint'Junio C Hamano1-2/+4
2006-04-07check patch_delta bounds more carefullyNicolas Pitre1-2/+4
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-18/+22
2006-03-19unpack_delta_entry(): reduce memory footprint.Junio C Hamano1-8/+10
2006-02-23Merge fixes early for next maint series.Junio C Hamano1-3/+4
2006-02-22Give no terminating LF to error() function.Junio C Hamano1-3/+4
2006-02-22Merge fixes up to GIT 1.2.3Junio C Hamano1-3/+16
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano1-0/+19
2006-02-22detect broken alternates.Junio C Hamano1-3/+16
2006-02-21Merge branch 'jc/pack-reuse'Junio C Hamano1-0/+19
2006-02-18Merge fixes up to GIT 1.2.2Junio C Hamano1-1/+3
2006-02-17Prevent git-upload-pack segfault if object cannot be foundCarl Worth1-1/+3
2006-02-17pack-objects: reuse data from existing packs.Junio C Hamano1-0/+19
2006-02-15packed objects: minor cleanupJunio C Hamano1-2/+2
2006-02-09stat() for existence in safe_create_leading_directories()Jason Riedy1-5/+10
2006-01-19GIT 1.1.4v1.1.4Junio C Hamano1-15/+1
2006-01-19Revert "check_packed_git_idx(): check integrity of the idx file itself."Junio C Hamano1-15/+1
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin1-1/+31
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano1-1/+15
2005-12-22check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano1-1/+15
2005-12-22sha1_to_hex: properly terminate the SHA1Johannes Schindelin1-0/+2
2005-12-21\n usage in stderr outputAlex Riesen1-4/+4
2005-12-21sanity check in add_packed_git()Pavel Roskin1-1/+1
2005-12-10Allow saving an object from a pipeDaniel Barkalow1-0/+34
2005-12-04sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano1-6/+23
2005-11-15sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano1-1/+1
2005-11-11Add git-pack-intersectLukas_Sandström1-0/+3
2005-11-06Allow GIT_DIR to be an absolute pathJohannes Schindelin1-0/+2
2005-10-26Fix what to do and how to detect when hardlinking failsLinus Torvalds1-13/+14
2005-10-25Work around missing hard links on FAT formatted mediaJohannes Schindelin1-1/+4
2005-10-13Keep track of whether a pack is local or notLinus Torvalds1-5/+6
2005-10-11Use git config file for committer name and email infoLinus Torvalds1-59/+0
2005-10-10Use the same move_temp_to_file in git-http-fetch.Junio C Hamano1-1/+1
2005-10-08Create object subdirectories on demandLinus Torvalds1-36/+78
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano1-0/+39