git-completion.bash: add branch.*.pushremote to config list
[git.git] / contrib / gitview / gitview.txt
blob9e12f978425cbc45e5cd072b8bfb2fc57fae610b
1 gitview(1)
2 ==========
4 NAME
5 ----
6 gitview - A GTK based repository browser for git
8 SYNOPSIS
9 --------
10 [verse]
11 'gitview' [options] [args]
13 DESCRIPTION
14 ---------
16 Dependencies:
18 * Python 2.4
19 * PyGTK 2.8 or later
20 * PyCairo 1.0 or later
22 OPTIONS
23 -------
24 --without-diff::
26         If the user doesn't want to list the commit diffs in the main window.
27         This may speed up the repository browsing.
29 <args>::
31         All the valid option for gitlink:git-rev-list[1].
33 Key Bindings
34 ------------
35 F4::
36         To maximize the window
38 F5::
39         To reread references.
41 F11::
42         Full screen
44 F12::
45         Leave full screen
47 EXAMPLES
48 --------
50 gitview v2.6.12.. include/scsi drivers/scsi::
52         Show as the changes since version v2.6.12 that changed any file in the
53         include/scsi or drivers/scsi subdirectories
55 gitview --since=2.weeks.ago::
57         Show the changes during the last two weeks