Gource
Gource copied to clipboard
Path parameter does not limit git log call
when passing in a path via the --path option the git log command is not reflecting this.
I assume the path shoudl be passed into the logCommand in GitCommitLog class from git.cpp?
I believe it changes to the directory before hand rather than include the path in the git log call.