aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2005-10-01Add git-symbolic-refJunio C Hamano1-0/+2
2005-10-01Use resolve_ref() to implement read_ref().Junio C Hamano1-0/+1
2005-10-01[PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds1-0/+1
2005-09-30Consolidate null_sha1[].Junio C Hamano1-0/+1
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege1-0/+1
2005-09-24Diff clean-up.Junio C Hamano1-3/+3
2005-09-20[PATCH] Return proper error valud from "parse_date()"Linus Torvalds1-1/+1
2005-09-20Show modified files in git-ls-filesJunio C Hamano1-0/+1
2005-09-12[PATCH] Add note about IANA confirmationLinus Torvalds1-0/+11
2005-09-09Retire support for old environment variables.Junio C Hamano1-11/+0
2005-09-04[PATCH] Possible cleanups for local-pull.cPeter Hagervall1-1/+1
2005-08-29Revert "Replace zero-length array decls with []."Junio C Hamano1-4/+4
2005-08-28Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano1-4/+8
2005-08-24Support +<src>:<dst> format in push as well.Junio C Hamano1-0/+1
2005-08-23Fix ?: statements.Jason Riedy1-0/+4
2005-08-23Replace zero-length array decls with [].Jason Riedy1-4/+4
2005-08-19Fix __attribute__ changes.Junio C Hamano1-2/+1
2005-08-18[PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy1-1/+1
2005-08-17[PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds1-0/+1
2005-08-16[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds1-0/+3
2005-08-16[PATCH] Add function to read an index file from an arbitrary filename.Daniel Barkalow1-0/+2
2005-08-15Alternate object pool mechanism updates.Junio C Hamano1-2/+3
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-4/+8
2005-08-06Redo the templates generation and installation.Junio C Hamano1-4/+0
2005-08-05[PATCH] git: add git_mkstemp()Holger Eitzenberger1-0/+3
2005-08-03Renaming push.Junio C Hamano1-0/+3
2005-08-03Install sample hooksJunio C Hamano1-0/+4
2005-08-02[PATCH] Parallelize pulling by sshbarkalow@iabervon.org1-1/+2
2005-07-31[PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org1-0/+13
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano1-0/+2
2005-07-23[PATCH] Add update-server-info.Junio C Hamano1-0/+3
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds1-0/+8
2005-07-15[PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman1-0/+2
2005-07-14Make "ce_match_path()" a generic helper functionLinus Torvalds1-0/+1
2005-07-14Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds1-1/+1
2005-07-14Start adding interfaces to read in partial treesLinus Torvalds1-1/+1
2005-07-13Add first cut at "git protocol" connect logic.Linus Torvalds1-0/+10
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds1-0/+3
2005-07-12parse_date(): allow const date stringLinus Torvalds1-1/+1
2005-07-10[PATCH] Remove map_sha1_fileDaniel Barkalow1-1/+0
2005-07-10[PATCH] write_sha1_to_fd()Daniel Barkalow1-0/+1
2005-07-08[PATCH] Expose object ID computation functions.Bryan Larsen1-1/+7
2005-07-08Add "mkpath()" helper functionLinus Torvalds1-0/+1
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano1-0/+2
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds1-0/+1
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds1-0/+1
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds1-0/+1
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds1-0/+3
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds1-0/+1
2005-06-30[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano1-0/+1
2005-06-30[PATCH] verify-pack updates.Junio C Hamano1-0/+9
2005-06-29Add first cut at "git-receive-pack"Linus Torvalds1-0/+2
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano1-0/+4
2005-06-28[PATCH] Expose packed_git and alt_odb.Junio C Hamano1-0/+19
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano1-1/+1
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano1-1/+0
2005-06-25[PATCH] Fix oversimplified optimization for add_cache_entry().Junio C Hamano1-0/+1
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-1/+1
2005-06-06[PATCH] Operations on refsDaniel Barkalow1-0/+1
2005-06-06Add "__noreturn__" attribute to die() and usage()Linus Torvalds1-2/+8
2005-06-05More work on merging with git-read-tree..Linus Torvalds1-0/+1
2005-06-05Make fiel checkout function available to the git libraryLinus Torvalds1-0/+11
2005-06-02[PATCH] Find size of SHA1 object without inflating everything.Junio C Hamano1-0/+1
2005-06-02[PATCH] Handle deltified object correctly in git-*-pull family.Junio C Hamano1-0/+1
2005-06-02Split up unpack_sha1_file() some moreLinus Torvalds1-0/+1
2005-06-01Add "unpack_sha1_header()" helper functionLinus Torvalds1-0/+1
2005-05-22Include file cleanups..Linus Torvalds1-0/+1
2005-05-20Introduce "base_name_compare()" helper functionLinus Torvalds1-0/+1
2005-05-19[PATCH] Implement git-checkout-cache -u to update stat information in the cache.Junio C Hamano1-0/+9
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst1-2/+2
2005-05-15Remove obsolete note about native CPU byte formatPetr Baudis1-4/+0
2005-05-15Rename some more cache-related functionsBrad Roberts1-2/+2
2005-05-15Rename cache_match_stat() to ce_match_stat()Brad Roberts1-1/+1
2005-05-15Cleanup the x-allocation functionsBrad Roberts1-2/+10
2005-05-13[PATCH 2/3] Support symlinks in git-ls-files --others.Junio C Hamano1-0/+1
2005-05-11Merge with http://members.cox.net/junkio/git-jc.gitPetr Baudis1-8/+17
2005-05-11Mark the variable declarations in .h files as externPetr Baudis1-2/+2
2005-05-09Introduce GIT_DIR environment variable.Junio C Hamano1-7/+6
2005-05-09Rename environment variables.Junio C Hamano1-4/+11
2005-05-07Add git-update-cache --replace option.Junio C Hamano1-1/+3
2005-05-07Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.Junio C Hamano1-0/+1
2005-05-06[PATCH] Remove unused sha1_file_directory variable.Junio C Hamano1-1/+0
2005-05-06Revert bogus optimization that avoids index file writesLinus Torvalds1-1/+1
2005-05-06date.c: add "show_date()" function.Linus Torvalds1-0/+1
2005-05-05Fix symlink handlingLinus Torvalds1-3/+1
2005-05-05[PATCH] git and symlinks as tracked contentKay Sievers1-1/+9
2005-05-03Improve sha1 object file writing.Linus Torvalds1-3/+0
2005-05-01Add git-write-blob.Junio C Hamano1-0/+1
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-0/+1
2005-04-30[PATCH] compat: missing dirent.d_type fieldEdgar Toernig1-0/+9
2005-04-30[PATCH] compat: support pre-1.2 zlibEdgar Toernig1-0/+4
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig1-0/+3
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano1-3/+4
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-0/+16
2005-04-25Fix up the types in write_sha1_fileLinus Torvalds1-1/+1
2005-04-25Simplify "write_sha1_file()" interfacesLinus Torvalds1-1/+1
2005-04-23[PATCH] Additional functions for the objects databaseDaniel Barkalow1-0/+5
2005-04-22New "diff-cache" implementation.Linus Torvalds1-0/+2
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds1-0/+3
2005-04-21Add support for alternate SHA1 library implementations.Linus Torvalds1-1/+1
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds1-0/+8
2005-04-20[PATCH] Accept commit in some places when tree is needed.Junio C Hamano1-0/+4
2005-04-20Improve build: add <unistd.h> and use -O2 instead of -O3Linus Torvalds1-0/+1
2005-04-20Make the sha1 of the index file go at the very end of the file.Linus Torvalds1-1/+0
2005-04-20Do SHA1 hash _before_ compression.Linus Torvalds1-1/+1
2005-04-16Be much more liberal about the file mode bits.Linus Torvalds1-0/+3
2005-04-16[PATCH] Add --stage to show-files for new stage dircache.Junio C Hamano1-5/+7
2005-04-16[PATCH] Byteorder fix for read-tree, new -m semantics version.Junio C Hamano1-1/+1
2005-04-15Make cache entry comparison take the new "state" flag into account.Linus Torvalds1-3/+4
2005-04-15Encode a few extra flags per index entry.Linus Torvalds1-2/+6
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds1-13/+18
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis1-1/+4
2005-04-11Rename ".dircache" directory to ".git"Linus Torvalds1-1/+1
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds1-4/+4
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds1-2/+2
2005-04-09This implements the new "recursive tree" write-tree.Linus Torvalds1-1/+1
2005-04-09Export "cache_name_compare()" helper function.Linus Torvalds1-0/+1
2005-04-09Make "write_cache()" and friends available as generic routines.Linus Torvalds1-2/+5
2005-04-09Make the cache stat information comparator public.Linus Torvalds1-1/+9
2005-04-09Make "cache_name_pos()" available to others.Linus Torvalds1-0/+1
2005-04-09Fix missing return values and some error tests for empty index filesLinus Torvalds1-1/+1
2005-04-08Add "check_sha1_signature()" helper functionLinus Torvalds1-0/+1
2005-04-08Factor out "read_sha1_file" into mapping/inflating/unmapping.Linus Torvalds1-0/+2
2005-04-08Make "cat-file" output the file contents to stdout.Linus Torvalds1-0/+1
2005-04-07Initial revision of "git", the information manager from hellLinus Torvalds1-0/+93