1
0
mirror of https://github.com/git/git.git synced 2024-09-25 21:32:12 +02:00

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>
This commit is contained in:
Clifford Caoile 2008-04-12 18:50:20 +09:00 committed by Junio C Hamano
parent 55ef8a4610
commit e80950786c

View File

@ -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)'::