aboutsummaryrefslogtreecommitdiffstats
path: root/sha1_file.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-30Consolidate null_sha1[].Junio C Hamano1-0/+2
2005-09-30Tell which packfile is corrupt when we die.Junio C Hamano1-3/+5
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege1-0/+7
2005-09-13[PATCH] Define relative .git/objects/info/alternates semantics.Junio C Hamano1-6/+22
2005-09-09Retire support for old environment variables.Junio C Hamano1-5/+5
2005-09-04[PATCH] Possible cleanups for local-pull.cPeter Hagervall1-1/+1
2005-08-23Fix ?: statements.Jason Riedy1-1/+4
2005-08-16Use LF and allow comments in objects/info/alternates file.Junio C Hamano1-11/+15
2005-08-16[PATCH] Add function to read an index file from an arbitrary filename.Daniel Barkalow1-2/+8
2005-08-15Alternate object pool mechanism updates.Junio C Hamano1-65/+81
2005-08-09[PATCH] Warning fix for gcc 4Pavel Roskin1-1/+1
2005-08-08[PATCH] Plug memory leak in write_sha1_to_fd()Sergey Vlasov1-2/+12
2005-08-08[PATCH] Plug memory leak in read_object_with_reference()Sergey Vlasov1-0/+1
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano1-39/+0
2005-08-02[PATCH] Parallelize pulling by sshbarkalow@iabervon.org1-15/+22
2005-07-31[PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org1-1/+122
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano1-1/+12
2005-07-29[PATCH] mmap error handlingPavel Roskin1-2/+2
2005-07-11[PATCH] Check packs and then files.Junio C Hamano1-3/+6
2005-07-10Avoid signedness warnings in sha1_file.cLinus Torvalds1-2/+2
2005-07-10[PATCH] Remove map_sha1_fileDaniel Barkalow1-14/+4
2005-07-10[PATCH] write_sha1_to_fd()Daniel Barkalow1-0/+59
2005-07-08[PATCH] Expose object ID computation functions.Bryan Larsen1-8/+17
2005-07-08Add "mkpath()" helper functionLinus Torvalds1-28/+0
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano1-0/+19
2005-07-06[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano1-0/+1
2005-07-05Fix up path-cleanup in git_path() properlyLinus Torvalds1-4/+10
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds1-5/+23
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds1-0/+6
2005-07-03Fix sparse warnings.Linus Torvalds1-1/+1
2005-07-03Avoid gcc warnings in sha1_file.cLinus Torvalds1-4/+4
2005-06-30[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano1-0/+51
2005-06-30[PATCH] verify-pack updates.Junio C Hamano1-22/+44
2005-06-30[PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano1-37/+42
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano1-16/+50
2005-06-29[PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano1-7/+4
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre1-18/+3
2005-06-28Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds1-20/+18
2005-06-28Make git pack files use little-endian size encodingLinus Torvalds1-1/+4
2005-06-28Merge fighting fsck-cache updates from JunioLinus Torvalds1-19/+24
2005-06-28[PATCH] Expose packed_git and alt_odb.Junio C Hamano1-19/+24
2005-06-28[PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano1-0/+1
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds1-27/+48
2005-06-28Teach packing about "tag" objectsLinus Torvalds1-0/+6
2005-06-28[PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano1-4/+69
2005-06-27[PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano1-12/+27
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano1-10/+412
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano1-7/+9
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-85/+3
2005-06-21[PATCH] Fix several gcc4 signedness warningsMika Kukkonen1-2/+2
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-1/+1
2005-06-06[PATCH] Operations on refsDaniel Barkalow1-1/+10
2005-06-02[PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano1-0/+60
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano1-0/+31
2005-06-02Split up unpack_sha1_file() some moreLinus Torvalds1-19/+73
2005-06-01Add "unpack_sha1_header()" helper functionLinus Torvalds1-12/+15
2005-05-25unpack_sha1_file: zero-pad the unpacked object.Linus Torvalds1-1/+2
2005-05-22Include file cleanups..Linus Torvalds1-2/+0
2005-05-20[PATCH] delta readNicolas Pitre1-0/+14
2005-05-20sparse cleanupLinus Torvalds1-3/+3
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst1-9/+9
2005-05-11Merge with http://members.cox.net/junkio/git-jc.gitPetr Baudis1-22/+149
2005-05-09Introduce GIT_DIR environment variable.Junio C Hamano1-3/+36
2005-05-09Rename environment variables.Junio C Hamano1-4/+4
2005-05-08Stylistic fixes to sha1_file.cJunio C Hamano1-4/+24
2005-05-08[PATCH] Really *do* nothing in while loopThomas Glanzmann1-1/+1
2005-05-07[PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann1-0/+1
2005-05-07Free compressed buffer after write_sha1_file() is done.Junio C Hamano1-0/+1
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano1-19/+91
2005-05-06[PATCH] Remove unused sha1_file_directory variable.Junio C Hamano1-2/+0
2005-05-03sha1_file: make the new sha1 object writing be coda-friendly.Linus Torvalds1-1/+14
2005-05-03Improve sha1 object file writing.Linus Torvalds1-93/+39
2005-05-01Add git-write-blob.Junio C Hamano1-0/+51
2005-05-01Remove the ugly jit-style parent syntax.Linus Torvalds1-44/+0
2005-05-01Add "look up parent" logic for the simple names.Linus Torvalds1-5/+62
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-0/+29
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano1-32/+37
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-5/+3
2005-04-25Fix up the types in write_sha1_fileLinus Torvalds1-2/+2
2005-04-25Simplify "write_sha1_file()" interfacesLinus Torvalds1-7/+20
2005-04-24[PATCH] fix segfault in fsck-cacheAndreas Gal1-0/+2
2005-04-23[PATCH] Additional functions for the objects databaseDaniel Barkalow1-0/+72
2005-04-23Use O_NOATIME when opening the sha1 files.Linus Torvalds1-3/+26
2005-04-20Fix up some problems from the commit->tree helper patchLinus Torvalds1-2/+2
2005-04-20[PATCH] Accept commit in some places when tree is needed.Junio C Hamano1-0/+40
2005-04-20Make "write_sha1_file()" exit early if the file already exists.Linus Torvalds1-4/+22
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds1-6/+8
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds1-0/+247