[PATCH] plug memory leak in diff.c::diff_free_filepair()
[gitweb.git] / sha1_file.c
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-10 Merge with master.
2005-08-10 [PATCH] Warning fix for gcc 4
2005-08-09 Merge with gitk.
2005-08-09 Merge with master.
2005-08-09 [PATCH] Plug memory leak in write_sha1_to_fd()
2005-08-09 [PATCH] Plug memory leak in read_object_with_reference()
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-08-05 Update get_sha1() to grok extended format.
2005-08-03 [PATCH] Parallelize pulling by ssh
2005-08-01 [PATCH] Functions for managing the set of packs the...
2005-07-31 Teach parse_commit_buffer about grafting.
2005-07-31 Merge with gitk.
2005-07-30 [PATCH] mmap error handling
2005-07-29 Merge with gitk.
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-11 [PATCH] Check packs and then files.
2005-07-10 Avoid signedness warnings in sha1_file.c
2005-07-10 [PATCH] Remove map_sha1_file
2005-07-10 [PATCH] write_sha1_to_fd()
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 [PATCH] sha1_file.c;prepare_packed_git_one() - fix...
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-06 Fix up path-cleanup in git_path() properly
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-03 Add "has_sha1_pack()" function to query whether the...
2005-07-03 Fix sparse warnings.
2005-07-03 Avoid gcc warnings in sha1_file.c
2005-07-01 [PATCH] Show more details of packfile with verify-pack -v.
2005-07-01 [PATCH] verify-pack updates.
2005-07-01 [PATCH] Avoid unnecessarily inflating and interpreting...
2005-06-29 [PATCH] Add git-verify-pack command.
2005-06-29 [PATCH] Fixlets on top of Nico's clean-up.
2005-06-29 [PATCH] assorted delta code cleanup
2005-06-29 Fix packed_delta_info() that was broken by the delta...
2005-06-29 Make git pack files use little-endian size encoding
2005-06-28 Merge fighting fsck-cache updates from Junio
2005-06-28 [PATCH] Expose packed_git and alt_odb.
2005-06-28 [PATCH] Bugfix: initialize pack_base to NULL.
2005-06-28 Change pack file format. Hopefully for the last time.
2005-06-28 Teach packing about "tag" objects
2005-06-28 [PATCH] Obtain sha1_file_info() for deltified pack...
2005-06-28 [PATCH] Skip writing out sha1 files for objects in...
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 [PATCH] Teach read_sha1_file() and friends about packed...
2005-06-27 [PATCH] Enhance sha1_file_size() into sha1_object_info()
2005-06-27 [PATCH] Remove "delta" object representation.
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-21 [PATCH] Fix several gcc4 signedness warnings
2005-06-08 [PATCH] Anal retentive 'const unsigned char *sha1'
2005-06-07 [PATCH] Operations on refs
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-26 unpack_sha1_file: zero-pad the unpacked object.
2005-05-22 Include file cleanups..
2005-05-20 [PATCH] delta read
2005-05-20 sparse cleanup
2005-05-18 [PATCH] Kill a bunch of pointer sign warnings for gcc4
2005-05-11 Merge ... http://members.cox.net/junkio/git-jc.git
2005-05-10 Introduce GIT_DIR environment variable.
2005-05-10 Rename environment variables.
2005-05-08 Stylistic fixes to sha1_file.c
2005-05-08 [PATCH] Really *do* nothing in while loop
2005-05-07 [PATCH] Add #include <limits.h> so that git compiles...
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.