Find a file
2019-09-06 08:46:13 +00:00
contrib build: Remove autotools 2018-10-24 16:41:54 +02:00
data Allow loading of gravatar by default 2019-08-07 09:47:40 +00:00
gitg GitgHistory.RefRow: Don't assume that every GgitSignature has a time 2019-08-20 12:09:26 +00:00
libgitg Support repository being null 2019-06-21 07:51:44 +00:00
libgitg-ext Do not use arrays as properties 2019-05-02 04:19:49 +02:00
osx Change gtkspell3 to gspell 2019-08-07 02:58:47 +02:00
plugins Load font with CSS 2019-03-08 01:23:31 +01:00
po Update Italian translation 2019-09-06 08:46:13 +00:00
tests Do not use arrays as properties 2019-05-02 04:19:49 +02:00
vapi Change gtkspell3 to gspell 2019-08-07 02:58:47 +02:00
win32 build: Remove autotools 2018-10-24 16:41:54 +02:00
.gitlab-ci.yml flatpak: Build with development profile 2019-01-17 08:12:13 +01: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
Disable-cached-hunks.patch Disable cached hunks to avoid return incorrect ones 2018-10-28 09:26:15 +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.build Change gtkspell3 to gspell 2019-08-07 02:58:47 +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
NEWS Release version 3.32.1 2019-07-25 11:55:28 +02:00
org.gnome.gitgDevel.json Change gtkspell3 to gspell 2019-08-07 02:58:47 +02: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.