Closed liske closed 10 years ago
Hi! I'll gladly merge it in, but I'm currently working on Windows using Notepad++, so I have no idea if notepad++ will preserve/keep the file mode at 0755 in a future save process. Anyway, thank you!
Re,
since Windows is not aware of file modes it should not matter. Your repository config option core.fileMode
should be false
(see also git-config(1)) on Windows.
Thanks, Thomas
Ok, thank your for the heads up.
Hi,
this tiny merge request changes the file mode of
hashid.py
to 0755 in git - no manualchmod +x
is required. I've updated the documentation by removing the now unnecessary chmod call and add markdown's console colorization.HTH, Thomas