Fixed issue #450: Log Messages file list wrong when choose children dir firstly.
commit28872f54950c855a69b07900e2ea3a0c27b9cd00
authorFrank Li <lznuaa@gmail.com>
Thu, 3 Jun 2010 13:57:53 +0000 (3 21:57 +0800)
committerFrank Li <lznuaa@gmail.com>
Thu, 3 Jun 2010 13:57:53 +0000 (3 21:57 +0800)
treeb03ecf8f28343a5fb2f57405b48af872ba3db003
parent0e010a554460fd36a4b681ea044b53d6c9fc2dfc
Fixed issue #450: Log Messages file list wrong when choose children dir firstly.

Choose children dir firstly, then show log, the changed file list will be rewrited parent difference list. git log just show original parent difference.
The file list will be cached, so file list in commit will always wrong.

Signed-off-by: Frank Li <lznuaa@gmail.com>
src/Git/GitRev.cpp
src/TortoiseProc/GitLogListBase.cpp