| 1 | replay.refAction:: |
| 2 | Specifies the default mode for handling reference updates in |
| 3 | `git replay`. The value can be: |
| 4 | + |
| 5 | -- |
| 6 | * `update`: Update refs directly using an atomic transaction (default behavior). |
| 7 | * `print`: Output update-ref commands for pipeline use. |
| 8 | -- |
| 9 | + |
| 10 | This setting can be overridden with the `--ref-action` command-line option. |
| 11 | When not configured, `git replay` defaults to `update` mode. |