diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:52 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:53 -0700 |
| commit | 0b4a263bd89ddb6f90af23a71acc90ce2499f576 (patch) | |
| tree | 856a19a284325c984c8b910456e4554abc2e1566 | |
| parent | Merge branch 'bc/doc-compat-object-format-not-working' into maint-2.51 (diff) | |
| parent | doc/gitk: update reference to the external project (diff) | |
| download | git-0b4a263bd89ddb6f90af23a71acc90ce2499f576.tar.gz git-0b4a263bd89ddb6f90af23a71acc90ce2499f576.zip | |
Merge branch 'js/doc-gitk-history' into maint-2.51
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.adoc | 8 |
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 -------- |
