No description
Find a file
Jesse van den Kieboom 256beb5257 Fix assumption on line rendering data being called in order
This fixes weird line rendering issues when the data func is called
to check activatability in the gutter
2010-01-17 15:47:14 +01:00
data Copy-paste error using word FEED instead of GITG 2010-01-10 23:28:31 +01:00
gitg Fix assumption on line rendering data being called in order 2010-01-17 15:47:14 +01:00
po Removed .gitignore files (now autogenerated) 2010-01-11 12:15:59 +01:00
AUTHORS Updated author e-mail 2009-04-24 08:55:55 +02: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 Added preference for vertical/horizontal layout 2010-01-10 22:28:30 +01:00
COPYING Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
git.mk Add git.mk to generate the .gitignore. 2009-09-06 21:33:23 +02:00
gitg.doap Bumped version to 0.0.4 switch to pre-version scheme 2009-04-24 08:55:40 +02:00
INSTALL Initial import 2008-06-24 00:04:20 +02:00
MAINTAINERS Updated maintainer e-mail address 2009-04-20 12:54:05 +02:00
Makefile.am Add git.mk to generate the .gitignore. 2009-09-06 21:33:23 +02:00
NEWS Version 0.0.5 2009-08-29 14:03:55 +02:00
README Version 0.0.5 2009-08-29 14:03:55 +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.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.0.5.tar.bz2
from the download site. After downloading the following procedure installs 
gitg:

	$ tar -xjf gitg-0.0.5.tar.bz2
	$ cd gitg-0.0.3
	$ ./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.