Consistent use of type aliases
We currently name type aliases inconsistently. Their postfix is either _t
or _type
. Also, they start either uppercase or lowercase letter.
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
We currently name type aliases inconsistently. Their postfix is either _t
or _type
. Also, they start either uppercase or lowercase letter.