Skip to content

Commit

Permalink
optionally display author in list of commits
Browse files Browse the repository at this point in the history
  • Loading branch information
hariom147 committed Aug 24, 2024
1 parent fca7bc5 commit 36c3b45
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ return [
- `commit` (Boolean): Commit your changes? (default: `true`)
- `push` (Boolean): Push your changes to remote? (default: `false`)
- `commitMessage` (String): Configure the template for the commit message (default: `:action:(:item:): :url:`)
- `enableAuthorInfo` (Boolean): If set to `true`, the author info is shown in the commit log. (default: `false`)
- `cronHooksEnabled` (Boolean): Whether `/git-content/push` and `/git-content/pull` endpoints are enabled or not. (default: `true`)
- `cronHooksSecret` (String): When set, this secret must be sent with the cronHooks as a get parameter. Note: If you set
a secret, only the GET method will work on the webhooks. `/git-content/(pull|push)?secret=S0up3rS3c3t`
Expand Down
Loading

0 comments on commit 36c3b45

Please sign in to comment.