Skip to content

no colons in filenames: issues with Git, especially on Windows#104

Open
nikodemus wants to merge 1 commit intoboourns:mainfrom
nikodemus:no-colons-in-filenames
Open

no colons in filenames: issues with Git, especially on Windows#104
nikodemus wants to merge 1 commit intoboourns:mainfrom
nikodemus:no-colons-in-filenames

Conversation

@nikodemus
Copy link

Since Git uses colons to separate pathnames from tree ids in several commands,
a filename with a colon in it can create additional confusion when scripting Git.

Additionally, NTFS filename protection rules on Git on Windows are overly
strict, and prevent checkouts when there are any colons in filenames. (Two
consequtive colons is what would create an issue.)

  Since Git uses colons to separate pathnames from tree ids in several commands,
  a filename with a colon in it can create additional confusion when scripting Git.

  Additionally, NTFS filename protection rules on Git on Windows are overly
  strict, and prevent checkouts when there are any colons in filenames. (Two
  consequtive colons is what would create an issue.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant