git @ Cat's Eye Technologies klaus / 7c6bfe0
Recognize README.markdown as a README. Chris Pressey 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2626 guess_is_image, replace_dupes, sanitize_branch_name, encode_for_git
2727
2828
29 README_FILENAMES = [b'README', b'README.md', b'README.rst']
29 README_FILENAMES = [b'README', b'README.md', b'README.markdown', b'README.rst']
3030
3131
3232 def repo_list():