The submitted story is an article. Some (including myself) find the prose and explanatory style more approachable than the release notes. Adding a link to the release notes is helpful. The "Because git != GitHub" is unnecessary.
Detecting files that differ only in case being cloned onto a case-insensitive file system is a great feature. We recently ran into an issue when using the Nix build tool, which caches inputs based on a SHA hash, where it generated different hashes between Linux (w/ a case sensitive file system) and Mac (with a case insensitive one) machines.
Tracking that one down was pretty tricky. I didn't even consider that something at the Git level could be done to improve the situation!
4 comments
[ 3.0 ms ] story [ 22.2 ms ] threadTracking that one down was pretty tricky. I didn't even consider that something at the Git level could be done to improve the situation!