You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all output of DCO is text-wrapped at random locations which makes it extremely difficult to read. I propose adjusting the text output slightly:
Commit: sha - adfaf43 - Author: Aleksandr Petrosyan (Commiter: Aleksandr Petrosyan) <remove if the same>
Expected: `Signed-off-by: Aleksandr <[email protected]>`
Actual: `Signed-off-by: Aleksandr Petrosyan <[email protected]>`
Benefits
I often have to amend commits on my team's behalf. Much easier to be able to copy-and-paste directly. Also more readable, because the second line always contains Expected: <Stuff> and the third line always Actual <wrong-stuff>.
If it were possible to specify this template optionally for projects that prefer the old format, it'd also be great.
The text was updated successfully, but these errors were encountered:
Currently all output of DCO is text-wrapped at random locations which makes it extremely difficult to read. I propose adjusting the text output slightly:
Benefits
I often have to amend commits on my team's behalf. Much easier to be able to copy-and-paste directly. Also more readable, because the second line always contains
Expected: <Stuff>
and the third line alwaysActual <wrong-stuff>
.If it were possible to specify this template optionally for projects that prefer the old format, it'd also be great.
The text was updated successfully, but these errors were encountered: