UEGitPlugin icon indicating copy to clipboard operation
UEGitPlugin copied to clipboard

Feature Request: Add signoff support

Open OdinVex opened this issue 3 years ago • 5 comments

I've manually patched UEGitPlugin to add signoff. (-s param for commits)

OdinVex avatar Mar 09 '22 06:03 OdinVex

You can config this in git: git config commit.gpgsign true

mastercoms avatar Mar 10 '22 06:03 mastercoms

That has nothing to do with signoff. That's for signing with GPG.

Edit: -S signs with GPG (or you can use gpgsign config), -s signsoff with a message in commit (appended), such as "Signed-off by: Signer"

OdinVex avatar Mar 10 '22 15:03 OdinVex

Oh sorry, I misread -s for -S :) sure this sounds like something useful

mastercoms avatar Mar 10 '22 16:03 mastercoms

Oh sorry, I misread -s for -S :) sure this sounds like something useful

That happens to me all the time on GitHub/Arch AUR, heh. Indeed, it's helpful, I've already added it into my own build.

OdinVex avatar Mar 11 '22 03:03 OdinVex

Unfortunately, I'm not sure it's possible to modify the source control submit window for this feature. How did you end up adding it in your modification?

mastercoms avatar May 21 '22 17:05 mastercoms

Closing for inactivity, feel free to reopen.

mastercoms avatar Oct 14 '22 19:10 mastercoms