File: git2gv.1.pod

package info (click to toggle)
ruby-graphviz 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,124 kB
  • ctags: 695
  • sloc: ruby: 7,656; xml: 26; makefile: 17
file content (41 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (5)
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
=head1 NAME

git2gv - show your git commits graphically

=head1 SYNOPSIS

B<git2gv> [B<-T>I<format>] [B<-o>I<file>] [B<-h>] [B<-V>]

=head1 DESCRIPTION

B<git2gv> is a tool that allows you to show your git commits
graphically.

See I</usr/share/doc/ruby-graphviz/> for more details.

=head1 OPTIONS

B<-T>, B<--output-format> [I<format>]
 	Output format (default: png)

B<--nothugly>
 	Use nothugly if SVG output

B<-o>, B<--output-file> [I<file>]
 	Path to output image file (default: STDOUT)

B<-p>, B<--path>
 	Graphviz path

B<-V>, B<--version>
 	Show version

B<-h>, B<--help>
 	Show this usage message

=head1 AUTHOR

Copyright 2004-2012 Gregoire Lejeune

This manual page is written by Praveen Arimbrathodiyl <praveen@debian.org> for
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).