Remove literal comparison of empty strings
Literal comparison to check if a string is empty (string == ""
) is quite slow, so it must be replaced it with call to empty()
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Literal comparison to check if a string is empty (string == ""
) is quite slow, so it must be replaced it with call to empty()