Go to file
Jesse van den Kieboom bf021dcadd Do not assume external gsettings schemas exist
The problem with GSettings is that it errors when a schema is not found
causing the application to abort. We now check for schema existence of
external schemas that we optionally want to use.

https://bugzilla.gnome.org/show_bug.cgi?id=721748
2014-01-08 14:48:40 +01:00
data man pages: fix make install missing the man pages 2014-01-06 22:40:04 +01:00
gitg Fix headerbar item positions 2014-01-08 15:40:42 +02:00
libgd@0a9a80e4d3 Update gd 2014-01-03 19:49:31 +01:00
libgitg Do not assume external gsettings schemas exist 2014-01-08 14:48:40 +01:00
libgitg-ext List internal vapi dependencies as sources 2014-01-05 19:47:53 +01:00
plugins Do not assume external gsettings schemas exist 2014-01-08 14:48:40 +01:00
po Updated Polish translation 2014-01-07 23:40:48 +01:00
tests List internal vapi dependencies as sources 2014-01-05 19:47:53 +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 Added configure time check for git2 threadsafe 2014-01-07 00:28:21 +01:00
COPYING Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
git.mk Depend on Makefile.in to regenerate .gitignore 2014-01-06 18:01:02 +01:00
gitg.doap Unify description of gitg 2014-01-06 14:16:24 +01:00
icons.mk Use non-recursive make to build plugins 2014-01-04 15:58:23 +01:00
libgitg-1.0.pc.in Code cleanup, lib fixes 2010-05-30 23:37:21 +02:00
Makefile.am List internal vapi dependencies as sources 2014-01-05 19:47:53 +01:00
NEWS Release 0.3.1 2014-01-05 20:12:32 +01:00
README Unify description of gitg 2014-01-06 14:16:24 +01:00
sub.mk Added convenient install targets 2014-01-04 23:14:54 +01:00

= General Information =
gitg is a graphical user interface for git. It aims at being a small,
fast and convenient tool to visualize the history of git repositories.
Besides visualization, gitg also provides several utilities to manage your
repository and commit your work.

The latest version of gitg is 0.3.1.

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

	$ tar Jxf gitg-0.3.1.tar.xz
	$ cd gitg-0.3.1
	$ ./configure
	$ make
	$ sudo make install

For more information on installing gitg, please see INSTALL.

= Building gitg from git =
The gitg repository is hosted on git.gnome.org. To build from git:

	$ 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 issueing: 'gitg'. Type 'gitg --help' to show the options you can
specify on the command line.