Find a file
2009-04-19 23:15:44 +02:00
data Added authors, updated man page and generate changelog on make dist 2009-02-28 14:51:08 +01:00
gitg Use gint instead of int 2009-04-19 23:06:06 +02:00
m4 Added empty m4 directory 2008-06-26 12:08:30 +02:00
po Updated translations 2009-04-19 23:09:48 +02:00
.gitignore Updated ignores 2009-02-14 17:40:02 +01:00
AUTHORS Added authors, updated man page and generate changelog on make dist 2009-02-28 14:51:08 +01:00
autogen.sh Initial import 2008-06-24 00:04:20 +02:00
ChangeLog Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
configure.ac Released version 0.0.2 2009-04-05 18:13:00 +02:00
COPYING Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
INSTALL Initial import 2008-06-24 00:04:20 +02:00
MAINTAINERS Added MAINTAINERS 2009-04-05 16:57:30 +02:00
Makefile.am Updated changelog generation 2009-03-01 09:59:23 +01:00
NEWS Released version 0.0.2 2009-04-05 18:13:00 +02:00
README Fix bug tracker URL 2009-04-19 23:15:44 +02:00

= 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.0.2.

Website:  http://trac.novowork.com/gitg
Bugs:     http://bugzilla.gnome.org/browse.cgi?product=gitg
Download: http://trac.novowork.com/gitg/Download

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

	$ tar -xjf gitg-0.0.2.tar.bz2
	$ cd gitg-0.0.2
	$ ./configure
	$ make
	$ sudo make install

For more information on installing gitg, please view INSTALL.

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