Go to file
Jan Beich 2e141a6030 meson: drop unused argument for i18n.merge_file()
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.

data/meson.build:8:0: ERROR: Function does not take positional arguments.
data/meson.build:44:0: ERROR: Function does not take positional arguments.
2023-07-23 11:44:47 +02:00
contrib Avoid G_LOG_DOMAIN redefinition on contrib code 2019-12-01 10:46:23 +01:00
data meson: drop unused argument for i18n.merge_file() 2023-07-23 11:44:47 +02:00
gitg Revert "css: Use group at-rules definition" 2021-05-17 13:24:49 +02:00
libgitg Manage if there's no textconv config 2021-12-27 13:47:02 +01:00
libgitg-ext Use GUri instead of SoupURI 2021-08-29 11:08:04 +00:00
osx Use GUri instead of SoupURI 2021-08-29 11:08:04 +00:00
plugins Add shortcuts for history panels 2020-06-06 20:50:36 +00:00
po Update Abkhazian translation 2023-01-05 12:50:29 +00:00
tests Remote branches can be checked out using double-click. 2020-06-12 10:43:15 +02:00
vapi Fix vapi for gtksourceview 2019-10-28 23:19:38 +01:00
win32 Replace git.gnome.org with gitlab.gnome.org URLs 2020-04-25 13:38:43 +02:00
.editorconfig Setup editorconfig 2019-10-06 10:40:26 +02:00
.gitlab-ci.yml ci: flatpak: remove meson-args variable 2020-08-03 20:23:13 +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 Install correctly devel profile 2020-07-12 14:35:56 +02:00
meson.build Release version 41 2021-12-27 14:02:54 +01:00
NEWS Release version 41 2021-12-27 14:02:54 +01:00
org.gnome.gitgDevel.json Convert to text using gitattributes config 2021-12-27 11:32:49 +01:00
PACKAGING Use GUri instead of SoupURI 2021-08-29 11:08:04 +00:00
README.md Release version 41 2021-12-27 14:02:54 +01: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 41.

Installing gitg

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

$ tar Jxf gitg-41.tar.xz
$ cd gitg-41
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C build install

Building gitg from git

The gitg repository is hosted on gitlab.gnome.org. To build from git:

$ git clone https://gitlab.gnome.org/GNOME/gitg.git
$ cd gitg
$ meson --prefix=/usr build
$ ninja -C build
$ sudo ninja -C build 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.