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
5397c639
Commit
5397c639
authored
Sep 21, 2015
by
Ignacio Casal Quinteiro
Browse files
Release 3.18.0
parent
daa7e178
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
5397c639
= gitg 3.18.0 =
Version 3.18.0 was released on 2015-09-21
== Changes ==
- Also accept bare repositories when adding from dash
- Add support for creating binary patch
- Move global author details action to app menu
- Add expanders to ref list
- Add preference to sort references by last activity
- Collapse tags in ref side bar by default
- Add monitoring .git for changes and automatic refresh
- Show repository directory in dash
- Add setting to wrap lines in the diff view
- Do not use selection mode for commit list
- Add checkout branch action
- Rework notifications
- Add basic merging support
== Bugs fixed ==
- Add repository name in author dialog title
- Higify a bit the author details dialog
- Higify the preference dialog
- Add scanning of folders for git repositories
- Disable selection of line numbers in diff view
- Directly show when trying to commit without staged changes
= gitg 3.17.1 =
Version 3.17.1 was released on 2015-08-08
...
...
README
View file @
5397c639
...
...
@@ -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
8.0
.
Website: https://wiki.gnome.org/Apps/Gitg
Bugs: https://bugzilla.gnome.org/browse.cgi?product=gitg
...
...
@@ -16,8 +16,8 @@ To install the latest version of gitg, make sure to download gitg-3.17.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
8.0
.tar.xz
$ cd gitg-3.1
8.0
$ ./configure
$ make
$ sudo make install
...
...
configure.ac
View file @
5397c639
...
...
@@ -3,8 +3,8 @@ 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_micro_version,
1
)
m4_define(gitg_minor_version, 1
8
)
m4_define(gitg_micro_version,
0
)
m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
AC_INIT([gitg],
...
...
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