git-meta icon indicating copy to clipboard operation
git-meta copied to clipboard

git-meta merge should output file-level conflict information

Open jhedwardyang opened this issue 6 years ago • 0 comments

Command:

git meta merge otherbranch

Output:

Submodule ts/foo/bar is conflicted.

Expected:

Merge conflict in ts/foo/bar/file1.
Merge conflict in ts/foo/bar/file2.

jhedwardyang avatar Mar 04 '19 22:03 jhedwardyang