-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: gitgutter/TextMate
base: master
head repository: textmate/scm-diff-gutter.tmbundle
compare: master
- 10 commits
- 4 files changed
- 4 contributors
Commits on Oct 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for a84751a - Browse repository at this point
Copy the full SHA a84751aView commit details
Commits on Dec 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 151aa99 - Browse repository at this point
Copy the full SHA 151aa99View commit details
Commits on May 30, 2016
-
Setup SCM marks when opening a document
Previously we would only update marks when saving a document. Currently TextMate will also call our command when creating a new untitled document (in a project which use SCM) so we have to exit early if there is no file name. Requires TextMate 2.0-beta.9.3
Configuration menu - View commit details
-
Copy full SHA for 7205662 - Browse repository at this point
Copy the full SHA 7205662View commit details -
Rename images to have “Template” suffix
This is required starting with TextMate 2.0-beta.9.3.
Configuration menu - View commit details
-
Copy full SHA for 438ffab - Browse repository at this point
Copy the full SHA 438ffabView commit details
Commits on Jun 13, 2016
-
Use circle as image for changed state
Previously it was difficult to tell the added and the changed image apart, especially when scrolling through source code.
Configuration menu - View commit details
-
Copy full SHA for da4f506 - Browse repository at this point
Copy the full SHA da4f506View commit details -
Ignore /usr/bin/git if /usr/bin/xcode-select -p fails
On recent OS versions the /usr/bin/git executable will prompt the user to install git (if Xcode is not already installed) which can cause some user confusion, so we now avoid using /usr/bin/git unless Xcode is installed.
Configuration menu - View commit details
-
Copy full SHA for 834509f - Browse repository at this point
Copy the full SHA 834509fView commit details
Commits on Aug 10, 2016
-
Disable external diff programs
This would open the external program on save, setting the `no-ext-diff` disables this feature.
Configuration menu - View commit details
-
Copy full SHA for fff73b9 - Browse repository at this point
Copy the full SHA fff73b9View commit details
Commits on Sep 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ca69ff6 - Browse repository at this point
Copy the full SHA ca69ff6View commit details
Commits on Aug 8, 2017
-
Fix error in “Update Gutter” for non-UTF-8 encodings
When the document uses an encoding different from UTF-8, the output of `diff_cmd` may contain characters that are not valid UTF-8. This leads to following error: Update Gutter:38:in `block in <main>': invalid byte sequence in UTF-8 (ArgumentError) from Update Gutter:35:in `open' from Update Gutter:35:in `<main>' This is especially annoying because this error pops up every time the document is saved (because the “Update Gutter” command runs on every save). Setting `ascii-8bit` encoding directly on the io object works around the issue as we only care about the beginning part of the line not the actual contents. Fixes textmate#7.Configuration menu - View commit details
-
Copy full SHA for d7dd801 - Browse repository at this point
Copy the full SHA d7dd801View commit details
Commits on Nov 19, 2018
-
Do not update the gutter when opening a document
For documents which have status other than none (or unknown) the command will already be called due to ‘callback.document.did-change-scm-status’. Requires TextMate 2.0-rc.20.
Configuration menu - View commit details
-
Copy full SHA for c5668b6 - Browse repository at this point
Copy the full SHA c5668b6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master