centraldogma icon indicating copy to clipboard operation
centraldogma copied to clipboard

Disallow creating a repository with a .git suffix

Open minwoox opened this issue 9 months ago • 0 comments

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

minwoox avatar May 10 '24 10:05 minwoox