diff options
author | Philip Oakley <philipoakley@iee.org> | 2017-01-12 21:32:39 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-13 12:22:43 -0800 |
commit | b6ca73d9adaba0d4af87ef2cf97165d6709eaba2 (patch) | |
tree | 459666c0c2a58be131c832f5cd72233ba8205a94 | |
parent | doc: gitk: remove gitview reference (diff) | |
download | tgif-b6ca73d9adaba0d4af87ef2cf97165d6709eaba2.tar.xz |
doc: gitk: add the upstream repo location
Match the 'git gui' information regarding the graphical browser
and its upstream location.
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Reviewed-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/gitk.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index 6c84c012b7..253efa617b 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -178,9 +178,15 @@ used by default. If '$XDG_CONFIG_HOME' is not set it defaults to History ------- Gitk was the first graphical repository browser. It's written in -tcl/tk and started off in a separate repository but was later merged -into the main Git repository. +tcl/tk. +'gitk' is actually maintained as an independent project, but stable +versions are distributed as part of the Git suite for the convenience +of end users. + +gitk-git/ comes from Paul Mackerras's gitk project: + + git://ozlabs.org/~paulus/gitk SEE ALSO -------- |