Skip to content

Commit d0c9319

Browse files
Cornelius Weiggitster
authored andcommitted
config: add markup to core.logAllRefUpdates doc
Signed-off-by: Cornelius Weig <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4e59582 commit d0c9319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/config.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@ core.logAllRefUpdates::
517517
"`$GIT_DIR/logs/<ref>`", by appending the new and old
518518
SHA-1, the date/time and the reason of the update, but
519519
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>`"
521521
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`.
524524
+
525525
This information can be used to determine what commit
526526
was the tip of a branch "2 days ago".

0 commit comments

Comments
 (0)