File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,40 +7,50 @@ gitview - A GTK based repository browser for git
77
88SYNOPSIS
99--------
10- 'gitview' [options] [args]
10+ 'gitview' [options] [args]
1111
1212DESCRIPTION
1313---------
1414
15- Dependencies
15+ Dependencies:
1616
1717* Python 2.4
1818* PyGTK 2.8 or later
1919* PyCairo 1.0 or later
2020
2121OPTIONS
22- ------
23- --without-diff
24- If the user doesn't want to list the commit diffs in the main window. This may speed up the repository browsing.
25-
26- <args>
27- All the valid option for git-rev-list(1)
28- Key Bindings:
29- F4:
30- To maximize the window
31- F5:
32- To reread references.
33- F11:
34- Full screen
35- F12:
36- Leave full screen
22+ -------
23+ --without-diff::
24+
25+ If the user doesn't want to list the commit diffs in the main window.
26+ This may speed up the repository browsing.
27+
28+ <args>::
29+
30+ All the valid option for gitlink:git-rev-list[1].
31+
32+ Key Bindings
33+ ------------
34+ F4::
35+ To maximize the window
36+
37+ F5::
38+ To reread references.
39+
40+ F11::
41+ Full screen
42+
43+ F12::
44+ Leave full screen
3745
3846EXAMPLES
39- ------
40- gitview v2.6.12.. include/scsi drivers/scsi
41- Show as the changes since version v2.6.12 that changed any file in the include/scsi
42- or drivers/scsi subdirectories
47+ --------
48+
49+ gitview v2.6.12.. include/scsi drivers/scsi::
50+
51+ Show as the changes since version v2.6.12 that changed any file in the
52+ include/scsi or drivers/scsi subdirectories
4353
44- gitview --since=2.weeks.ago
45- Show the changes during the last two weeks
54+ gitview --since=2.weeks.ago::
4655
56+ Show the changes during the last two weeks
You can’t perform that action at this time.
0 commit comments