Hi all,
Working with OpenGrok version 1.0, git 2.7.4 on Ubuntu 16.04.3.
While indexing a big repository with history but without renamed history: OPENGROK_RENAMED_FILES_HISTORY=off ./OpenGrok index /home/user01/src
I get the following error:
WARNING t24 Executor.exec: Non-zero exit status 129 from command [/usr/bin/git, log, --abbrev-commit, --abbrev=8, --name-only, --pretty=fuller, --date=rfc, --follow, --, myfile.cs]
On every execution the error is on different source files and this warning causes the indexing to stop.
Executing without history at all succeeded, but I need history.
Help/workarounds are appreciated.
Thanks,
Ariel