Skip to content
Snippets Groups Projects
Forked from ogs / ogs
2770 commits behind the upstream repository.
Christoph Lehmann's avatar
Christoph Lehmann authored
for f in `find . -type f -name '*is_linear*'`; do
    git ls-files --error-unmatch "$f" &>/dev/null || continue;
    git mv "$f" "${f//is_linear/linear}" || break;
done
625fff0e
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.