Go to file
Techlive Zheng 18043d1659 Run update in the right 'WebView' context
Fix the bizzard error 'ReferenceError: Can't find variable: update_diff'
rised by WebView.

https://bugzilla.gnome.org/show_bug.cgi?id=720726
2013-12-24 12:57:37 +08:00
data app icon: update to include highres 2013-12-03 18:21:47 +01:00
gitg Use the "logo" property instead of the "logo-icon-name" property 2013-12-05 18:04:46 +02:00
libgd@3abc95da3c Update libgd which fixes problems with scrollbars 2013-03-22 10:33:03 +01:00
libgitg Run update in the right 'WebView' context 2013-12-24 12:57:37 +08:00
libgitg-ext Make the dependency on our vapi files explicit 2013-07-08 10:27:01 +02:00
plugins files: better packing for paned 2013-07-18 20:02:27 +02:00
po Updated Slovenian translation 2013-12-22 19:23:27 +01:00
tests Rename DashView as RepositoryListBox 2013-07-08 21:04:55 +02:00
vapi Switch to using webkit2 for the diff view 2012-10-16 23:58:27 +02:00
.gitmodules Add libgd submodule 2013-02-18 13:55:19 +01:00
AUTHORS Updated author e-mail 2009-04-24 08:55:55 +02: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 Update website URL 2013-11-22 14:44:54 -05: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 Added description to DOAP file 2011-03-27 11:44:53 +02: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 Updated maintainer e-mail address 2009-04-20 12:54:05 +02: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 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.