Case in point
Case in point
Posted Mar 25, 2009 21:11 UTC (Wed) by proski (guest, #104)Parent article: Wheeler: Fixing Unix/Linux/POSIX Filenames
One of the reasons git replaced many shell scripts with C code was support for weird file names. C is better at handling them. In absence of such issues, many commands would have remained shell scripts, which are easier to improve.
