Files
@ 25bdf9f62ab6
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
25bdf9f62ab6
926 B
text/x-sh
files: reduce duplication in display of file entries
Avoid special casing of the 'parent directory' link (..) by extracting some
logic to a helper function. This avoids duplication.
A subsequent commit will make changes to this logic and by introducing this
helper function we only need to change in one place.
Avoid special casing of the 'parent directory' link (..) by extracting some
logic to a helper function. This avoids duplication.
A subsequent commit will make changes to this logic and by introducing this
helper function we only need to change in one place.