contrib / gitview / gitview.txton commit Merge branch 'jc/rw-prefix' (75c3a5c)
   1gitview(1)
   2==========
   3
   4NAME
   5----
   6gitview - A GTK based repository browser for git
   7
   8SYNOPSIS
   9--------
  10'gitview'  [options] [args]
  11
  12DESCRIPTION
  13---------
  14
  15Dependencies
  16
  17* Python 2.4
  18* PyGTK 2.8 or later
  19* PyCairo 1.0 or later
  20
  21OPTIONS
  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
  37
  38EXAMPLES
  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
  43
  44        gitview --since=2.weeks.ago
  45          Show the changes during the last two weeks
  46