Skip to content

Commit 9273611

Browse files
author
alexandresalome
committed
fix #59 - $commit->getTree();
1 parent 8b629d4 commit 9273611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gitonomy/Git/Parser/LogParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function doParse()
2929
$this->consumeNewLine();
3030

3131
$this->consume('tree ');
32-
$commit['tree'] = $this->consumeHash();
32+
$commit['treeHash'] = $this->consumeHash();
3333
$this->consumeNewLine();
3434

3535
$commit['parentHashes'] = array();

0 commit comments

Comments
 (0)