gitview: Read tag and branch information using git ls-remote
[git/debian.git] / contrib / gitview / gitview.txt
blobfcf759c3078379f9b1bd180e1ed97e2438ae0e48
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
24                 If the user doesn't want to list the commit diffs in the main window. This may speed up the repository browsing.
26         <args>
27                 All the valid option for git-rev-list(1)
29 EXAMPLES
30 ------
31         gitview v2.6.12.. include/scsi drivers/scsi
32           Show as the changes since version v2.6.12 that changed any file in the include/scsi
33           or drivers/scsi subdirectories
35         gitview --since=2.weeks.ago
36           Show the changes during the last two weeks 
38