2.1.23.4. cli.pre_commit_scripts.check_file_names

Check a list of provided files for filename uniqueness within the git repository.

This script compares the names of the specified files to all files tracked by git and reports if any filename occurs more than once in the repository. This helps ensure that each file has a unique name to avoid confusion or conflicts. It is intended for use with pre-commit.

Functions

main([argv])

Check the provided files for unique filenames within the git repository.