Go to file
2020-02-05 01:44:42 +01:00
contrib Avoid G_LOG_DOMAIN redefinition on contrib code 2019-12-01 10:46:23 +01:00
data preferences-interface: Disable gravatar loading by default 2019-11-06 12:55:15 +00:00
gitg Add shortcuts for history panels 2020-02-05 01:44:42 +01:00
libgitg Escape subject commit text 2019-11-19 23:59:27 +01:00
libgitg-ext Add shortcuts for history panels 2020-02-05 01:44:42 +01:00
osx Change gtkspell3 to gspell 2019-08-07 02:58:47 +02:00
plugins Add shortcuts for history panels 2020-02-05 01:44:42 +01:00
po Update Swedish translation 2020-01-27 20:42:17 +00:00
tests Do not use arrays as properties 2019-05-02 04:19:49 +02:00
vapi Fix vapi for gtksourceview 2019-10-28 23:19:38 +01:00
win32 build: Remove autotools 2018-10-24 16:41:54 +02:00
.editorconfig Setup editorconfig 2019-10-06 10:40:26 +02:00
.gitlab-ci.yml CI: use APP_ID instead of DBUS_ID 2019-10-15 21:32:03 +00:00
AUTHORS Add new authors 2018-12-27 12:38:04 +01:00
ChangeLog Put back empty changelog, seems to be needed 2009-03-01 08:16:29 +01:00
COPYING Updated GPL license in all source files 2009-02-08 15:40:57 +01:00
gitg.doap Update issue tracker url 2018-10-07 09:14:21 +02:00
libgitg.map build: Port to meson build system 2017-10-16 13:40:57 +02:00
meson_options.txt meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
meson_post_install.py flatpak: Use python3 on post install 2019-06-28 19:42:58 +02:00
meson.build Add message history to commit dialog 2019-10-29 07:58:46 +01:00
NEWS Release version 3.32.1 2019-07-25 11:55:28 +02:00
org.gnome.gitgDevel.json Access host XDG_CONFIG_HOME/git from flatpak 2019-12-24 02:35:38 +01:00
PACKAGING Change gtkspell3 to gspell 2019-08-07 02:58:47 +02:00
README.md Release version 3.32.1 2019-07-25 11:55:28 +02:00
test.vala Add standalone mode 2018-10-14 20:12:45 +02:00

Gitg

Download on Flathub

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

Installing gitg

To install the latest version of gitg, make sure to download gitg-3.32.1.tar.xz from the download site. After downloading the following procedure installs gitg:

$ tar Jxf gitg-3.32.1.tar.xz
$ cd gitg-3.32.1
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C build 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.git
$ cd gitg
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C install

Alternatively you can build using Flatpak with the org.gnome.gitgDevel.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.