Skip to content

Commit

Permalink
Other: add 2.16.7 message
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Dec 31, 2017
1 parent a1d264a commit 9bf409d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"2.16.2": "messages/2.16.2.txt",
"2.16.4": "messages/2.16.4.txt",
"2.16.5": "messages/2.16.5.txt",
"2.16.5": "messages/2.16.6.txt"
"2.16.6": "messages/2.16.6.txt",
"2.16.7": "messages/2.16.7.txt"
}
22 changes: 22 additions & 0 deletions messages/2.16.7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Changes since 2.16.6:

Feature:
- quick stage and amend
- git remote rename

Enhancement:
- show diff stat when `show_commit_diff` is "full".
- show url when removing remote
- manipulate commits with untracked files
- reset to original commit after failure
- fixup should be safe for untracked files
- use ssh url instead of url when adding fork
- support .sublime-color-scheme in inline diff view
- git pull from remote tracking branch directly
- refactor pull and pull with rebase

Fix:
- only show diff patch when `show_commit_diff` is "full"

Contributors:
- Randy Lai

0 comments on commit 9bf409d

Please sign in to comment.