summaryrefslogtreecommitdiff
path: root/Documentation/gitk.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-04-22 11:14:45 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-04-22 11:14:45 +0900
commit6b42805445c3b5714c100ac066697943f2571fd3 (patch)
treeb6d36059019c75d352e9666ab9217f67225f53d6 /Documentation/gitk.txt
parentMerge branch 'tg/stash-in-c-show-default-to-p-fix' (diff)
parentdoc: format pathnames and URLs as monospace. (diff)
downloadtgif-6b42805445c3b5714c100ac066697943f2571fd3.tar.xz
Merge branch 'cb/doco-mono'
Clean-up markup in the documentation suite. * cb/doco-mono: doc: format pathnames and URLs as monospace. doc/CodingGuidelines: URLs and paths as monospace
Diffstat (limited to 'Documentation/gitk.txt')
-rw-r--r--Documentation/gitk.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index 244cd01493..1eabb0aaf3 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -168,12 +168,12 @@ Files
-----
User configuration and preferences are stored at:
-* '$XDG_CONFIG_HOME/git/gitk' if it exists, otherwise
-* '$HOME/.gitk' if it exists
+* `$XDG_CONFIG_HOME/git/gitk` if it exists, otherwise
+* `$HOME/.gitk` if it exists
-If neither of the above exist then '$XDG_CONFIG_HOME/git/gitk' is created and
+If neither of the above exist then `$XDG_CONFIG_HOME/git/gitk` is created and
used by default. If '$XDG_CONFIG_HOME' is not set it defaults to
-'$HOME/.config' in all cases.
+`$HOME/.config` in all cases.
History
-------