This repository has been archived by the owner on Jul 3, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix filename snafu after merge (presumably from case-insensitive file…
…system) Bug 1311049 renamed this file from …autoFill… to …autofill…, but Git left the rename in the staging area after I committed a merge that included the change, perhaps because my Mac has a case-insensitive filesystem, and Git's *commit* command didn't see the rename as a change, while Git's *diff* command does. So this followup change renames the file explicitly using the technique in <http://stackoverflow.com/questions/3011625/git-mv-and-only-change-case-of-directory>.
- Loading branch information