psypanda / hashID

Software to identify the different types of hashes -
http://psypanda.github.io/hashID
1.35k stars 183 forks source link

Make hashid.py executable and update documentation. #16

Closed liske closed 10 years ago

liske commented 10 years ago

Hi,

this tiny merge request changes the file mode of hashid.py to 0755 in git - no manual chmod +x is required. I've updated the documentation by removing the now unnecessary chmod call and add markdown's console colorization.

HTH, Thomas

psypanda commented 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!

liske commented 10 years ago

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

psypanda commented 10 years ago

Ok, thank your for the heads up.