contrib / gitview / gitview.txton commit clone: the given repository dir should be relative to $PWD (ced78b3)
   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
  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
  32Key Bindings
  33------------
  34F4::
  35        To maximize the window
  36
  37F5::
  38        To reread references.
  39
  40F11::
  41        Full screen
  42
  43F12::
  44        Leave full screen
  45
  46EXAMPLES
  47--------
  48
  49gitview 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
  53
  54gitview --since=2.weeks.ago::
  55
  56        Show the changes during the last two weeks