Closed tisayama closed 9 years ago
I add the directory specification to run fetch_revision task.
fetch_revision
Without this specification, it would execute the git rev-list command in the path that is not a cloned git repository.
git rev-list
Thanks for your PR.
I add the directory specification to run
fetch_revision
task.Without this specification, it would execute the
git rev-list
command in the path that is not a cloned git repository.