Find a file
Jesse van den Kieboom d18fd2f82d Indentation cleanup
2014-12-23 17:43:44 +01:00
data Implement configuring of mainlines 2014-12-21 21:16:31 +01:00
gitg Protect against null repository 2014-12-21 21:22:48 +01:00
libgd@ac4ae160ee Updated libgd 2014-07-10 16:14:22 +02:00
libgitg Indentation cleanup 2014-12-23 17:43:44 +01:00
libgitg-ext Indentation cleanup 2014-12-23 17:43:44 +01:00
plugins Show parents for commits with more than one parent 2014-12-14 20:16:00 +01:00
po Updated Spanish translation 2014-12-22 13:06:29 +01:00
tests Compile tests without warnings 2014-12-21 21:16:51 +01:00
vapi Support both webkit2gtk-3.0 and webkit2gtk-4.0 2014-08-14 12:10:51 -05: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 Bump required libgit2-glib version to 0.0.25 2014-12-14 10:57:03 +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 doap: add <programming-language> 2014-07-31 18:45:45 +02: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 build: Add gdesktop-enums-3.0.vapi to EXTRA_DIST 2014-09-24 22:28:15 +02:00
NEWS Release version 3.14.0 2014-09-24 17:20:49 +02:00
PACKAGING Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
README Release version 3.14.0 2014-09-24 17:20:49 +02: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 3.14.0.

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

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