Merge branch 'ks/no-textconv-symlink' into maint
[git/jnareb-git.git] / contrib / gitview / gitview.txt
blob77c29de305fabc518edf060b0e6634d9c5c9f71e
1 gitview(1)
2 ==========
4 NAME
5 ----
6 gitview - A GTK based repository browser for git
8 SYNOPSIS
9 --------
10 'gitview' [options] [args]
12 DESCRIPTION
13 ---------
15 Dependencies:
17 * Python 2.4
18 * PyGTK 2.8 or later
19 * PyCairo 1.0 or later
21 OPTIONS
22 -------
23 --without-diff::
25         If the user doesn't want to list the commit diffs in the main window.
26         This may speed up the repository browsing.
28 <args>::
30         All the valid option for gitlink:git-rev-list[1].
32 Key Bindings
33 ------------
34 F4::
35         To maximize the window
37 F5::
38         To reread references.
40 F11::
41         Full screen
43 F12::
44         Leave full screen
46 EXAMPLES
47 --------
49 gitview v2.6.12.. include/scsi drivers/scsi::
51         Show as the changes since version v2.6.12 that changed any file in the
52         include/scsi or drivers/scsi subdirectories
54 gitview --since=2.weeks.ago::
56         Show the changes during the last two weeks