Commit 28cf319f780087bba863715f31d4ec417eb87a6d

Stefan Sperling 2021-01-28T17:06:22

add 'got commit -F' option to commit with a log message stored in a file To avoid accidents commit -F opens the prepared log message in an editor so it can be reviewed before the commit is created. For non-interactive use the -N option is required in addition to -F. ok millert@