summaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate null_sha1[].Junio C Hamano2005-09-301-0/+2
* Tell which packfile is corrupt when we die.Junio C Hamano2005-09-301-3/+5
* [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-271-0/+7
* [PATCH] Define relative .git/objects/info/alternates semantics.Junio C Hamano2005-09-131-6/+22
* Retire support for old environment variables.Junio C Hamano2005-09-091-5/+5
* [PATCH] Possible cleanups for local-pull.cPeter Hagervall2005-09-041-1/+1
* Fix ?: statements.Jason Riedy2005-08-231-1/+4
* Use LF and allow comments in objects/info/alternates file.Junio C Hamano2005-08-161-11/+15
* [PATCH] Add function to read an index file from an arbitrary filename.Daniel Barkalow2005-08-161-2/+8
* Alternate object pool mechanism updates.Junio C Hamano2005-08-151-65/+81
* [PATCH] Warning fix for gcc 4Pavel Roskin2005-08-091-1/+1
* [PATCH] Plug memory leak in write_sha1_to_fd()Sergey Vlasov2005-08-081-2/+12
* [PATCH] Plug memory leak in read_object_with_reference()Sergey Vlasov2005-08-081-0/+1
* Update get_sha1() to grok extended format.Junio C Hamano2005-08-051-39/+0
* [PATCH] Parallelize pulling by sshbarkalow@iabervon.org2005-08-021-15/+22
* [PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org2005-07-311-1/+122
* Teach parse_commit_buffer about grafting.Junio C Hamano2005-07-311-1/+12
* [PATCH] mmap error handlingPavel Roskin2005-07-291-2/+2
* [PATCH] Check packs and then files.Junio C Hamano2005-07-111-3/+6
* Avoid signedness warnings in sha1_file.cLinus Torvalds2005-07-101-2/+2
* [PATCH] Remove map_sha1_fileDaniel Barkalow2005-07-101-14/+4
* [PATCH] write_sha1_to_fd()Daniel Barkalow2005-07-101-0/+59
* [PATCH] Expose object ID computation functions.Bryan Larsen2005-07-081-8/+17
* Add "mkpath()" helper functionLinus Torvalds2005-07-081-28/+0
* [PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano2005-07-061-0/+19
* [PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano2005-07-061-0/+1
* Fix up path-cleanup in git_path() properlyLinus Torvalds2005-07-051-4/+10
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-5/+23
* Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds2005-07-031-0/+6
* Fix sparse warnings.Linus Torvalds2005-07-031-1/+1
* Avoid gcc warnings in sha1_file.cLinus Torvalds2005-07-031-4/+4
* [PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano2005-06-301-0/+51
* [PATCH] verify-pack updates.Junio C Hamano2005-06-301-22/+44
* [PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano2005-06-301-37/+42
* [PATCH] Add git-verify-pack command.Junio C Hamano2005-06-291-16/+50
* [PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano2005-06-291-7/+4
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-291-18/+3
* Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds2005-06-281-20/+18
* Make git pack files use little-endian size encodingLinus Torvalds2005-06-281-1/+4
* Merge fighting fsck-cache updates from JunioLinus Torvalds2005-06-281-19/+24
|\
| * [PATCH] Expose packed_git and alt_odb.Junio C Hamano2005-06-281-19/+24
* | [PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano2005-06-281-0/+1
* | Change pack file format. Hopefully for the last time.Linus Torvalds2005-06-281-27/+48
|/
* Teach packing about "tag" objectsLinus Torvalds2005-06-281-0/+6
* [PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano2005-06-281-4/+69
* [PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano2005-06-271-12/+27
* [PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano2005-06-271-10/+412
* [PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano2005-06-271-7/+9
* [PATCH] Remove "delta" object representation.Junio C Hamano2005-06-271-85/+3
* [PATCH] Fix several gcc4 signedness warningsMika Kukkonen2005-06-211-2/+2