You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set git-gutter:set-start-revision to HEAD~1 to display the modifications introduced by the last commit, the icons showing line differences relative to HEAD~1 disappear after the interval specified by git-gutter:update-interval, provided that the interval is not zero.
Perhaps the function defsubst git-gutter:start-raw-diff-process (proc-buf original now) should include a check for the start-rev parameter to address this behavior.