[PATCH] Update tags to record who made them
[git.git] / cache.h
2005-07-15 Eric W. Biederman[PATCH] Move git_author_info and git_commiter_info...
2005-07-14 Linus TorvaldsMake "ce_match_path()" a generic helper function
2005-07-14 Linus TorvaldsFix up read_tree() pathspec matching to use "const...
2005-07-14 Linus TorvaldsStart adding interfaces to read in partial trees
2005-07-14 Linus TorvaldsAdd first cut at "git protocol" connect logic.
2005-07-12 Linus TorvaldsAbstract out the "name <email> date" handling of commit...
2005-07-12 Linus Torvaldsparse_date(): allow const date string
2005-07-10 Daniel Barkalow[PATCH] Remove map_sha1_file
2005-07-10 Daniel Barkalow[PATCH] write_sha1_to_fd()
2005-07-09 Bryan Larsen[PATCH] Expose object ID computation functions.
2005-07-08 Linus TorvaldsAdd "mkpath()" helper function
2005-07-06 Junio C Hamano[PATCH] clone-pack.c:write_one_ref() - Create leading...
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Linus TorvaldsMove "get_ack()" to common git_connect functions
2005-07-05 Linus TorvaldsMerge head 'cvs2git' of netz.smurf.noris.de/git/git
2005-07-05 Linus TorvaldsAdd "git_path()" and "head_ref()" helper functions.
2005-07-05 Matthias UrlichsMerge with Linus' current tree
2005-07-04 Linus TorvaldsMove ref path matching to connect.c library
2005-07-04 Linus TorvaldsFactor out the ssh connection stuff from send-pack.c
2005-07-03 Linus TorvaldsAdd "has_sha1_pack()" function to query whether the...
2005-07-01 Junio C Hamano[PATCH] Show more details of packfile with verify-pack -v.
2005-07-01 Junio C Hamano[PATCH] verify-pack updates.
2005-06-30 Linus TorvaldsAdd first cut at "git-receive-pack"
2005-06-29 Junio C Hamano[PATCH] Add git-verify-pack command.
2005-06-28 Linus TorvaldsMerge fighting fsck-cache updates from Junio
2005-06-28 Junio C Hamano[PATCH] Expose packed_git and alt_odb.
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 Junio C Hamano[PATCH] Enhance sha1_file_size() into sha1_object_info()
2005-06-27 Junio C Hamano[PATCH] Remove "delta" object representation.
2005-06-25 Junio C Hamano[PATCH] Fix oversimplified optimization for add_cache_e...
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-08 Jason McMullan[PATCH] Anal retentive 'const unsigned char *sha1'
2005-06-07 Daniel Barkalow[PATCH] Operations on refs
2005-06-06 Linus TorvaldsAdd "__noreturn__" attribute to die() and usage()
2005-06-06 Linus TorvaldsMore work on merging with git-read-tree..
2005-06-06 Linus TorvaldsMake fiel checkout function available to the git library
2005-06-02 Junio C Hamano[PATCH] Find size of SHA1 object without inflating...
2005-06-02 Junio C Hamano[PATCH] Handle deltified object correctly in git-*...
2005-06-02 Linus TorvaldsSplit up unpack_sha1_file() some more
2005-06-02 Linus TorvaldsAdd "unpack_sha1_header()" helper function
2005-05-22 Linus TorvaldsInclude file cleanups..
2005-05-20 Linus TorvaldsIntroduce "base_name_compare()" helper function
2005-05-19 Junio C Hamano[PATCH] Implement git-checkout-cache -u to update stat...
2005-05-18 Brian Gerst[PATCH] Kill a bunch of pointer sign warnings for gcc4
2005-05-15 Petr BaudisRemove obsolete note about native CPU byte format
2005-05-15 Brad RobertsRename some more cache-related functions
2005-05-15 Brad RobertsRename cache_match_stat() to ce_match_stat()
2005-05-15 Brad RobertsCleanup the x-allocation functions
2005-05-13 Junio C Hamano[PATCH 2/3] Support symlinks in git-ls-files --others.
2005-05-11 Petr BaudisMerge ... http://members.cox.net/junkio/git-jc.git
2005-05-10 Petr BaudisMark the variable declarations in .h files as extern
2005-05-10 Junio C HamanoIntroduce GIT_DIR environment variable.
2005-05-10 Junio C HamanoRename environment variables.
2005-05-08 Junio C HamanoAdd git-update-cache --replace option.
2005-05-07 Junio C HamanoIntroduce SHA1_FILE_DIRECTORIES to support multiple...
2005-05-07 Junio C Hamano[PATCH] Remove unused sha1_file_directory variable.
2005-05-06 Linus TorvaldsRevert bogus optimization that avoids index file writes
2005-05-06 Linus Torvaldsdate.c: add "show_date()" function.
2005-05-06 Linus TorvaldsMerge of http://members.cox.net/junkio/git-jc.git
2005-05-05 Linus TorvaldsFix symlink handling
2005-05-05 Kay Sievers[PATCH] git and symlinks as tracked content
2005-05-03 Linus TorvaldsImprove sha1 object file writing.
2005-05-03 Linus TorvaldsAutomatic merge of /home/torvalds/junkio/.git/
2005-05-02 Junio C HamanoAdd git-write-blob.
2005-05-01 Linus TorvaldsAdd "get_sha1()" helper function.
2005-04-30 Edgar Toernig[PATCH] compat: missing dirent.d_type field
2005-04-30 Edgar Toernig[PATCH] compat: support pre-1.2 zlib
2005-04-30 Edgar Toernig[PATCH] Do date parsing by hand...
2005-04-28 Junio C Hamano[PATCH] Rename and extend read_tree_with_tree_or_commit...
2005-04-26 Christopher Li[PATCH] introduce xmalloc and xrealloc
2005-04-25 Linus TorvaldsFix up the types in write_sha1_file
2005-04-25 Linus TorvaldsSimplify "write_sha1_file()" interfaces
2005-04-24 Daniel Barkalow[PATCH] Additional functions for the objects database
2005-04-23 Linus TorvaldsNew "diff-cache" implementation.
2005-04-22 Linus TorvaldsMove "read_tree()" to "tree.c" to be used as a generic...
2005-04-21 Linus TorvaldsAdd support for alternate SHA1 library implementations.
2005-04-21 Linus TorvaldsAdd support for a "GIT_INDEX_FILE" environment variable.
2005-04-21 Junio C Hamano[PATCH] Accept commit in some places when tree is needed.
2005-04-20 Linus TorvaldsImprove build: add <unistd.h> and use -O2 instead of -O3
2005-04-20 Linus TorvaldsMake the sha1 of the index file go at the very end...
2005-04-20 Linus TorvaldsDo SHA1 hash _before_ compression.
2005-04-17 Linus TorvaldsBe much more liberal about the file mode bits.
2005-04-16 Junio C Hamano[PATCH] Add --stage to show-files for new stage dircache.
2005-04-16 Junio C Hamano[PATCH] Byteorder fix for read-tree, new -m semantics...
2005-04-16 Linus TorvaldsMake cache entry comparison take the new "state" flag...
2005-04-16 Linus TorvaldsEncode a few extra flags per index entry.
2005-04-15 Linus TorvaldsConvert the index file reading/writing to use network...
2005-04-13 Petr Baudis[PATCH] Consolidate the error handling
2005-04-11 Linus TorvaldsRename ".dircache" directory to ".git"
2005-04-10 Linus TorvaldsAdd "-R" flag to "diff-tree", so that it will recursive...
2005-04-10 Linus TorvaldsMake "update-cache" a bit friendlier to use (and harder...
2005-04-10 Linus TorvaldsThis implements the new "recursive tree" write-tree.
2005-04-09 Linus TorvaldsExport "cache_name_compare()" helper function.
2005-04-09 Linus TorvaldsMake "write_cache()" and friends available as generic...
2005-04-09 Linus TorvaldsMake the cache stat information comparator public.
2005-04-09 Linus TorvaldsMake "cache_name_pos()" available to others.
2005-04-09 Linus TorvaldsFix missing return values and some error tests for...
2005-04-08 Linus TorvaldsAdd "check_sha1_signature()" helper function
2005-04-08 Linus TorvaldsFactor out "read_sha1_file" into mapping/inflating...
2005-04-08 Linus TorvaldsMake "cat-file" output the file contents to stdout.
next