• Show log

    Commit

  • Hash : 28cf319f
    Author : Stefan Sperling
    Date : 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@