summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-14/+15
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-091-23/+0
* sha1_file: avoid re-preparing duplicate packsJeff King2006-06-021-0/+6
* handle concurrent pruning of packed objectsJeff King2006-06-021-6/+18
* Clean up sha1 file writingLinus Torvalds2006-05-241-61/+78
* remove the artificial restriction tagsize < 8kbBjörn Engelmann2006-05-231-10/+36
* Merge branch 'fix'Junio C Hamano2006-05-151-2/+1
|\
| * Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano2006-05-151-2/+1
* | Merge branch 'fix'Junio C Hamano2006-05-141-0/+1
|\ \ | |/
| * include header to define uint32_t, necessary on Mac OS XBen Clifford2006-05-141-0/+1
* | Merge branch 'fix'Junio C Hamano2006-05-131-1/+1
|\ \ | |/
| * Fix git-pack-objects for 64-bit platformsDennis Stosberg2006-05-131-1/+1
* | Transitively read alternativesMartin Waitz2006-05-071-72/+106
* | sha1_to_hex() usage cleanupLinus Torvalds2006-05-031-2/+3
|/
* packed_object_info_detail(): check for corrupt packfile.Junio C Hamano2006-04-171-2/+4
* Merge branch 'maint'Junio C Hamano2006-04-071-2/+4
|\
| * check patch_delta bounds more carefullyNicolas Pitre2006-04-071-2/+4
* | Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-18/+22
* | unpack_delta_entry(): reduce memory footprint.Junio C Hamano2006-03-191-8/+10
* | Merge fixes early for next maint series.Junio C Hamano2006-02-231-3/+4
|\ \ | |/
| * Give no terminating LF to error() function.Junio C Hamano2006-02-221-3/+4
* | Merge fixes up to GIT 1.2.3Junio C Hamano2006-02-221-3/+16
|\ \ | |/
| * pack-objects: reuse data from existing packs.Junio C Hamano2006-02-221-0/+19
| * detect broken alternates.Junio C Hamano2006-02-221-3/+16
* | Merge branch 'jc/pack-reuse'Junio C Hamano2006-02-211-0/+19
|\ \
| * | pack-objects: reuse data from existing packs.Junio C Hamano2006-02-171-0/+19
* | | Merge fixes up to GIT 1.2.2Junio C Hamano2006-02-181-1/+3
|\ \ \ | |/ / |/| / | |/
| * Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-171-1/+3
* | packed objects: minor cleanupJunio C Hamano2006-02-151-2/+2
|/
* stat() for existence in safe_create_leading_directories()Jason Riedy2006-02-091-5/+10
* GIT 1.1.4v1.1.4Junio C Hamano2006-01-191-15/+1
|\
| * Revert "check_packed_git_idx(): check integrity of the idx file itself."Junio C Hamano2006-01-191-15/+1
| * check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2005-12-231-1/+15
* | Introduce core.sharedrepositoryJohannes Schindelin2005-12-241-1/+31
* | check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2005-12-221-1/+15
|/
* sha1_to_hex: properly terminate the SHA1Johannes Schindelin2005-12-221-0/+2
* \n usage in stderr outputAlex Riesen2005-12-211-4/+4
* sanity check in add_packed_git()Pavel Roskin2005-12-211-1/+1
* Allow saving an object from a pipeDaniel Barkalow2005-12-101-0/+34
* sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano2005-12-041-6/+23
* sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano2005-11-151-1/+1
* Add git-pack-intersectLukas_Sandström2005-11-111-0/+3
* Allow GIT_DIR to be an absolute pathJohannes Schindelin2005-11-061-0/+2
* Fix what to do and how to detect when hardlinking failsLinus Torvalds2005-10-261-13/+14
* Work around missing hard links on FAT formatted mediaJohannes Schindelin2005-10-251-1/+4
* Keep track of whether a pack is local or notLinus Torvalds2005-10-131-5/+6
* Use git config file for committer name and email infoLinus Torvalds2005-10-111-59/+0
* Use the same move_temp_to_file in git-http-fetch.Junio C Hamano2005-10-101-1/+1
* Create object subdirectories on demandLinus Torvalds2005-10-081-36/+78
* Show original and resulting blob object info in diff output.Junio C Hamano2005-10-071-0/+39