

The git_diff_target setting controls base document source.In coordination with the new Git functionality, diffs can be calculated against HEAD or the index.

The setting mini_diff controls incremental diff behavior.Diff markers show added, modified and deleted lines.All changes to a document are now represented by dedicated markers in the gutter.All file reads are done through a custom, high-performance Git library written for Sublime Merge.The setting show_git_status allows disabling Git integration.Themes may customize the display of sidebar badges and status bar information.Commands have been added to open a repository, see file or folder history, or blame a file in Sublime Merge.The current Git branch and number of modifications is displayed in the status bar.Ignored files and folders are visually de-emphasized.Files and folders in the sidebar will now display badges to indicate Git status.See also the Announcement Post NEW: Git Integration API: Fixed regression with phantoms interfering with home/end behavior.API: Fixed an incompatibility with SublimeREPL.

