Find a file
2014-01-03 21:13:01 +01:00
data Separate update-icon-cache to install-data-hook 2014-01-03 19:49:32 +01:00
gitg Clean generated resource files 2014-01-03 21:13:01 +01:00
libgd@0a9a80e4d3 Update gd 2014-01-03 19:49:31 +01:00
libgitg Clean generated resource files 2014-01-03 21:13:01 +01:00
libgitg-ext Added GITIGNOREFILES for vala sources 2014-01-03 21:12:42 +01:00
plugins Clean generated resource files 2014-01-03 21:13:01 +01:00
po Updated Polish translation 2014-01-03 15:35:15 +01:00
tests Added GITIGNOREFILES for vala sources 2014-01-03 21:12:42 +01:00
vapi Make stage selection behavior part of diff view widget 2014-01-02 13:39:18 +01:00
.gitmodules Add libgd submodule 2013-02-18 13:55:19 +01:00
AUTHORS Update maintainers and authors 2014-01-03 19:49:31 +01:00
autogen.sh git submodule update in autogen 2013-02-18 13:55:19 +01:00
ChangeLog Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
configure.ac Only check for python when enabled 2014-01-03 19:49:34 +01:00
COPYING Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
git.mk Update git.mk 2013-07-07 16:23:32 +02:00
gitg.doap Update home page 2013-12-30 20:59:53 +01:00
icons.mk Implemented diff commit panel 2012-07-17 09:55:09 +02:00
libgitg-1.0.pc.in Code cleanup, lib fixes 2010-05-30 23:37:21 +02:00
MAINTAINERS Update maintainers and authors 2014-01-03 19:49:31 +01:00
Makefile.am Do not check by ourselves the Makefile.in files 2013-07-07 16:26:06 +02:00
NEWS Release 0.2.5 2011-09-01 20:58:39 +02:00
README Update version in README 2013-12-30 21:00:35 +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.2.7.

Website:      https://live.gnome.org/Apps/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.2.7.tar.xz
from the download site. After downloading the following procedure installs
gitg:

	$ tar Jxf gitg-0.2.7.tar.xz
	$ cd gitg-0.2.7
	$ ./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.