aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Merge branch 'lt/objformat'Junio C Hamano2006-07-24
|\
| * sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds2006-07-13
* | Make lazy mkdir more robust.Shawn Pearce2006-07-12
|/
* Make the unpacked object header functions static to sha1_file.cLinus Torvalds2006-07-11
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-10
* Fix more typos, primarily in the codePavel Roskin2006-07-10
* Make zlib compression level configurable, and change default.Joachim B Haga2006-07-03
* Make some strings constTimo Hirvonen2006-06-28
* Remove all void-pointer arithmetic.Florian Forster2006-06-20
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-09
* sha1_file: avoid re-preparing duplicate packsJeff King2006-06-02
* handle concurrent pruning of packed objectsJeff King2006-06-02
* Clean up sha1 file writingLinus Torvalds2006-05-24
* remove the artificial restriction tagsize < 8kbBjörn Engelmann2006-05-23
* Merge branch 'fix'Junio C Hamano2006-05-15
|\
| * Fix pack-index issue on 64-bit platforms a bit more portably.v1.3.3Junio C Hamano2006-05-15
* | Merge branch 'fix'Junio C Hamano2006-05-14
|\ \ | |/
| * include header to define uint32_t, necessary on Mac OS XBen Clifford2006-05-14
* | Merge branch 'fix'Junio C Hamano2006-05-13
|\ \ | |/
| * Fix git-pack-objects for 64-bit platformsDennis Stosberg2006-05-13
* | Transitively read alternativesMartin Waitz2006-05-07
* | sha1_to_hex() usage cleanupLinus Torvalds2006-05-03
|/
* packed_object_info_detail(): check for corrupt packfile.Junio C Hamano2006-04-17
* Merge branch 'maint'Junio C Hamano2006-04-07
|\
| * check patch_delta bounds more carefullyNicolas Pitre2006-04-07
* | Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* | unpack_delta_entry(): reduce memory footprint.Junio C Hamano2006-03-19
* | Merge fixes early for next maint series.Junio C Hamano2006-02-23
|\ \ | |/
| * Give no terminating LF to error() function.Junio C Hamano2006-02-22
* | Merge fixes up to GIT 1.2.3Junio C Hamano2006-02-22
|\ \ | |/
| * pack-objects: reuse data from existing packs.Junio C Hamano2006-02-22
| * detect broken alternates.Junio C Hamano2006-02-22
* | Merge branch 'jc/pack-reuse'Junio C Hamano2006-02-21
|\ \
| * | pack-objects: reuse data from existing packs.Junio C Hamano2006-02-17
* | | Merge fixes up to GIT 1.2.2Junio C Hamano2006-02-18
|\ \ \ | |/ / |/| / | |/
| * Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-17
* | packed objects: minor cleanupJunio C Hamano2006-02-15
|/
* stat() for existence in safe_create_leading_directories()Jason Riedy2006-02-09
* GIT 1.1.4v1.1.4Junio C Hamano2006-01-19
|\
| * Revert "check_packed_git_idx(): check integrity of the idx file itself."Junio C Hamano2006-01-19
| * check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2005-12-23
* | Introduce core.sharedrepositoryJohannes Schindelin2005-12-24
* | check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2005-12-22
|/
* sha1_to_hex: properly terminate the SHA1Johannes Schindelin2005-12-22
* \n usage in stderr outputAlex Riesen2005-12-21
* sanity check in add_packed_git()Pavel Roskin2005-12-21
* Allow saving an object from a pipeDaniel Barkalow2005-12-10
* sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano2005-12-04
* sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano2005-11-15
* Add git-pack-intersectLukas_Sandström2005-11-11