- Add rcNotifyOnPull field to RepoConfig (default: False) - notify_on_pull YAML config key per repository - When enabled, sends a desktop notification whenever new commits are pulled from the remote (with commit count and summaries) - Uses HEAD comparison to detect actual new commits, not just successful pull execution - Updated example config and spec
This commit is contained in:
@@ -15,3 +15,4 @@
|
||||
|
||||
## Supports configurable log levels (debug, info, warn, error)
|
||||
## Supports logging to a file instead of stderr via --log-file or log_file config
|
||||
## Can notify on pull: per-repo notify_on_pull setting sends a desktop notification when new commits are pulled from the remote
|
||||
|
||||
Reference in New Issue
Block a user