Revision 516236ce3fc6208c217e39d2c005cb162ad56486 authored by Linus Torvalds on 14 July 2005, 03:55:56 UTC, committed by Linus Torvalds on 14 July 2005, 03:55:56 UTC
Oh, well..  FC4 has UTF-8 as the default environment, and I applaud
that, but then it sometimes results in these characters that aren't
actually visible as a problem.
1 parent 12dd6e8
Raw File
git-add-script
#!/bin/sh
git-update-cache --add -- "$@"
back to top