Skip to content

Commit 17af047

Browse files
committed
tig-2.5.2
1 parent 8e1d752 commit 17af047

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

INSTALL.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Download a tarball from https://github.com/jonas/tig/releases[] or clone the Tig
66
repository http://github.com/jonas/tig[git://github.com/jonas/tig.git].
77

88
The latest version is:
9-
https://github.com/jonas/tig/releases/download/tig-2.5.1/tig-2.5.1.tar.gz[tig-2.5.1]
10-
https://github.com/jonas/tig/releases/download/tig-2.5.1/tig-2.5.1.tar.gz.md5[(md5)]
9+
https://github.com/jonas/tig/releases/download/tig-2.5.2/tig-2.5.2.tar.gz[tig-2.5.2]
10+
https://github.com/jonas/tig/releases/download/tig-2.5.2/tig-2.5.2.tar.gz.md5[(md5)]
1111

1212
*Note:* Do not use the tar.gz file for version 2.0 because it will fail
1313
to compile due to issue https://github.com/jonas/tig/pull/283[#283] and

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# The last tagged version. Can be overridden either by the version from
44
# git or from the value of the DIST_VERSION environment variable.
5-
VERSION = 2.5.1
5+
VERSION = 2.5.2
66

77
all:
88

NEWS.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release notes
22
=============
33

4-
master
5-
------
4+
tig-2.5.2
5+
---------
66

77
Incompatibilities:
88

tools/aspell.dict

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
personal_ws-1.1 en 303
1+
personal_ws-1.1 en 320
22
ACDMRTXB
33
AIX
44
AsciiDoc
@@ -87,12 +87,14 @@ XXXXXX
8787
Yi
8888
Yy
8989
ZSH
90+
Zsh
9091
abspath
9192
acked
9293
adate
9394
adoc
9495
alloc
9596
altscreen
97+
arg
9698
args
9799
ascii
98100
asciidoc
@@ -101,6 +103,7 @@ autobuild
101103
autoconf
102104
automake
103105
autoreconf
106+
autotools
104107
backend
105108
backgrounded
106109
backtraces
@@ -131,11 +134,13 @@ concat
131134
config
132135
configs
133136
contrib
137+
credentialCache
134138
cwd
135139
del
136140
delim
137141
dereferences
138142
dev
143+
devel
139144
diffargs
140145
diffstat
141146
dir
@@ -153,12 +158,14 @@ eol
153158
erasechar
154159
errno
155160
extdiff
161+
fg
156162
fgcolor
157163
fileargs
158164
filename
159165
filesystem
160166
frontend
161167
gc
168+
gcc
162169
getch
163170
gitattributes
164171
gitconfig
@@ -173,6 +180,7 @@ iconv
173180
ident
174181
ifdef
175182
ifndef
183+
ignoreSIGHUP
176184
inputrc
177185
jsh
178186
keybinding
@@ -183,13 +191,15 @@ ld
183191
lds
184192
libexecdir
185193
libiconv
194+
libncurses
186195
lineno
187196
linenumber
188197
lncursesw
189198
localtime
190199
logargs
191200
lookup
192201
lrwxrwxrwx
202+
macOS
193203
mailmap
194204
mainargs
195205
manpage
@@ -199,6 +209,7 @@ mergetool
199209
mkstemps
200210
multi
201211
multibyte
212+
mv
202213
namespace
203214
nav
204215
ncurses
@@ -214,6 +225,7 @@ nowarn
214225
oldmode
215226
optimizations
216227
pbcopy
228+
pgrp
217229
printf
218230
qgit
219231
reachability
@@ -223,6 +235,7 @@ rebase
223235
rebasing
224236
reflog
225237
reflogmsg
238+
refname
226239
refspec
227240
renderer
228241
repo
@@ -235,10 +248,12 @@ runtime
235248
rwxr
236249
sed
237250
setenv
251+
setsid
238252
sha
239253
shortlog
240254
showUntrackedFiles
241255
signoff
256+
src
242257
startup
243258
stderr
244259
stdin
@@ -286,6 +301,7 @@ unstage
286301
unstaged
287302
unstanged
288303
untracked
304+
usr
289305
utf
290306
utils
291307
waddch
@@ -302,3 +318,4 @@ xhtml
302318
xmlto
303319
xpm
304320
xrvt
321+
zsh

0 commit comments

Comments
 (0)