Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
gitg
Commits
ff7c2bbc
Commit
ff7c2bbc
authored
Dec 21, 2015
by
Ignacio Casal Quinteiro
Browse files
Release 3.19.1
parent
5fd0130d
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ff7c2bbc
= gitg 3.19.1 =
Version 3.19.1 was released on 2015-12-21
== Changes ==
- Rework diff view to use GtkSourceView instead of Webkit
- Initial support of dark theme
- Better support on OSX
- Improved commit selection
= gitg 3.17.1 =
Version 3.17.1 was released on 2015-08-08
...
...
README
View file @
ff7c2bbc
...
...
@@ -4,7 +4,7 @@ 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.1
7
.1.
The latest version of gitg is 3.1
9
.1.
Website: https://wiki.gnome.org/Apps/Gitg
Bugs: https://bugzilla.gnome.org/browse.cgi?product=gitg
...
...
@@ -12,12 +12,12 @@ Download: http://download.gnome.org/sources/gitg/
Mailing list: http://mail.gnome.org/mailman/listinfo/gitg-list
= Installing gitg =
To install the latest version of gitg, make sure to download gitg-3.1
7
.1.tar.xz
To install the latest version of gitg, make sure to download gitg-3.1
9
.1.tar.xz
from the download site. After downloading the following procedure installs
gitg:
$ tar Jxf gitg-3.1
7
.1.tar.xz
$ cd gitg-3.1
7
.1
$ tar Jxf gitg-3.1
9
.1.tar.xz
$ cd gitg-3.1
9
.1
$ ./configure
$ make
$ sudo make install
...
...
configure.ac
View file @
ff7c2bbc
...
...
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
m4_define(gitg_major_version, 3)
m4_define(gitg_minor_version, 1
7
)
m4_define(gitg_minor_version, 1
9
)
m4_define(gitg_micro_version, 1)
m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment