Go to file
Shawn O. Pearce d4ed7fccc0 Fix IncorrectObjectTypeException on initial commit
On the initial commit of a project, "a" is the empty tree,
not a commit object, in order to show all initial files as
new files.  To cast it into a RevTree we must use parseTree()
and not parseCommit().getTree().  For all subsequent changes, "a"
will be a commit and parseTree() will automatically deference to
the commit's root tree.

Bug: issue 442
Change-Id: I9302b6e3d6e9117159e32e96119b6563ac8e26c1
Signed-off-by: Shawn O. Pearce <sop@google.com>
2010-02-10 07:06:17 -08:00
2010-02-08 10:49:24 -08:00
2010-01-20 15:17:02 -08:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2010-02-08 11:12:17 -08:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB