diff options
| author | Johannes Sixt <j6t@kdbg.org> | 2025-08-20 08:16:05 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-20 08:50:17 -0700 |
| commit | bcb20dda833dc71a729af50bdfb86c5d252307b1 (patch) | |
| tree | f5ec970792ecdc69e5670c7cd9e86284a701b065 | |
| parent | Merge branch 'maint-2.46' into maint-2.47 (diff) | |
| download | git-bcb20dda833dc71a729af50bdfb86c5d252307b1.tar.gz git-bcb20dda833dc71a729af50bdfb86c5d252307b1.zip | |
doc/gitk: update reference to the external project
Gitk is now maintained by Johannes Sixt and the repository can be
cloned from a new URL. b59358100c20 (Update the official repo of
gitk, 2024-12-24) could have updated this instance in the manual,
too, but the opportunity was missed. Update it now. Do give credit
to Paul Mackerras as the inventor of the program.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
| -rw-r--r-- | Documentation/gitk.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index 35b3996029..d90396904e 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -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 -------- |
