No description
Find a file
2018-08-03 23:29:21 +02:00
contrib build: Port to meson build system 2017-10-16 13:40:57 +02:00
data Add OARS metadata 2018-07-19 23:57:10 +02:00
gitg theme: Detect dark theme with its background color 2018-07-20 19:51:17 +02:00
libgitg theme: Detect dark theme with its background color 2018-07-20 19:51:17 +02:00
libgitg-ext Fix documentation generation 2017-12-11 15:34:18 +01:00
osx Add more dependencies 2016-06-05 10:20:55 +02:00
plugins update diff symbolic icon 2018-07-19 23:50:16 +02:00
po Update Catalan translation 2018-08-03 23:29:21 +02:00
tests build: Port to meson build system 2017-10-16 13:40:57 +02:00
vapi Rename gsettings-desktop-schemas VAPI file 2017-10-16 12:18:01 +02:00
win32 win32: remove dup 2016-09-27 11:56:30 +02:00
.gitlab-ci.yml Flatpak: Switch runtime to gnome-sdk master 2018-08-02 21:38:24 +00: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 Fix check for return value after git update submodule 2016-11-26 14:23:56 +01:00
ChangeLog Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
configure.ac Release version 3.26 2017-08-09 17:59:16 +02:00
COPYING Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
fix-libgit2-glib-pc.patch flatpak: Add flatpak manifest 2018-07-19 23:31:08 +02: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.map build: Port to meson build system 2017-10-16 13:40:57 +02:00
Makefile.am Rework dash view 2016-01-25 08:40:53 +01:00
meson.build meson: Use install_man() 2018-06-06 09:02:44 +02:00
meson_options.txt build: Follow the new meson porting guidelines 2017-11-15 11:19:53 +01:00
meson_post_install.py build: Follow the new meson porting guidelines 2017-11-15 11:19:53 +01:00
NEWS Release version 3.26 2017-08-09 17:59:16 +02:00
org.gnome.Gitg.json Flatpak: Switch runtime to gnome-sdk master 2018-08-02 21:38:24 +00:00
PACKAGING Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
README Release version 3.26 2017-08-09 17:59:16 +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.26.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.26.0.tar.xz
from the download site. After downloading the following procedure installs
gitg:

	$ tar Jxf gitg-3.26.0.tar.xz
	$ cd gitg-3.26.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.