Skip to content

Commit

Permalink
tig-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Aug 24, 2013
1 parent c91ba8f commit 03766e2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# The last tagged version. Can be overridden either by the version from
# git or from the value of the DIST_VERSION environment variable.
VERSION = 1.2
VERSION = 1.2.1

all:

Expand Down
8 changes: 5 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release notes
=============

master
------
tig-1.2.1
---------

Incompatibilities:

Expand All @@ -13,6 +13,8 @@ Improvements:

- Show blob sizes in the tree view either as bytes or using binary unit
prefixes. Example: `set show-file-size = units`. (GH #163)
- Reduce main view memory usage and startup time, especially when revision
graph rendering is disabled. (GH #160)

Bug fixes:

Expand All @@ -37,7 +39,7 @@ Improvements:
- Show line numbers in the branch view. (GH #135)
- Add toggles for showing author email or email user names. (GH #115)
- Open editor at the selected line by prefixing the file argument with
`+<lineno>`. Tested in vi, vim, emacs, nano, gedit, geany. Disable
`+<lineno>`. Tested in vi, Vim, Emacs, Nano, Gedit, Geany. Disable
by adding `set editor-line-number = no` to ~/.tigrc. (GH #118, #119)
- Add toggle-files to control whether to show full commit diff or only
the diff concerning the currently selected file, e.g. for blame.
Expand Down
27 changes: 20 additions & 7 deletions contrib/aspell.dict
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
personal_ws-1.1 en 201
personal_ws-1.1 en 214
CJK
del
Ctrl
refspec
Gedit
cmd
dev
cdup
ident
sudo
AuthorDate
TMPDIR
tig
dir
keybinding
Expand All @@ -20,6 +23,7 @@ args
asciidoc
AsciiDoc
unstanged
gitattributes
revgraph
revargs
topo
Expand All @@ -41,6 +45,7 @@ bgcolor
env
lrwxrwxrwx
backend
ESC
doctype
gitlink
colorN
Expand All @@ -52,6 +57,7 @@ signoff
utf
Cogito
keymap
Nano
DSSL
manpages
LDLIBS
Expand All @@ -67,24 +73,27 @@ diffstat
distclean
README
submodules
Reenable
xhtml
gitattributes
aterm
mkstemps
iconv
sysconfdir
Scrool
ELinks
subdir
Debian
subdirectories
gui
bindir
tigmanual
reachability
PgUp
wrt
libiconv
unicode
multi
Na�vely
reachability
autoconf
xpm
filesystem
Expand All @@ -97,23 +106,28 @@ charset
tigblob
autobuild
diffargs
commitencoding
erasechar
lds
bg
cd
oldmode
repos
subshells
gitconfig
xmlto
rebase
chdir
html
jsh
Online
qgit
PageDown
gc
Solaris
GH
mergetool
setenv
stderr
togglable
tabsize
Expand All @@ -128,12 +142,11 @@ Git's
tig's
dirs
ld
subdirectory
newmode
keymaps
endif
namespace
commitencoding
subdirectory
utils
delim
unstaged
Expand All @@ -144,10 +157,10 @@ VLINE
extdiff
keybindings
ifndef
subdirectories
COLORTERM
ncursesw
PDF
CFLAGS
linenumber
fileargs
UI
Expand Down Expand Up @@ -176,12 +189,12 @@ Yy
fgcolor
localtime
filename
backgrounded
lncursesw
waitpid
wgetch
Pre
waddch
backgrounded
subcommand
errno
XXXXXX
Expand Down
4 changes: 2 additions & 2 deletions doc/manual.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ reference name surrounded by '[' and ']':
-----------------------------------------------------------------------------
If you want to limit what branches are shown, say only show branches named
`master` or those which start with the `jf/` prefix, you can do it by setting
`master` or those which start with the `feature/` prefix, you can do it by setting
the following variable:
-----------------------------------------------------------------------------
$ TIG_LS_REMOTE="git ls-remote . master jf/*" tig
$ TIG_LS_REMOTE="git ls-remote . master feature/*" tig
-----------------------------------------------------------------------------
Or set the variable permanently in your environment.
Expand Down

0 comments on commit 03766e2

Please sign in to comment.