Fixed issue #735: Log generates file stats from shown parent instead of actual parent
commit91b4651cda7c340ba55fd02f80f0eaf2b6208f2e
authorFrank Li <lznuaa@gmail.com>
Wed, 2 Mar 2011 05:45:11 +0000 (2 13:45 +0800)
committerFrank Li <lznuaa@gmail.com>
Wed, 2 Mar 2011 12:34:20 +0000 (2 20:34 +0800)
treedf73e643748525a999b445775fe36f1f06106bad
parent461c11613c5221fe392bd3c5f987f082a60115b6
Fixed issue #735: Log generates file stats from shown parent instead of actual parent

Issue happen only when there are only commit at log and filtered by path.
log -- path.
There is only 1 commit.
tortoisegit use the wrong way to check parent number.
This patch fixed this problem

Signed-off-by: Frank Li <lznuaa@gmail.com>
ext/libgit2
src/Changelog.txt
src/Git/GitRev.cpp