Find a file
Vincent Untz e0ba73ff48 Fix various warnings
Missing header, usage of the wrong variable, and bad function signature.

https://bugzilla.gnome.org/show_bug.cgi?id=638930
2011-01-10 10:47:10 +01:00
data Removed unused icons 2011-01-08 13:03:13 +01:00
gitg Move config destruction to dialog finalize 2011-01-08 13:59:09 +01:00
libgitg Fixed getting/setting global git configuration 2011-01-08 13:57:47 +01:00
po Updated Galician translations 2011-01-09 15:59:44 +01:00
tests Fix various warnings 2011-01-10 10:47:10 +01:00
tools Fix various warnings 2011-01-10 10:47:10 +01:00
AUTHORS Updated author e-mail 2009-04-24 08:55:55 +02:00
autogen.sh autogen.sh: remove unneded call to autopoint 2010-10-08 05:22:56 +02:00
ChangeLog Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
configure.ac Port gitg to gsettings. 2011-01-02 15:58:04 +01:00
COPYING Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
git.mk Update git.mk from pango. 2010-12-31 18:17:10 +01:00
gitg.doap Fix doap file 2010-04-18 11:36:09 +02:00
INSTALL Initial import 2008-06-24 00:04:20 +02:00
libgitg-1.0.pc.in Code cleanup, lib fixes 2010-05-30 23:37:21 +02:00
MAINTAINERS Updated maintainer e-mail address 2009-04-20 12:54:05 +02:00
Makefile.am Improved GitgRunner/GitgCommand/GitgShell 2010-11-06 12:21:52 +01:00
NEWS Release 0.0.8 2010-12-30 20:51:06 +01:00
README Release 0.0.8 2010-12-30 20:51:06 +01: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.8.

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.6.tar.bz2
from the download site. After downloading the following procedure installs
gitg:

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