Go to file
Bilal Elmoussaoui cc62927f4a meson: allow dual installation of the application
meson: set the schema path correctly

window: fix single quotes

python habits

meson: fix various issues with dual installation

Flatpak: don't enforce the branch for gitg

It causes issues with Gitlab CI as we can't test the build on other branches anymore.

remove .gitignore
2019-01-16 19:53:56 +01:00
contrib build: Remove autotools 2018-10-24 16:41:54 +02:00
data meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
gitg meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
libgitg meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
libgitg-ext Remove old buildsystem 2018-12-19 23:05:36 +01:00
osx Add more dependencies 2016-06-05 10:20:55 +02:00
plugins meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
po meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
tests Remove old buildsystem 2018-12-19 23:05:36 +01:00
vapi meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
win32 build: Remove autotools 2018-10-24 16:41:54 +02:00
.gitlab-ci.yml meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
.gitmodules Remove libgd 2015-12-23 13:37:08 +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_options.txt meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
meson_post_install.py build: Follow the new meson porting guidelines 2017-11-15 11:19:53 +01:00
meson.build meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
NEWS Release version 3.30.1 2018-10-25 22:09:17 +02:00
org.gnome.gitgDevel.json meson: allow dual installation of the application 2019-01-16 19:53:56 +01:00
PACKAGING Added some useful descriptions for packagers 2014-01-09 21:12:56 +01:00
README.md Add flathub bagde 2018-11-05 00:04:23 +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 3.30.1.

Installing gitg

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

$ tar Jxf gitg-3.30.1.tar.xz
$ cd gitg-3.30.1
$ 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.git
$ 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.