Find a file
2016-08-29 19:32:33 +02:00
contrib Only include git.mk once 2016-02-07 09:51:11 +01:00
data Disable use of gravatar by default 2016-08-19 09:23:41 +02:00
gitg Use private bookmarks file instead of recent manager 2016-08-25 23:21:26 +02:00
libgitg Use same callbacks instance during remote connection life cycle 2016-08-29 19:32:33 +02:00
libgitg-ext Update history when commit is added without relying on file monitor 2016-08-18 19:28:36 +02:00
osx Add more dependencies 2016-06-05 10:20:55 +02:00
plugins Ensure to sync repository to diff view 2016-08-17 19:43:27 +02:00
po Update POTFILES.in and POTFILES.skip 2016-08-27 13:14:19 +02:00
tests Unambiguate references to assert_no_error 2015-09-24 22:39:26 +02:00
vapi Replace deprecated deprecated vapi tag 2016-06-05 11:39:38 +02:00
win32 win32 intaller: only execute actions at installation time 2016-01-26 13:44:01 +01:00
.gitmodules Remove libgd 2015-12-23 13:37:08 +01:00
AUTHORS
autogen.sh Missing libtool dependency in autogen.sh script 2016-08-14 09:21:05 +02:00
ChangeLog
configure.ac Post release version bump 2016-08-27 12:26:43 +02:00
COPYING
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
Makefile.am Rework dash view 2016-01-25 08:40:53 +01:00
NEWS Release version 3.21.91 2016-08-27 12:08:54 +02:00
PACKAGING Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
README Post release version bump 2016-08-27 12:26:43 +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.23.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.23.0.tar.xz
from the download site. After downloading the following procedure installs
gitg:

	$ tar Jxf gitg-3.23.0.tar.xz
	$ cd gitg-3.23.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.