]> git.ipfire.org Git - thirdparty/git.git/blame - contrib/gitview/gitview.txt
Merge branch 'jk/prune-top-level-refs-after-packing'
[thirdparty/git.git] / contrib / gitview / gitview.txt
CommitLineData
020e3c1e
AK
1gitview(1)
2==========
3
4NAME
5----
6gitview - A GTK based repository browser for git
7
8SYNOPSIS
9--------
7791a1d9 10[verse]
5bab25fd 11'gitview' [options] [args]
020e3c1e
AK
12
13DESCRIPTION
14---------
15
5bab25fd 16Dependencies:
020e3c1e
AK
17
18* Python 2.4
19* PyGTK 2.8 or later
20* PyCairo 1.0 or later
21
22OPTIONS
5bab25fd
JF
23-------
24--without-diff::
25
26 If the user doesn't want to list the commit diffs in the main window.
27 This may speed up the repository browsing.
28
29<args>::
30
663d096c 31 All the valid option for linkgit:git-rev-list[1].
5bab25fd
JF
32
33Key Bindings
34------------
35F4::
36 To maximize the window
37
38F5::
39 To reread references.
40
41F11::
42 Full screen
43
44F12::
45 Leave full screen
020e3c1e
AK
46
47EXAMPLES
5bab25fd
JF
48--------
49
50gitview v2.6.12.. include/scsi drivers/scsi::
51
52 Show as the changes since version v2.6.12 that changed any file in the
53 include/scsi or drivers/scsi subdirectories
020e3c1e 54
5bab25fd 55gitview --since=2.weeks.ago::
020e3c1e 56
5bab25fd 57 Show the changes during the last two weeks