Go to file
2012-04-22 18:41:39 +02:00
data Initial porting to vala 2012-04-14 13:46:39 +02:00
gitg Increase default window size 2012-04-15 14:58:36 +02:00
libgit2@242a1cea8d Initial porting to vala 2012-04-14 13:46:39 +02:00
libgit2-glib@1a17238b82 Initial porting to vala 2012-04-14 13:46:39 +02:00
libgitg Call finish walk async callback in idle 2012-04-22 18:41:39 +02:00
libgitg-ext Initial porting to vala 2012-04-14 13:46:39 +02:00
libgitg-gtk Added various classes for rendering lanes 2012-04-22 15:13:02 +02:00
plugins Use GitgGtkCommitListView in history plugin 2012-04-22 15:13:46 +02:00
po Updated German translation 2011-11-20 19:57:24 +01:00
tests Added pre-commit and post-commit hook execution 2011-08-05 17:33:26 +02:00
tools Explicit linking in tools and tests 2011-01-10 11:08:47 +01:00
vapi Initial porting to vala 2012-04-14 13:46:39 +02:00
.gitmodules Initial porting to vala 2012-04-14 13:46:39 +02:00
AUTHORS Updated author e-mail 2009-04-24 08:55:55 +02:00
autogen.sh Improved autogen.sh 2011-08-06 18:45:41 +02:00
ChangeLog Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
configure.ac Added libgitg-gtk 2012-04-15 14:58:36 +02: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 Added description to DOAP file 2011-03-27 11:44:53 +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 Added libgitg-gtk 2012-04-15 14:58:36 +02:00
NEWS Release 0.2.5 2011-09-01 20:58:39 +02:00
README Release 0.2.5 2011-09-01 20:58:39 +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.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.