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-reset-script
#!/bin/sh
. git-sh-setup-script || die "Not a git archive"
git-read-tree --reset HEAD
git-update-cache --refresh
rm -f "$GIT_DIR/MERGE_HEAD"
back to top