~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to Documentation/gitk.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
NAME
5
5
----
6
 
gitk - The git repository browser
 
6
gitk - The Git repository browser
7
7
 
8
8
SYNOPSIS
9
9
--------
18
18
 
19
19
Historically, gitk was the first repository browser. It's written in tcl/tk
20
20
and started off in a separate repository but was later merged into the main
21
 
git repository.
 
21
Git repository.
22
22
 
23
23
OPTIONS
24
24
-------
108
108
 
109
109
'gitview(1)'::
110
110
        A repository browser written in Python using Gtk. It's based on
111
 
        'bzrk(1)' and distributed in the contrib area of the git repository.
 
111
        'bzrk(1)' and distributed in the contrib area of the Git repository.
112
112
 
113
113
'tig(1)'::
114
 
        A minimal repository browser and git tool output highlighter written
 
114
        A minimal repository browser and Git tool output highlighter written
115
115
        in C using Ncurses.
116
116
 
117
117
GIT