felipec / git-reintegrate

Tool that allows the regeneration of integration branches
22 stars 8 forks source link

Usability enhancements #11

Open ydirson opened 6 years ago

ydirson commented 6 years ago

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

DamienRobert commented 4 years ago

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

felipec commented 3 years ago

I added the reflog messages.

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

ydirson commented 3 years ago

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 ?

felipec commented 3 years ago

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.