[PATCH] Merging the Cygwin changes
[gitweb.git] / sha1_file.c
2005-05-07 Free compressed buffer after write_sha1_file() is done.
2005-05-07 Introduce SHA1_FILE_DIRECTORIES to support multiple...
2005-05-07 [PATCH] Remove unused sha1_file_directory variable.
2005-05-03 sha1_file: make the new sha1 object writing be coda...
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-02 Remove the ugly jit-style parent syntax.
2005-05-02 Add "look up parent" logic for the simple names.
2005-05-01 Add "get_sha1()" helper function.
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] fix segfault in fsck-cache
2005-04-24 [PATCH] Additional functions for the objects database
2005-04-23 Use O_NOATIME when opening the sha1 files.
2005-04-21 Fix up some problems from the commit->tree helper patch
2005-04-21 [PATCH] Accept commit in some places when tree is needed.
2005-04-20 Make "write_sha1_file()" exit early if the file already...
2005-04-20 Do SHA1 hash _before_ compression.
2005-04-18 Split up read-cache.c into more logical clumps.