git_path_gitfile

The kinds of git-specific files we know about.

The order needs to stay the same to not break the gitfiles array in path.c

Values

ValueMeaning
GIT_PATH_GITFILE_GITIGNORE

Check for the .gitignore file

GIT_PATH_GITFILE_GITMODULES

Check for the .gitmodules file

GIT_PATH_GITFILE_GITATTRIBUTES

Check for the .gitattributes file

Meta