diff --git a/tig-1.0.tar.gz b/tig-1.0.tar.gz deleted file mode 100644 index 9ca12db..0000000 --- a/tig-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1ecadef82027a94a6489e84a5c02fd5c0d4977bcb13ba2df0a52cca05ad6f71 -size 188543 diff --git a/tig-1.1.tar.gz b/tig-1.1.tar.gz new file mode 100644 index 0000000..482a657 --- /dev/null +++ b/tig-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2 +size 201009 diff --git a/tig.changes b/tig.changes index 00b03b9..99908ff 100644 --- a/tig.changes +++ b/tig.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Sat Oct 13 19:01:33 CST 2012 - douglarek@outlook.com + +- Updated to 1.1 + + Incompatibilities: + + - Disable diff move/copy detection by default, boosting diff + 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. + - Values set for author-width and filename-width will result in widths + one character bigger than previously. + + Improvements: + + - Typing a text in the prompt will be interpreted as a tig command. + Prefixing the command with a '!' will execute this system command in + an external pager. Entering a single key will execute the + corresponding key binding. + - Basic support for wrapping long line in pager, diff, and stage views. + Enable using: `set wrap-lines = yes`. (GH #2) + - User-defined commands prefixed with a '?' means prompt before + execution. Example: `bind main B !?git rebase -i %(commit)`. + - User-defined commands prefixed with a '<' means exit after execution. + Example: `bind main C !