mathieudutour/git-sketch-plugin

Only generate pretty diffs for new/updated symbols

Open

#149 opened on Aug 23, 2017

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (121 forks)github user discovery
featurehelp wanted

Repository metrics

Stars
 (2,423 stars)
PR merge metrics
 (PR metrics pending)

Description

Context: Right now, the plugin generates pretty diffs for every symbol. Repo maintainers are only interested in changes; there's no value in GIT generating pretty diffs for 500+ unchanged symbols.

Request: include a preference to only generate pretty diffs on changed symbols

Contributor guide