Skip to content

Commit

Permalink
tig-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed Aug 10, 2013
1 parent 079360a commit ba5c39f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 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.1
VERSION = 1.2

all:

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

master
------
tig-1.2
-------

- Tig now has its own tag on Stack Overflow, where users are invited to
ask questions: http://stackoverflow.com/questions/tagged/tig
Expand Down Expand Up @@ -60,7 +60,7 @@ Incompatibilities:
performance on larger projects. Use git config 'diff.renames' option
(git-wide) to set your preferred behavior. Environment variable
TIG_DIFF_OPTS can be used to restore the old behavior.
- Fix manual keybinging for stage-single-line. (GH #108)
- Fix manual keybinding for stage-single-line. (GH #108)
- Values set for author-width and filename-width will result in widths
one character bigger than previously.

Expand Down
3 changes: 1 addition & 2 deletions contrib/aspell.dict
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 199
personal_ws-1.1 en 198
CJK
del
Ctrl
Expand All @@ -17,7 +17,6 @@ Cygwin
stdin
rwxr
args
ARGS
asciidoc
AsciiDoc
unstanged
Expand Down
2 changes: 1 addition & 1 deletion manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Misc
|o |Open option menu
|. |Toggle line numbers on/off.
|D |Toggle date display on/off/short/relative/local.
|A |Toggle author display on/off/abbreviated/email/email username.
|A |Toggle author display on/off/abbreviated/email/email user name.
|g |Toggle revision graph visualization on/off.
|~ |Toggle (line) graphics mode
|F |Toggle reference display on/off (tag and branch names).
Expand Down
2 changes: 1 addition & 1 deletion tig.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Display differences between two branches:
$ tig test..master
-----------------------------------------------------------------------------

Display changes for submodule versions:
Display changes for sub-module versions:
-----------------------------------------------------------------------------
$ tig --submodule
-----------------------------------------------------------------------------
Expand Down

0 comments on commit ba5c39f

Please sign in to comment.