Find a file
Adrien Plazas 6dd8b8e009 diff-view: Slide the options up
This avoids the options to look like they appear from nowhere and
instead make them look like they come from the commit tool bar bellow.
2018-10-21 08:38:12 +00:00
contrib meson: Fix dependencies 2018-10-10 23:29:26 +02:00
data Add gsetting key to use patience algorithm 2018-10-14 22:15:35 +02:00
gitg commit-paned: Use a GtkActionBar for the commit tool bar 2018-10-16 13:21:06 +02:00
libgitg diff-view: Slide the options up 2018-10-21 08:38:12 +00:00
libgitg-ext meson: Fix valadoc documentation generation 2018-10-10 23:29:26 +02:00
osx Add more dependencies 2016-06-05 10:20:55 +02:00
plugins meson: Add trailing commas 2018-10-10 23:29:26 +02:00
po Update Finnish translation 2018-08-31 22:47:45 +00:00
tests meson: Fix dependencies 2018-10-10 23:29:26 +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 CI: Reuse the docs built from the flatpak job 2018-10-15 12:08:16 +03:00
.gitmodules Remove libgd 2015-12-23 13:37:08 +01:00
AUTHORS
autogen.sh Fix check for return value after git update submodule 2016-11-26 14:23:56 +01:00
ChangeLog
configure.ac Release version 3.30 2018-10-07 11:06:57 +02:00
COPYING
git.mk Depend on Makefile.in to regenerate .gitignore 2014-01-06 18:01:02 +01:00
gitg.doap Update issue tracker url 2018-10-07 09:14:21 +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
libvaladoc-Allow-disabling-the-graphviz-dependency.patch flatpak: build vala to use valadoc without graphviz 2018-10-14 08:53:58 +02:00
Makefile.am Rework dash view 2016-01-25 08:40:53 +01:00
meson.build meson: Fix GTK shortcuts window vala flag 2018-10-10 23:29:26 +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.30 2018-10-07 11:06:57 +02:00
org.gnome.Gitg.json Flatpak: Add enchant 1 as a dependancy module 2018-10-14 17:52:14 +03:00
PACKAGING Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
README Release version 3.30 2018-10-07 11:06:57 +02:00
sub.mk Added convenient install targets 2014-01-04 23:14:54 +01:00
test.vala Add standalone mode 2018-10-14 20:12:45 +02: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.30.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.30.0.tar.xz
from the download site. After downloading the following procedure installs
gitg:

	$ tar Jxf gitg-3.30.0.tar.xz
	$ cd gitg-3.30.0
	$ meson --prefix=/usr build
	$ ninja -C build
	$ sudo ninja -C 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 http://gitlab.gnome.org/GNOME/gitg 
	$ cd gitg
	$ meson --prefix=/usr build
	$ ninja -C build
	$ sudo ninja -C install

Alternatively you can build using Flatpak with the org.gnome.Gitg.json manifest.

= 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.