Case sensitivity is case-sensitive, HEAD is case sensitive on Linux, not case sensitive on Windows (e.g. msysgit). Both can be like on OSX depending on the configuration of the file system (by default, HFS + is not case sensitive, but when formatting you can also set it to case sensitivity). For example, on Linux, I get:
git log head fatal: ambiguous argument 'head': unknown revision or path not in the working tree.
So far, git log HEAD working fine.
mziccard
source share