1 Title: Git: Fixed error "git add --all ... is outside repository" with older git versions
11 When using older git versions (saw this with 1.7.1) an error could occur when enabling the
12 git integration of WATO. This was caused by an incompatibility with the "git add" command
13 used by WATO. It used absolute paths to add the new files that should be added to git instead
14 of relative paths to the current working directory.
16 This issue was present in all 1.4.0 releases.