Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Commit

Permalink
fix filename snafu after merge (presumably from case-insensitive file…
Browse files Browse the repository at this point in the history
…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
mykmelez committed Dec 26, 2016
1 parent 30814a9 commit 05d006f
Showing 1 changed file with 0 additions and 0 deletions.

0 comments on commit 05d006f

Please sign in to comment.