config: add markup to core.logAllRefUpdates doc
Signed-off-by: Cornelius Weig <cornelius.weig@tngtech.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Cornelius Weig committed
Jan 27, 2017 at 11:09 UTC
d0c93194ecde2886d4e90d7006c998ea9592d0a0
1 file changed
+3
-3
Documentation/config.txt
+3
-3
@@ -517,10 +517,10 @@ core.logAllRefUpdates::
517
"`$GIT_DIR/logs/<ref>`", by appending the new and old
518
SHA-1, the date/time and the reason of the update, but
519
only when the file exists. If this configuration
520
- variable is set to true, missing "`$GIT_DIR/logs/<ref>`"
520
+ variable is set to `true`, missing "`$GIT_DIR/logs/<ref>`"
521
file is automatically created for branch heads (i.e. under
522
- refs/heads/), remote refs (i.e. under refs/remotes/),
523
- note refs (i.e. under refs/notes/), and the symbolic ref HEAD.
522
+ `refs/heads/`), remote refs (i.e. under `refs/remotes/`),
523
+ note refs (i.e. under `refs/notes/`), and the symbolic ref `HEAD`.
524
+
525
This information can be used to determine what commit
526
was the tip of a branch "2 days ago".