fix info messages
A linefeed can only be used in the format of printf(1).
Examples:
$ printf "%s\n" 'foo'
foo
$ printf "%s" 'bar\n'
bar\n$
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
A linefeed can only be used in the format of printf(1).
Examples:
$ printf "%s\n" 'foo'
foo
$ printf "%s" 'bar\n'
bar\n$