No description
Find a file
Ignacio Casal Quinteiro 4612f89ad8 commit prefs: fix spin buttons sizing
It seems that now we need to explicitely set how width the spin
buttons will be
2016-01-25 09:18:44 +01:00
contrib Rework dash view 2016-01-25 08:40:53 +01:00
data appdata: set the correct homepage and put me as update contact 2016-01-21 11:50:09 +01:00
gitg commit prefs: fix spin buttons sizing 2016-01-25 09:18:44 +01:00
libgitg Rework dash view 2016-01-25 08:40:53 +01:00
libgitg-ext Use the right gio-unix or gio-win32 depending on the platform 2015-12-21 11:20:39 +01:00
osx Add make-dmg script 2015-12-30 16:47:29 +01:00
plugins Add diff highlight preference 2016-01-03 20:46:23 +01:00
po Updated Lithuanian translation 2016-01-21 21:48:45 +02:00
tests Unambiguate references to assert_no_error 2015-09-24 22:39:26 +02:00
vapi Move vapi extra dist into its own makefile 2016-01-23 12:50:35 +01:00
win32 win32 installer: updated graphics 2016-01-12 16:45:05 +01:00
.gitmodules Remove libgd 2015-12-23 13:37:08 +01:00
AUTHORS Update maintainers and authors 2014-01-03 19:49:31 +01:00
autogen.sh Terminates autogen if can't download submodule 2015-05-04 09:13:29 +02:00
ChangeLog Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
configure.ac Rework dash view 2016-01-25 08:40:53 +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
Makefile.am Rework dash view 2016-01-25 08:40:53 +01:00
NEWS Release 3.19.4 2016-01-08 13:19:14 +01:00
PACKAGING Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
README Release 3.19.4 2016-01-08 13:19:14 +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 3.19.4.

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

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