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

Usability enhancements

Open ydirson opened this issue 7 years ago • 4 comments

A couple of minor improvements that make it easier to work with reintegration branches

ydirson avatar May 05 '18 15:05 ydirson

These looks nice (along with your fixes from the other pr)!

DamienRobert avatar Jan 27 '20 16:01 DamienRobert

I added the reflog messages.

Not sure about adding the highlights. All the git commands have similar output.

felipec avatar Feb 18 '21 02:02 felipec

I added the reflog messages.

Not sure about adding the highlights. All the git commands have similar output.

Another way to make them stand out, without changing the text, would be to add text coloring. Would that be better ?

ydirson avatar Apr 12 '21 09:04 ydirson

I'm not sure if a color would be better, however, I wouldn't be against a configuration to change the messages.

By default this configuration would be %s, but you could change it to * %s, or even \e[32m%s\e[0m (for color).

I think that would fit everyone.

felipec avatar Apr 18 '21 23:04 felipec