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