Go to file
MahmoudKhalil ca07a21850 A Holder Class for DiffView Commits
Currently, the `DiffView` contained only one reference to the selected `commit, which is the
the `commit` to be compared with its parent.

So this Holder Class will manage inserting new commits, and getting the `diff` from the
inserted commits
2020-07-07 11:43:40 +02:00
contrib Avoid G_LOG_DOMAIN redefinition on contrib code 2019-12-01 10:46:23 +01:00
data Option to switch to the newly created branch 2020-06-27 08:29:36 +00:00
gitg Emitting the selection_changed signal only after checking the selection count 2020-07-05 12:23:26 +02:00
libgitg A Holder Class for DiffView Commits 2020-07-07 11:43:40 +02:00
libgitg-ext Add shortcuts for history panels 2020-06-06 20:50:36 +00:00
osx Replace projects.gnome.org with wiki.gnome.org URLs 2020-04-25 13:37:27 +02:00
plugins Add shortcuts for history panels 2020-06-06 20:50:36 +00:00
po Updated Spanish translation 2020-06-29 15:55:43 +02: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: 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 Replace git.gnome.org with gitlab.gnome.org URLs 2020-04-25 13:38:43 +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 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 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.