This seems to be a problem with jGit creating the repositories with core.symlinks = false in git config, even if the OS supports symlinks.
The result is, that symlinks are converted to files with the content of the symlink target. This only happens with Gerrit repositories, normal git repositories in bamboo are not affected.
This seems to be a problem with jGit creating the repositories with core.symlinks = false in git config, even if the OS supports symlinks.
The result is, that symlinks are converted to files with the content of the symlink target. This only happens with Gerrit repositories, normal git repositories in bamboo are not affected.