Make git-clone to take long double-dashed origin option (--origin)
[gitweb.git] / tree.c
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-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-01-30 Merge fixes up to GIT 1.1.6
2006-01-27 Merge fixes up to GIT 1.1.5
2006-01-26 Only use a single parser for tree objects
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-05 struct tree: remove unused field "parent"
2005-12-04 GIT 0.99.9l aka 1.0rc4 v0.99.9lv1.0rc4
2005-11-30 Merge branch 'jc/subdir'
2005-11-30 Merge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect...
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 ls-tree: major rewrite to do pathspec
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-11 [PATCH] Add a function for getting a struct tree for...
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-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-28 git-fsck-cache: be stricter about "tree" objects
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-14 Fix up read_tree() pathspec matching to use "const...
2005-07-14 Start adding interfaces to read in partial trees
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-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-05-29 [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"
2005-05-20 [PATCH] delta check
2005-05-11 [PATCH] read_tree_recursive(): Fix leaks
2005-05-11 Merge ... http://members.cox.net/junkio/git-jc.git
2005-05-08 Add git-update-cache --replace option.
2005-05-06 [PATCH] don't load and decompress objects twice with...
2005-05-06 Merge of http://members.cox.net/junkio/git-jc.git
2005-05-05 Be more careful about tree entry modes.
2005-05-05 Merge http://members.cox.net/junkio/git-jc.git/
2005-05-04 [PATCH] Fix memory leaks in git-fsck-cache
2005-05-03 Automatic merge of /home/torvalds/junkio/.git/
2005-05-02 Make fsck-cache do better tree checking.
2005-04-26 [PATCH] introduce xmalloc and xrealloc
2005-04-24 Don't add references to objects we couldn't find.
2005-04-24 Verify that the object type matches for tree/commit...
2005-04-24 Set object type at object creation time, not object...
2005-04-24 [PATCH] Parse tree objects completely
2005-04-22 Move "read_tree()" to "tree.c" to be used as a generic...
2005-04-18 Merge the new object model thing from Daniel Barkalow
2005-04-18 [PATCH] Implementations of parsing functions