VcsGutter icon indicating copy to clipboard operation
VcsGutter copied to clipboard

A plugin for Sublime Text 2 and 3 to show diffs from Git, Mercurial, or Subversion in the editor's gutter.

Results 17 VcsGutter issues
Sort by recently updated
recently updated
newest added

I wan't to ignore changes in indentation. An extra option would be nice for that, ex: ``` "vcs_arguments": { "diff": "--ignore-space-at-eol", "git": "", "hg": "", "svn": "-x -w" } ```...

This patch brings Fossil-SCM support. Some of the meta_data_directory code has been changed as Fossil checkout metadata file can be named either _FOSSIL_ or .fslckout.

Is there something I can change in my OS settings to make this work, or does the package need to be updated?

This plugin looks great, but unfortunately it's showing every line as changed in every file I open, despite only changing a few lines (or nothing at all). I'm inside an...

I'm using this with SublimeLinter and it overwrites the SublimeLinter Gutter. It would be nice if you could somehow avoid that behavior. see also: same problem: jisaacks/GitGutter/issues/113 solution: jisaacks/GitGutter/pull/254 general...

In an svn repository with ignored folders (`svn propset svn:ignore`) vcs gutter still executes on files within this ignored folder. Don't know whether it is the case in git/hg repos...

Would be nice if the plugin could detect when the edited file is a symlink to a file under versioncontrol. Seems like [Python can detect if a file is a...

Hey This is a bug which has been reported for ArcticTypescript here. https://github.com/Phaiax/ArcticTypescript/issues/12 ArcticTypescript creates views without associated file ``` >>> import sublime >>> myview = sublime.active_window().new_file() >>> myview >>>...

This compares against head by default but it would be awesome to be able to choose another commit.