summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-28Make some strings constTimo Hirvonen
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2006-06-10shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano
2006-06-02sha1_file: avoid re-preparing duplicate packsJeff King
2006-06-02handle concurrent pruning of packed objectsJeff King
2006-05-24Clean up sha1 file writingLinus Torvalds
2006-05-23remove the artificial restriction tagsize < 8kbBjörn Engelmann
2006-05-15Merge branch 'fix'Junio C Hamano
2006-05-15Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano
2006-05-14Merge branch 'fix'Junio C Hamano
2006-05-14include header to define uint32_t, necessary on Mac OS XBen Clifford
2006-05-14Merge branch 'fix'Junio C Hamano
2006-05-13Fix git-pack-objects for 64-bit platformsDennis Stosberg
2006-05-07Transitively read alternativesMartin Waitz
2006-05-04sha1_to_hex() usage cleanupLinus Torvalds
2006-04-18packed_object_info_detail(): check for corrupt packfile.Junio C Hamano
2006-04-07Merge branch 'maint'Junio C Hamano
2006-04-07check patch_delta bounds more carefullyNicolas Pitre
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-19unpack_delta_entry(): reduce memory footprint.Junio C Hamano
2006-02-24Merge fixes early for next maint series.Junio C Hamano
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-02-23Merge fixes up to GIT 1.2.3Junio C Hamano
2006-02-22pack-objects: reuse data from existing packs.Junio C Hamano
2006-02-22detect broken alternates.Junio C Hamano
2006-02-22Merge branch 'jc/pack-reuse'Junio C Hamano
2006-02-19Merge fixes up to GIT 1.2.2Junio C Hamano
2006-02-18Prevent git-upload-pack segfault if object cannot be foundCarl Worth
2006-02-17pack-objects: reuse data from existing packs.Junio C Hamano
2006-02-15packed objects: minor cleanupJunio C Hamano
2006-02-10stat() for existence in safe_create_leading_directories()Jason Riedy
2006-01-20GIT 1.1.4v1.1.4Junio C Hamano
2006-01-20Revert "check_packed_git_idx(): check integrity of the idx file itself."Junio C Hamano
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano
2005-12-22sha1_to_hex: properly terminate the SHA1Johannes Schindelin
2005-12-22\n usage in stderr outputAlex Riesen
2005-12-22sanity check in add_packed_git()Pavel Roskin
2005-12-11Allow saving an object from a pipeDaniel Barkalow
2005-12-05sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano
2005-11-15sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano
2005-11-12Add git-pack-intersectLukas_Sandström
2005-11-07Allow GIT_DIR to be an absolute pathJohannes Schindelin
2005-10-26Fix what to do and how to detect when hardlinking failsLinus Torvalds
2005-10-26Work around missing hard links on FAT formatted mediaJohannes Schindelin
2005-10-13Keep track of whether a pack is local or notLinus Torvalds
2005-10-12Use git config file for committer name and email infoLinus Torvalds
2005-10-11Use the same move_temp_to_file in git-http-fetch.Junio C Hamano