[PATCH] Expose object ID computation functions.
[gitweb.git] / cache.h
2005-07-09 [PATCH] Expose object ID computation functions.
2005-07-08 Add "mkpath()" helper function
2005-07-06 [PATCH] clone-pack.c:write_one_ref() - Create leading...
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Move "get_ack()" to common git_connect functions
2005-07-05 Merge head 'cvs2git' of netz.smurf.noris.de/git/git
2005-07-05 Add "git_path()" and "head_ref()" helper functions.
2005-07-05 Merge with Linus' current tree
2005-07-04 Move ref path matching to connect.c library
2005-07-04 Factor out the ssh connection stuff from send-pack.c
2005-07-03 Add "has_sha1_pack()" function to query whether the...
2005-07-01 [PATCH] Show more details of packfile with verify-pack -v.
2005-07-01 [PATCH] verify-pack updates.
2005-06-30 Add first cut at "git-receive-pack"
2005-06-29 [PATCH] Add git-verify-pack command.
2005-06-28 Merge fighting fsck-cache updates from Junio
2005-06-28 [PATCH] Expose packed_git and alt_odb.
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 [PATCH] Enhance sha1_file_size() into sha1_object_info()
2005-06-27 [PATCH] Remove "delta" object representation.
2005-06-25 [PATCH] Fix oversimplified optimization for add_cache_e...
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-08 [PATCH] Anal retentive 'const unsigned char *sha1'
2005-06-07 [PATCH] Operations on refs
2005-06-06 Add "__noreturn__" attribute to die() and usage()
2005-06-06 More work on merging with git-read-tree..
2005-06-06 Make fiel checkout function available to the git library
2005-06-02 [PATCH] Find size of SHA1 object without inflating...
2005-06-02 [PATCH] Handle deltified object correctly in git-*...
2005-06-02 Split up unpack_sha1_file() some more
2005-06-02 Add "unpack_sha1_header()" helper function
2005-05-22 Include file cleanups..
2005-05-20 Introduce "base_name_compare()" helper function
2005-05-19 [PATCH] Implement git-checkout-cache -u to update stat...
2005-05-18 [PATCH] Kill a bunch of pointer sign warnings for gcc4
2005-05-15 Remove obsolete note about native CPU byte format
2005-05-15 Rename some more cache-related functions
2005-05-15 Rename cache_match_stat() to ce_match_stat()
2005-05-15 Cleanup the x-allocation functions
2005-05-13 [PATCH 2/3] Support symlinks in git-ls-files --others.
2005-05-11 Merge ... http://members.cox.net/junkio/git-jc.git
2005-05-10 Mark the variable declarations in .h files as extern
2005-05-10 Introduce GIT_DIR environment variable.
2005-05-10 Rename environment variables.
2005-05-08 Add git-update-cache --replace option.
2005-05-07 Introduce SHA1_FILE_DIRECTORIES to support multiple...
2005-05-07 [PATCH] Remove unused sha1_file_directory variable.
2005-05-06 Revert bogus optimization that avoids index file writes
2005-05-06 date.c: add "show_date()" function.
2005-05-06 Merge of http://members.cox.net/junkio/git-jc.git
2005-05-05 Fix symlink handling
2005-05-05 [PATCH] git and symlinks as tracked content
2005-05-03 Improve sha1 object file writing.
2005-05-03 Automatic merge of /home/torvalds/junkio/.git/
2005-05-02 Add git-write-blob.
2005-05-01 Add "get_sha1()" helper function.
2005-04-30 [PATCH] compat: missing dirent.d_type field
2005-04-30 [PATCH] compat: support pre-1.2 zlib
2005-04-30 [PATCH] Do date parsing by hand...
2005-04-28 [PATCH] Rename and extend read_tree_with_tree_or_commit...
2005-04-26 [PATCH] introduce xmalloc and xrealloc
2005-04-25 Fix up the types in write_sha1_file
2005-04-25 Simplify "write_sha1_file()" interfaces
2005-04-24 [PATCH] Additional functions for the objects database
2005-04-23 New "diff-cache" implementation.
2005-04-22 Move "read_tree()" to "tree.c" to be used as a generic...
2005-04-21 Add support for alternate SHA1 library implementations.
2005-04-21 Add support for a "GIT_INDEX_FILE" environment variable.
2005-04-21 [PATCH] Accept commit in some places when tree is needed.
2005-04-20 Improve build: add <unistd.h> and use -O2 instead of -O3
2005-04-20 Make the sha1 of the index file go at the very end...
2005-04-20 Do SHA1 hash _before_ compression.
2005-04-17 Be much more liberal about the file mode bits.
2005-04-16 [PATCH] Add --stage to show-files for new stage dircache.
2005-04-16 [PATCH] Byteorder fix for read-tree, new -m semantics...
2005-04-16 Make cache entry comparison take the new "state" flag...
2005-04-16 Encode a few extra flags per index entry.
2005-04-15 Convert the index file reading/writing to use network...
2005-04-13 [PATCH] Consolidate the error handling
2005-04-11 Rename ".dircache" directory to ".git"
2005-04-10 Add "-R" flag to "diff-tree", so that it will recursive...
2005-04-10 Make "update-cache" a bit friendlier to use (and harder...
2005-04-10 This implements the new "recursive tree" write-tree.
2005-04-09 Export "cache_name_compare()" helper function.
2005-04-09 Make "write_cache()" and friends available as generic...
2005-04-09 Make the cache stat information comparator public.
2005-04-09 Make "cache_name_pos()" available to others.
2005-04-09 Fix missing return values and some error tests for...
2005-04-08 Add "check_sha1_signature()" helper function
2005-04-08 Factor out "read_sha1_file" into mapping/inflating...
2005-04-08 Make "cat-file" output the file contents to stdout.
2005-04-07 Initial revision of "git", the information manager...