diff options
author | Philip Oakley <philipoakley@iee.org> | 2017-01-12 21:32:38 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-13 12:22:41 -0800 |
commit | 11d86965da5c48fc4caffc98b8f7ab20da9411f7 (patch) | |
tree | 900504bee530c5dab88d9bcdf95f453eac192503 | |
parent | contrib: remove gitview (diff) | |
download | tgif-11d86965da5c48fc4caffc98b8f7ab20da9411f7.tar.xz |
doc: gitk: remove gitview reference
contrib/gitview has been removed. Remove the reference.
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 | 4 |
1 files changed, 0 insertions, 4 deletions
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. |