Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With the -s/--signoff option, git-commit automatically appends a Signed-off-by: line to the log message with the currently-configured Git account and email (from the ~/.gitconfig or .git/config section entries for name= and email=).

Adding this line means that you certify the following:

...