aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-08-29 09:44:38 -0700
committerJunio C Hamano <gitster@pobox.com>2025-08-29 09:44:38 -0700
commit7f09275843022641397a51071838f7c1386322a1 (patch)
treefa331f1b002f948ac58d298d4c6eac018043a48c
parentc64ec662d061f2d496f8e9738b5a71d3d148e95e (diff)
parentbcb20dda833dc71a729af50bdfb86c5d252307b1 (diff)
downloadgit-7f09275843022641397a51071838f7c1386322a1.tar.gz
Merge branch 'js/doc-gitk-history'
Manual page for "gitk" is updated with the current maintainer's name. * js/doc-gitk-history: doc/gitk: update reference to the external project
-rw-r--r--Documentation/gitk.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/gitk.adoc b/Documentation/gitk.adoc
index 58ce40ddb1..5b34dcd077 100644
--- a/Documentation/gitk.adoc
+++ b/Documentation/gitk.adoc
@@ -163,16 +163,16 @@ 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.
+Gitk was the first graphical repository browser, written by
+Paul Mackerras in 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:
+`gitk-git/` comes from Johannes Sixt's gitk project:
- git://ozlabs.org/~paulus/gitk
+ https://github.com/j6t/gitk
SEE ALSO
--------