File: gitg.1

package info (click to toggle)
gitg 0.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,104 kB
  • ctags: 2,182
  • sloc: ansic: 16,710; sh: 10,264; xml: 381; makefile: 299
file content (44 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.TH GITG 1 "22 Jun 2008"
.SH NAME
gitg\fP \- Git repository viewer

.SH SYNOPSIS
.B gitg
.RI [options]\ [repository]\ [<refspec>]
.SH DESCRIPTION
.B gitg
is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.
.SH OPTIONS
.B \-c,--commit
Open 
.B gitg 
in commit view

.B \-?,--help
Show the help message

.B [repository]
Load the repository at
.B repository
in 
.B gitg. 
If unspecified, 
.B gitg 
will try to open the repository at the current working directory

.B [<refspec>]
Populate the history view of
.B gitg
using the specified
.B <refspec>
which has the same format as used with 
.B git log
(Example: 
.B gitg
\-\-left\-right HEAD..FETCH_HEAD)

.SH AUTHORS
Jesse van den Kieboom  <jesse@icecrew.nl>