---
Master Git and a novice API developer stood together in a crowded office.
"I am trying to merge two massive XML files," explained the API developer, "and I am getting many tedious conflicts. You must have a strategy for making the lines match up in a human-readable manner. What is my best option?"
"Patience," said Master Git, turning away from the monitor.
"But I have been manually resolving for hours!" protested the API developer. "My mergetool ought to be able to imply context and match lines properly!"
Master Git sighed and left the room without a word. Hours later, he returned to find the office empty and silent. Only the API developer remained, his head bowed in defeat before the monitor.
"git merge --strategy-option=patience," whispered Master Git.
Upon hearing the same word in explicit context, the novice was enlightened.