So I am trying to rebase and get conflicts. The git rebase command does list them, but is there any way for me to see the list of conflicts later with a separate git command, without continuing or skipping the rebase?
(I am writing a script to automate rebasing in favor of one branch or the other, without having to fire up an editor for every file. But grepping through the entire repo for >>>>>> and <<<<<< is rather time-consuming so I'd rather access the list directly)