Skip to content

Commit 5bab25f

Browse files
jonasJunio C Hamano
authored andcommitted
gitview.txt: improve asciidoc markup
Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 8b70004 commit 5bab25f

1 file changed

Lines changed: 33 additions & 23 deletions

File tree

contrib/gitview/gitview.txt

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,50 @@ gitview - A GTK based repository browser for git
77

88
SYNOPSIS
99
--------
10-
'gitview' [options] [args]
10+
'gitview' [options] [args]
1111

1212
DESCRIPTION
1313
---------
1414

15-
Dependencies
15+
Dependencies:
1616

1717
* Python 2.4
1818
* PyGTK 2.8 or later
1919
* PyCairo 1.0 or later
2020

2121
OPTIONS
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

3846
EXAMPLES
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

0 commit comments

Comments
 (0)