maks / MGit

A Git client for Android.
https://manichord.com/projects/mgit.html
GNU General Public License v3.0
1.26k stars 169 forks source link

Commit -s #45

Open maks opened 8 years ago

maks commented 8 years ago

From @sc4ryb3ar on September 26, 2016 13:12

Would you be willing to add the ability to sign off on commits made through sgit? By the way, I've been using you git client in conjunction with 3 others available.....your client is by far the most useful, so much so, as of yesterday, I have removed the others from my phone. Thank you for your time and development with this app. A donation will be headed your way soon :)

Copied from original issue: sheimi/SGit#267

maks commented 8 years ago

Thank you - I've recently taken over maintainership of this great project started by sheimi. Adding a field in the commit UI for signed-off is a great idea and quite straight forward to add, in the meantime. its annoying but you can just manually include the signed-off line as the last line (separated by a blank line) as the last line of your commit message as that is all that git clients do for "-s" (for details see: http://stackoverflow.com/a/13457395/85472)