Shrink "struct object" a bit
[gitweb.git] / object.c
2006-06-18 Shrink "struct object" a bit
2006-06-18 Merge early part of branch 'jc/fetchupload'
2006-06-18 Merge branch 'jc/rw-prefix'
2006-06-13 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-10 Merge git://git.kernel.org/pub/scm/git/gitweb
2006-06-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-04 Merge branch 'lt/tree-2'
2006-06-01 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-05-30 Make "tree_entry" have a SHA1 instead of a union of...
2006-05-30 Make "struct tree" contain the pointer to the tree...
2006-05-29 Merge branch 'lt/tree' into jc/lt-tree-n-cache-tree
2006-05-29 Make "tree_entry" have a SHA1 instead of a union of...
2006-05-29 Add raw tree buffer info to "struct tree"
2006-05-03 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-24 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-17 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-07 Merge branch 'maint'
2006-04-05 Merge branch 'jc/clone'
2006-04-05 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-05 Merge branch 'fix'
2006-04-04 Merge in xdiff cleanup pieces
2006-04-04 Merge branch 'pe/cleanup'
2006-04-04 Merge branch 'pe/cleanup' into next
2006-04-04 Replace xmalloc+memset(0) with xcalloc.
2006-04-04 Use blob_, commit_, tag_, and tree_type throughout.
2006-03-31 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-03-26 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-22 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-22 Merge branch 'jc/nostat'
2006-02-13 Merge branch 'jc/nostat'
2006-02-12 Merge branch 'master'
2006-02-12 Fix object re-hashing
2006-02-12 hashtable-based objects: minimum fixups.
2006-02-12 Use a hashtable for objects instead of a sorted list
2006-02-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-01-08 GIT 1.1.0 v1.1.0
2006-01-08 GIT 1.0.8 v1.0.8
2006-01-07 [PATCH] Compilation: zero-length array declaration.
2005-12-12 GIT 0.99.9m aka 1.0rc5 v0.99.9mv1.0rc5
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-12-07 qsort() ptrdiff_t may be larger than int
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-28 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-17 GIT 0.99.9j aka 1.0rc3 v0.99.9jv1.0rc3
2005-11-15 Rework object refs tracking to reduce memory usage
2005-10-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-18 Merge branch 'master' of .
2005-09-16 [PATCH] Avoid building object ref lists when not needed
2005-09-11 [PATCH] Add function to append to an object_list.
2005-08-30 Merge refs/heads/master from paulus
2005-08-19 Merge from gitk
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-09 Merge with gitk.
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-03 [PATCH] Object library enhancements
2005-07-31 Merge with gitk.
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-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 [PATCH] Remove "delta" object representation.
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-22 [PATCH] Parse tags for absent objects
2005-06-08 [PATCH] Anal retentive 'const unsigned char *sha1'
2005-05-26 Make "parse_object()" also fill in commit message buffe...
2005-05-22 Include file cleanups..
2005-05-20 [PATCH] delta check
2005-05-06 [PATCH] don't load and decompress objects twice with...
2005-05-05 Merge http://members.cox.net/junkio/git-jc.git/
2005-05-04 [PATCH] Fix memory leaks in git-fsck-cache
2005-04-28 [PATCH] Add function to parse an object of unspecified...
2005-04-26 [PATCH] introduce xmalloc and xrealloc
2005-04-18 Merge the new object model thing from Daniel Barkalow
2005-04-18 [PATCH] Implementations of parsing functions