centraldogma
centraldogma copied to clipboard
Disallow creating a repository with a .git suffix
Motivation:
It is undesirable for repositories to be created with a .git
suffix due to potential conflicts or confusion with Git's repository structure and management.
Modifications:
- Disallow creating a repository whose suffix is
.git
Result:
- You can no longer create a repository whose suffix is
.git
- Close #956