No description
Find a file
Paolo Borelli 5cbbb2d9a3 Make the dependency on our vapi files explicit
We need to list our own vapi files in BUILT_SOURCES so that at boostrap
make knows it has to first generate these files and then build the main
gitg binary.
2013-07-08 10:27:01 +02:00
data
gitg Make the dependency on our vapi files explicit 2013-07-08 10:27:01 +02:00
libgd@3abc95da3c
libgitg Make the dependency on our vapi files explicit 2013-07-08 10:27:01 +02:00
libgitg-ext Make the dependency on our vapi files explicit 2013-07-08 10:27:01 +02:00
plugins
po Updated POTFILES.in and POTFILES.skip 2013-07-07 22:30:52 +02:00
tests
vapi
.gitmodules
AUTHORS
autogen.sh
ChangeLog
configure.ac
COPYING
git.mk Update git.mk 2013-07-07 16:23:32 +02:00
gitg.doap
icons.mk
libgitg-1.0.pc.in
MAINTAINERS
Makefile.am Do not check by ourselves the Makefile.in files 2013-07-07 16:26:06 +02:00
NEWS
README

= General Information =
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.

The latest version of gitg is 0.2.5.

Website:      http://trac.novowork.com/gitg
Bugs:         http://bugzilla.gnome.org/browse.cgi?product=gitg
Download:     http://download.gnome.org/sources/gitg/
Mailing list: http://mail.gnome.org/mailman/listinfo/gitg-list

= Installing gitg =
To install the latest version of gitg, make sure to download gitg-0.1.2.tar.bz2
from the download site. After downloading the following procedure installs
gitg:

	$ tar Jxf gitg-0.2.5.tar.xz
	$ cd gitg-0.2.5
	$ ./configure
	$ make
	$ sudo make install

For more information on installing gitg, please view INSTALL.

= Building gitg from git =
The gitg repository is hosted on git.gnome.org. To build from git, use the
following:

	$ git clone git://git.gnome.org/gitg
	$ cd gitg
	$ ./autogen.sh
	$ make

= Using gitg =
When gitg is installed, you can run gitg from the GNOME menu, or from a
terminal by issuing: 'gitg'. Type 'gitg --help' to show the options you can
specify on the command line.