Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
============= - Tig now has its own tag on Stack Overflow, where users are invited to ask questions: http://stackoverflow.com/questions/tagged/tig Improvements: - Make tig prompt commands bindable to keys. For example: `bind diff F :set diff-options = --full-diff`. (GH TritonDataCenter#69, TritonDataCenter#116) - Add a diff-options setting for specifying default diff options. Example: `set diff-options = --patience`. (GH TritonDataCenter#116) - Options in diff-options and blame-options matching tig browsing state variables are replaced. - Show diff stats as wide as the terminal. (GH TritonDataCenter#109) - Show line numbers in the branch view. (GH TritonDataCenter#135) - Add toggles for showing author email or email user names. (GH TritonDataCenter#115) - Open editor at the selected line by prefixing the file argument with `+<lineno>`. Tested in vi, vim, emacs, nano, gedit, geany. Disable by adding `set editor-line-number = no` to ~/.tigrc. (GH TritonDataCenter#118, TritonDataCenter#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. - Optionally highlight exceeding characters in long commit titles. The default title max width is 50 characters. Customize using: `set title-overflow = 50` (GH TritonDataCenter#125) - Add +ESC key bindings. Example: `bind generic ^[v move-page-up` (GH TritonDataCenter#120) - Create temporary files in TMPDIR, TEMP, or TMP before defaulting to /tmp. - Reenable `tig log` as a subcommand. (GH TritonDataCenter#146) - Enable tilde expansion in ~/.tigrc "source" commands. (GH TritonDataCenter#168) - Introduce the stash view, bound to the 'y' keybinding. (GH TritonDataCenter#169, TritonDataCenter#174) Bug fixes: - Fix blame and status to work in directories starting with a dot. (GH TritonDataCenter#172) - Reload current branch name when reloading the status view. (GH TritonDataCenter#93) - Fix compile errors on old Solaris. (GH TritonDataCenter#97) - Reload HEAD info when reloading the stage view. (GH TritonDataCenter#104, TritonDataCenter#93) - Fix disappearing branch labels after external commands. (GH TritonDataCenter#148) - Fix diff view display for staged/unstaged changes when using 'd'. - Fix display of status messages when toggling view options. (GH TritonDataCenter#111) - Fix illegal memory access. (GH TritonDataCenter#98) - Fix display of all branches label in repos with short branch names. - Fix rendering glitch for branch names. - Do not apply diff styling to untracked files in the stage view. (GH TritonDataCenter#153) - Fix tree indentation for entries containing combining characters. (GH TritonDataCenter#170) - Ignore unrepresentable characters when transliterating text for rendering. - Transliterate text to output encoding before trimming it to avoid misalignment. (GH TritonDataCenter#86) - Introduce a more natural context-sensitive log display. (GH TritonDataCenter#155)
- Loading branch information