aboutsummaryrefslogtreecommitdiff
path: root/Documentation/gitk.txt
diff options
context:
space:
mode:
authorClifford Caoile <piyo@users.sourceforge.net>2008-04-12 18:50:20 +0900
committerJunio C Hamano <gitster@pobox.com>2008-04-12 15:39:07 -0700
commite80950786c16e642be76976a8926b2846ba0aa4f (patch)
treeee1c4c81fd06b55e51e6991449839cfd52673709 /Documentation/gitk.txt
parent55ef8a4610c4f1077551682a86f9a4e6d498e8e0 (diff)
downloadgit-e80950786c16e642be76976a8926b2846ba0aa4f.tar.gz
git-e80950786c16e642be76976a8926b2846ba0aa4f.tar.xz
Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)
gitk creates and uses ~/.gitk Signed-off-by: Clifford Caoile <piyo@users.sourceforge.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitk.txt')
-rw-r--r--Documentation/gitk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt
index 29edafced..ed3ba83c5 100644
--- a/Documentation/gitk.txt
+++ b/Documentation/gitk.txt
@@ -74,6 +74,11 @@ gitk --max-count=100 --all \-- Makefile::
Show at most 100 changes made to the file 'Makefile'. Instead of only
looking for changes in the current branch look in all branches.
+Files
+-----
+Gitk creates the .gitk file in your $HOME directory to store preferences
+such as display options, font, and colors.
+
See Also
--------
'qgit(1)'::