Quite frequently during rebases, Git generates a merge conflict like the following:
<<<<<<< HEAD
}
=======
}
>>>>>>> f192b7c... My commit description here
The two sections are, character-for-character, identical.
Is this a known bug? Using version 1.8.2 on OS X.