Aegis  4.25.D505
Functions
libaegis/change/signedoffby.h File Reference

Go to the source code of this file.

Functions

void change_signed_off_by (change::pointer cp, user_ty::pointer up)
bool change_signed_off_by_get (change::pointer cp)

Function Documentation

The change_signed_off_by function is used to append the email of the given user to the end of the description, using the OSDL DCO (Signed-off-by) line. Redundant sign-offs are not inserted.

The change_signed_off_by_get function is used to get the pconf setting of the signed_off_by field, or as overridden by the -sob or -nsob command line options.