gitless icon indicating copy to clipboard operation
gitless copied to clipboard

Improve output `gl status` for conflicts of type (modified - removed)

Open spderosso opened this issue 11 years ago • 0 comments
trafficstars

If file foo was modified in branch a and at the same time removed in branch b, then after doing a gl {rebase, merge} b gl status will note the conflict but just say:

 foo (with conflicts)

It should say something more informative like

 foo (with conflicts -- modified in a, removed in b)

spderosso avatar Mar 08 '14 19:03 spderosso