MCPcopy
hub / github.com/jisaacks/GitGutter

github.com/jisaacks/GitGutter @st2-1.10.3 sqlite

repository ↗ · DeepWiki ↗ · release st2-1.10.3 ↗
287 symbols 769 edges 28 files 215 documented · 75%
README

GitGutter

A Sublime Text plug-in to show information about files in a git repository:

  1. Gutter Icons indicating inserted, modified or deleted lines
  2. Diff Popup with details about modified lines
  3. Status Bar Text with information about file and repository

and provides some commands like:

  1. Goto Change to navigate between modified lines
  2. Copy from Commit to copy the original content from the commit
  3. Revert to Commit to revert a modified hunk to the original state in a commit

Gutter Icons & Status Bar Text

screenshot

The icons of the default theme have the following meaning:

Icon Description
inserted inserted line
changed modified line
deleted deleted region borders
ignored ignored file
untracked untracked file

Diff Popup

The diff popup shows the original content from the commit or the differences between it and the working content.

requires Sublime Text 3 Build 3124+ and mdpopups 2.0.0+

diff_popup_screenshot

The toolbar provides some commands to interact with or modify the changes.

symbol meaning of the symbol
× close the popup
goto to first change
goto to previous change
goto to next change
≈, ≉ enable/disable difference highlighting
copy the original content from the commit
revert a modified hunk to the original state in a commit

Documentation

Please read https://jisaacks.github.io/GitGutter/ for detailed information about

Core symbols most depended-on inside this repo

get
called by 74
modules/settings.py
then
called by 23
modules/promise.py
execute_async
called by 11
modules/handler.py
_is_resolved
called by 11
modules/promise.py
_dump_lines
called by 9
modules/popup/differ.py
update
called by 7
modules/view.py
_dump_chunk
called by 7
modules/popup/differ.py
set_compare_against
called by 6
modules/handler.py

Shape

Method 171
Function 75
Class 41

Languages

Python100%

Modules by API surface

modules/handler.py40 symbols
modules/commands.py30 symbols
modules/events.py25 symbols
release.py19 symbols
modules/show_diff.py19 symbols
modules/settings.py15 symbols
modules/promise.py15 symbols
tests/test_json.py14 symbols
tests/test_promise.py11 symbols
modules/reload.py11 symbols
modules/compare.py11 symbols
modules/view.py9 symbols

For agents

$ claude mcp add GitGutter \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact