Find a file
2015-09-23 08:57:16 +02:00
data Added setting to show upstream tracking branch when selecting a local branch 2015-08-22 13:55:34 +02:00
gitg Call libgitg init method from the startup 2015-09-23 08:57:15 +02:00
libgd@ac4ae160ee Updated libgd 2014-07-10 16:14:22 +02:00
libgitg Do not track visited links 2015-09-23 08:57:16 +02:00
libgitg-ext First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
plugins First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
po Updated Hungarian translation 2015-09-23 05:32:06 +00:00
tests First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
vapi Revert "Use upstream gtksourceview vapi now that the annotation is fixed" 2015-09-23 08:57:16 +02:00
.gitmodules
AUTHORS
autogen.sh Terminates autogen if can't download submodule 2015-05-04 09:13:29 +02:00
ChangeLog
configure.ac First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +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
libgitg-1.0.pc.in
Makefile.am First step in replacing webkit with standard gtk+ 2015-09-23 08:57:15 +02:00
NEWS Release version 3.17.1 2015-08-08 10:32:33 +02:00
PACKAGING Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
README Release version 3.17.1 2015-08-08 10:32:33 +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.17.1.

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

	$ tar Jxf gitg-3.17.1.tar.xz
	$ cd gitg-3.17.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.