From: Clifford Caoile Date: Sat, 12 Apr 2008 09:50:20 +0000 (+0900) Subject: Docs gitk: Explicitly mention the files that gitk uses (~/.gitk) X-Git-Tag: v1.5.5.1~7^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e80950786c16e642be76976a8926b2846ba0aa4f;p=git.git Docs gitk: Explicitly mention the files that gitk uses (~/.gitk) gitk creates and uses ~/.gitk Signed-off-by: Clifford Caoile Signed-off-by: Junio C Hamano --- 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)'::