elpasync pushed a change to branch externals/diff-hl.
from a7b59bc681 Make sure diff-hl-revert-hunk supports buffer-local
reference revision
new 88ec194df8 rename diff-hl-inline-popup to diff-hl-show-hunk-inline
new 053c577f73 fix spelling
new 1acd4e9fa2 rename diff-hl-show-hunk-inline-popup to
diff-hl-show-hunk-inline
new 4391f6701d rename diff-hl-inline-popup.el to
diff-hl-show-hunk-inline.el
new 6df8c6aadd move show-hink-inline related code to prevent circular
dependency
new 7c57e8c740 define obsolete aliases for old diff-hl-inline-popup
names
new 1a4dbc7a55 Merge pull request #227 from wyuenho/refactor-show-hunk
new 3cfd44c727 Make ignorable commands customizable
new 05b92b4b1c Merge pull request #228 from
wyuenho/customizable-ignorable-commands
Summary of changes:
diff-hl-inline-popup.el | 289 -------------------------------
diff-hl-show-hunk-inline.el | 401 ++++++++++++++++++++++++++++++++++++++++++++
diff-hl-show-hunk.el | 120 +++----------
3 files changed, 428 insertions(+), 382 deletions(-)
delete mode 100644 diff-hl-inline-popup.el
create mode 100644 diff-hl-show-hunk-inline.el