Skip to content

Commit

Permalink
tig-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Apr 30, 2014
1 parent 956f6f6 commit 7e6ffb5
Show file tree
Hide file tree
Showing 4 changed files with 24 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.1
VERSION = 2.0

all:

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

master
------
tig-2.0
-------

Note to packagers:

Expand Down Expand Up @@ -53,7 +53,7 @@ Improvements:
view settings to configure the order and display options for each view
columns. See system tigrc and tigrc(5) for examples. (GH #89, #222)
- Add grep view as a front-end to git-grep(1): `tig grep -p strchr`. From
within Tig, the key for switching or grepping is bound to 'G' by default.
within Tig, the key for switching or grepping is bound to 'g' by default.
- Rename 'branch' view to 'refs' view and show tags. (GH #134)
- Add main view pager mode that reads git-log's '--pretty=raw' data
from stdin, e.g. `git reflog --pretty=raw | tig --pretty=raw`.
Expand Down
2 changes: 1 addition & 1 deletion doc/tigrc.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ bind stage D :/^diff --(git|cc)
bind main I :toggle show-id # Show/hide the ID column
bind diff D :toggle diff-options --minimal # Use minimal diff algorithm
bind diff [ :toggle diff-context -3 # Decrese context (-U arg)
bind diff [ :toggle diff-context -3 # Decrease context (-U arg)
bind diff ] :toggle diff-context +3 # Increase context
bind generic V :toggle split-view-height -10% # Decrease split height
--------------------------------------------------------------------------
Expand Down
27 changes: 19 additions & 8 deletions tools/aspell.dict
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 215
personal_ws-1.1 en 226
CJK
del
Ctrl
Expand All @@ -23,6 +23,7 @@ args
asciidoc
AsciiDoc
unstanged
gitattributes
revgraph
revargs
topo
Expand All @@ -31,6 +32,7 @@ tmp
cwd
frontend
boolean
readline
waddnstr
config
alloc
Expand All @@ -44,27 +46,32 @@ bgcolor
env
lrwxrwxrwx
backend
ESC
Esc
doctype
gitlink
colorN
nowarn
sys
subshell
tty
cmdlineargs
combi
signoff
utf
Cogito
keymap
adoc
Nano
DSSL
manpages
LDLIBS
lookup
stdout
ncurses
txt
Makefile
cacheinfo
enum
PgDown
libexecdir
bool
Expand All @@ -74,7 +81,6 @@ README
submodules
Reenable
xhtml
gitattributes
aterm
mkstemps
iconv
Expand All @@ -83,29 +89,32 @@ Scrool
ELinks
subdir
Debian
subdirectories
gui
bindir
tigmanual
reachability
PgUp
wrt
libiconv
unicode
multi
Na�vely
reachability
autoconf
xpm
filesystem
Fonseca
tigrc
ifdef
printf
XSL
newwin
charset
tigblob
autobuild
reflog
diffargs
commitencoding
erasechar
lds
bg
Expand Down Expand Up @@ -141,12 +150,11 @@ Git's
tig's
dirs
ld
subdirectory
newmode
keymaps
endif
namespace
commitencoding
subdirectory
utils
delim
unstaged
Expand All @@ -157,7 +165,7 @@ VLINE
extdiff
keybindings
ifndef
subdirectories
multibyte
COLORTERM
ncursesw
PDF
Expand All @@ -176,10 +184,13 @@ PID
tz
DocBook
docbook
submodule
startup
Yi
docext
renderer
textconv
strchr
lineno
repo
NUL
Expand All @@ -190,11 +201,11 @@ Yy
fgcolor
localtime
filename
backgrounded
lncursesw
waitpid
wgetch
Pre
backgrounded
waddch
subcommand
errno
Expand Down

0 comments on commit 7e6ffb5

Please sign in to comment.