From 11d86965da5c48fc4caffc98b8f7ab20da9411f7 Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Thu, 12 Jan 2017 21:32:38 +0000 Subject: doc: gitk: remove gitview reference contrib/gitview has been removed. Remove the reference. Signed-off-by: Philip Oakley Reviewed-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- Documentation/gitk.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Documentation/gitk.txt') diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index 6ade002176..6c84c012b7 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -187,10 +187,6 @@ SEE ALSO 'qgit(1)':: A repository browser written in C++ using Qt. -'gitview(1)':: - A repository browser written in Python using Gtk. It's based on - 'bzrk(1)' and distributed in the contrib area of the Git repository. - 'tig(1)':: A minimal repository browser and Git tool output highlighter written in C using Ncurses. -- cgit v1.2.1 From b6ca73d9adaba0d4af87ef2cf97165d6709eaba2 Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Thu, 12 Jan 2017 21:32:39 +0000 Subject: 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 Reviewed-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- Documentation/gitk.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Documentation/gitk.txt') 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 -------- -- cgit v1.2.1