aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Use LF and allow comments in objects/info/alternates file.Junio C Hamano2005-08-16
* [PATCH] Add function to read an index file from an arbitrary filename.Daniel Barkalow2005-08-16
* Alternate object pool mechanism updates.Junio C Hamano2005-08-15
* [PATCH] Warning fix for gcc 4Pavel Roskin2005-08-09
* [PATCH] Plug memory leak in write_sha1_to_fd()Sergey Vlasov2005-08-08
* [PATCH] Plug memory leak in read_object_with_reference()Sergey Vlasov2005-08-08
* Update get_sha1() to grok extended format.Junio C Hamano2005-08-05
* [PATCH] Parallelize pulling by sshbarkalow@iabervon.org2005-08-02
* [PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org2005-07-31
* Teach parse_commit_buffer about grafting.Junio C Hamano2005-07-31
* [PATCH] mmap error handlingPavel Roskin2005-07-29
* [PATCH] Check packs and then files.Junio C Hamano2005-07-11
* Avoid signedness warnings in sha1_file.cLinus Torvalds2005-07-10
* [PATCH] Remove map_sha1_fileDaniel Barkalow2005-07-10
* [PATCH] write_sha1_to_fd()Daniel Barkalow2005-07-10
* [PATCH] Expose object ID computation functions.Bryan Larsen2005-07-08
* Add "mkpath()" helper functionLinus Torvalds2005-07-08
* [PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano2005-07-06
* [PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano2005-07-06
* Fix up path-cleanup in git_path() properlyLinus Torvalds2005-07-05
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-05
* Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds2005-07-03
* Fix sparse warnings.Linus Torvalds2005-07-03
* Avoid gcc warnings in sha1_file.cLinus Torvalds2005-07-03
* [PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano2005-06-30
* [PATCH] verify-pack updates.Junio C Hamano2005-06-30
* [PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano2005-06-30
* [PATCH] Add git-verify-pack command.Junio C Hamano2005-06-29
* [PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano2005-06-29
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-29
* Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds2005-06-28
* Make git pack files use little-endian size encodingLinus Torvalds2005-06-28
* Merge fighting fsck-cache updates from JunioLinus Torvalds2005-06-28
|\
| * [PATCH] Expose packed_git and alt_odb.Junio C Hamano2005-06-28
* | [PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano2005-06-28
* | Change pack file format. Hopefully for the last time.Linus Torvalds2005-06-28
|/
* Teach packing about "tag" objectsLinus Torvalds2005-06-28
* [PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano2005-06-28
* [PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano2005-06-27
* [PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano2005-06-27
* [PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano2005-06-27
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-27
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-21
* [PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan2005-06-08
* [PATCH] Operations on refsDaniel Barkalow2005-06-06
* [PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano2005-06-02
* [PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano2005-06-02
* Split up unpack_sha1_file() some moreLinus Torvalds2005-06-02
* Add "unpack_sha1_header()" helper functionLinus Torvalds2005-06-01
* unpack_sha1_file: zero-pad the unpacked object.Linus Torvalds2005-05-25