Feature Request: Add signoff support
I've manually patched UEGitPlugin to add signoff. (-s param for commits)
You can config this in git: git config commit.gpgsign true
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"
Oh sorry, I misread -s for -S :) sure this sounds like something useful
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.
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?
Closing for inactivity, feel free to reopen.