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