| 1 | replay.refAction:: |
| 2 | Specifies the default mode for handling reference updates. |
| 3 | The value can be: |
| 4 | + |
| 5 | -- |
| 6 | //// |
| 7 | These use the first sentences from the description list in git-replay(1). |
| 8 | //// |
| 9 | `update`;; (default) Update refs directly using an atomic transaction. |
| 10 | `print`;; Output update-ref commands for pipeline use. |
| 11 | -- |
| 12 | + |
| 13 | ifdef::git-replay[] |
| 14 | See `--ref-action`. |
| 15 | endif::git-replay[] |
| 16 | ifndef::git-replay[] |
| 17 | See `--ref-action` for linkgit:git-replay[1] for details. |
| 18 | endif::git-replay[] |