]> git.ipfire.org Git - thirdparty/git.git/history - tree.c
Allow building of RPM from interim snapshot.
[thirdparty/git.git] / tree.c
2006-01-08  Junio C HamanoGIT 1.1.0 v1.1.0
2006-01-08  Junio C HamanoGIT 1.0.8 v1.0.8
2006-01-07  Junio C Hamano[PATCH] Compilation: zero-length array declaration.
2005-12-12  Junio C HamanoGIT 0.99.9m aka 1.0rc5 v0.99.9m v1.0rc5
2005-12-07  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-12-05  Junio C Hamanostruct tree: remove unused field "parent"
2005-12-04  Junio C HamanoGIT 0.99.9l aka 1.0rc4 v0.99.9l v1.0rc4
2005-11-30  Junio C HamanoMerge branch 'jc/subdir'
2005-11-30  Junio C HamanoMerge branches 'jc/apply', 'lt/ls-tree', 'lt/bisect...
2005-11-29  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29  Linus Torvaldsls-tree: major rewrite to do pathspec
2005-11-28  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-17  Junio C HamanoGIT 0.99.9j aka 1.0rc3 v0.99.9j v1.0rc3
2005-11-15  Sergey VlasovRework object refs tracking to reduce memory usage
2005-10-27  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-27  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-11  Daniel Barkalow[PATCH] Add a function for getting a struct tree for...
2005-08-30  Junio C HamanoMerge refs/heads/master from paulus
2005-08-19  Junio C HamanoMerge from gitk
2005-08-18  Junio C HamanoMerge with gitk --parents change.
2005-08-18  Junio C HamanoMerge with gitk
2005-08-12  Junio C HamanoMerge with gitk.
2005-08-10  Junio C HamanoMerge with gitk.
2005-08-09  Junio C HamanoMerge with gitk.
2005-08-08  Junio C HamanoMerge with gitk.
2005-08-07  Junio C HamanoMerge with gitk.
2005-08-06  Junio C HamanoMerge with gitk.
2005-08-05  Junio C HamanoMerge with gitk.
2005-07-31  Junio C HamanoMerge with gitk.
2005-07-29  Junio C HamanoMerge with gitk.
2005-07-28  Linus Torvaldsgit-fsck-cache: be stricter about "tree" objects
2005-07-18  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16  Linus TorvaldsMerge git-tools repository under "tools" subdirectory
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-06  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28  Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
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-05-29  Junio C Hamano[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"
2005-05-20  Nicolas Pitre[PATCH] delta check
2005-05-11  Jonas Fonseca[PATCH] read_tree_recursive(): Fix leaks
2005-05-11  Petr BaudisMerge with http://members.cox.net/junkio/git-jc.git
2005-05-08  Junio C HamanoAdd git-update-cache --replace option.
2005-05-06  Nicolas Pitre[PATCH] don't load and decompress objects twice with...
2005-05-06  Linus TorvaldsMerge of http://members.cox.net/junkio/git-jc.git
2005-05-05  Linus TorvaldsBe more careful about tree entry modes.
2005-05-05  Linus TorvaldsMerge http://members.cox.net/junkio/git-jc.git/
2005-05-04  Sergey Vlasov[PATCH] Fix memory leaks in git-fsck-cache
2005-05-03  Linus TorvaldsAutomatic merge of /home/torvalds/junkio/.git/
2005-05-02  Linus TorvaldsMake fsck-cache do better tree checking.
2005-04-26  Christopher Li[PATCH] introduce xmalloc and xrealloc
2005-04-24  Linus TorvaldsDon't add references to objects we couldn't find.
2005-04-24  Linus TorvaldsVerify that the object type matches for tree/commit...
2005-04-24  Linus TorvaldsSet object type at object creation time, not object...
2005-04-24  Daniel Barkalow[PATCH] Parse tree objects completely
2005-04-22  Linus TorvaldsMove "read_tree()" to "tree.c" to be used as a generic...
2005-04-18  Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18  Daniel Barkalow[PATCH] Implementations of parsing functions