summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Libravatar Junio C Hamano1-1/+1
2005-06-27[PATCH] Remove "delta" object representation.Libravatar Junio C Hamano1-1/+0
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Libravatar Junio C Hamano1-0/+1
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Libravatar Jason McMullan1-1/+1
2005-06-06[PATCH] Operations on refsLibravatar Daniel Barkalow1-0/+1
2005-06-06Add "__noreturn__" attribute to die() and usage()Libravatar Linus Torvalds1-2/+8
2005-06-05More work on merging with git-read-tree..Libravatar Linus Torvalds1-0/+1
2005-06-05Make fiel checkout function available to the git libraryLibravatar Linus Torvalds1-0/+11
2005-06-02[PATCH] Find size of SHA1 object without inflating everything.Libravatar Junio C Hamano1-0/+1
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Libravatar Junio C Hamano1-0/+1
2005-06-02Split up unpack_sha1_file() some moreLibravatar Linus Torvalds1-0/+1
2005-06-01Add "unpack_sha1_header()" helper functionLibravatar Linus Torvalds1-0/+1
2005-05-22Include file cleanups..Libravatar Linus Torvalds1-0/+1
2005-05-20Introduce "base_name_compare()" helper functionLibravatar Linus Torvalds1-0/+1
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Libravatar Junio C Hamano1-0/+9
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Libravatar Brian Gerst1-2/+2
2005-05-15Remove obsolete note about native CPU byte formatLibravatar Petr Baudis1-4/+0
2005-05-15Rename some more cache-related functionsLibravatar Brad Roberts1-2/+2
2005-05-15Rename cache_match_stat() to ce_match_stat()Libravatar Brad Roberts1-1/+1
2005-05-15Cleanup the x-allocation functionsLibravatar Brad Roberts1-2/+10
2005-05-13[PATCH 2/3] Support symlinks in git-ls-files --others.Libravatar Junio C Hamano1-0/+1
2005-05-11Merge with http://members.cox.net/junkio/git-jc.gitLibravatar Petr Baudis1-8/+17
2005-05-11Mark the variable declarations in .h files as externLibravatar Petr Baudis1-2/+2
2005-05-09Introduce GIT_DIR environment variable.Libravatar Junio C Hamano1-7/+6
2005-05-09Rename environment variables.Libravatar Junio C Hamano1-4/+11
2005-05-07Add git-update-cache --replace option.Libravatar Junio C Hamano1-1/+3
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Libravatar Junio C Hamano1-0/+1
2005-05-06[PATCH] Remove unused sha1_file_directory variable.Libravatar Junio C Hamano1-1/+0
2005-05-06Revert bogus optimization that avoids index file writesLibravatar Linus Torvalds1-1/+1
2005-05-06date.c: add "show_date()" function.Libravatar Linus Torvalds1-0/+1
2005-05-05Fix symlink handlingLibravatar Linus Torvalds1-3/+1
2005-05-05[PATCH] git and symlinks as tracked contentLibravatar Kay Sievers1-1/+9
2005-05-03Improve sha1 object file writing.Libravatar Linus Torvalds1-3/+0
2005-05-01Add git-write-blob.Libravatar Junio C Hamano1-0/+1
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-0/+1
2005-04-30[PATCH] compat: missing dirent.d_type fieldLibravatar Edgar Toernig1-0/+9
2005-04-30[PATCH] compat: support pre-1.2 zlibLibravatar Edgar Toernig1-0/+4
2005-04-30[PATCH] Do date parsing by hand...Libravatar Edgar Toernig1-0/+3
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Libravatar Junio C Hamano1-3/+4
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-0/+16
2005-04-25Fix up the types in write_sha1_fileLibravatar Linus Torvalds1-1/+1
2005-04-25Simplify "write_sha1_file()" interfacesLibravatar Linus Torvalds1-1/+1
2005-04-23[PATCH] Additional functions for the objects databaseLibravatar Daniel Barkalow1-0/+5
2005-04-22New "diff-cache" implementation.Libravatar Linus Torvalds1-0/+2
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Libravatar Linus Torvalds1-0/+3
2005-04-21Add support for alternate SHA1 library implementations.Libravatar Linus Torvalds1-1/+1
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Libravatar Linus Torvalds1-0/+8
2005-04-20[PATCH] Accept commit in some places when tree is needed.Libravatar Junio C Hamano1-0/+4
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Libravatar Linus Torvalds1-0/+1
2005-04-20Make the sha1 of the index file go at the very end of the file.Libravatar Linus Torvalds1-1/+0