GitSavvy | Full git and GitHub integration with Sublime Text | Code Editor library
kandi X-RAY | GitSavvy Summary
kandi X-RAY | GitSavvy Summary
Sublime Text 3 plugin providing the following features:. Note: GitSavvy requires Git versions at or greater than 2.18.0. Note: Sublime Text 2 is not supported. Also, GitSavvy takes advantage of certain features of ST3 that have bugs in earlier ST3 releases. For the best experience, use the latest ST3 dev build.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Creates a run implementation that runs the program
- Get the run command
- Compute diff between two strings
- Apply a diff to a string
- Run the action
- Find the base commit hash for a given commit line
- Return the commitish hash of the given line
- Returns the commit message of the given line
- Process text commands
- Run the task asynchronously
- Run inline
- Run the diff command
- Runs the log
- Event handler for a window
- Run the graphNavigate
- Runs the workflow
- Called when panel is activated
- Run the inline diff
- Run the diff
- Run the tool
- Runs graph view
- Called when a commit is done
- Run changes on changes
- Open the Git - Savant widget
- Run the fixup hook
- Reload a package
GitSavvy Key Features
GitSavvy Examples and Code Snippets
Community Discussions
Trending Discussions on GitSavvy
QUESTION
Git isn't using English as default language in my system and I can't figure out why. I'm on macOS 10.13.6 and using the last Git installed with Homebrew.
In some apps that have git integration, natively or with a package, like Sublime Text or Fork, some git messages are provided in Spanish.
My system was installed in English, and English is the main language os the system. I have Spanish set as secondary language in the system and a Spanish keyboard, though.
I'm Spanish and I understand the messages, but I have everything setup in English and I don't know why this messages are popping up.
On terminal everything is English and in the .bash_profile
I have set up:
ANSWER
Answered 2019-Mar-14 at 10:29I finally figure it out!
The problem only happens with Homebrew's Git and seems that have been several comments and issues in the Homebrew's issue tracker (#37331, #31980 and this particular comment) that sadly haven't been addressed by Homebrew's team.
The problem arises then Homebrew's Git is installed in a system where English is the default language and there is also other secondary languages. It seems to be related to gettext.
There are a couple of solutions:
Install the original Git binary. If you are Homebrew user this is a poor solution since you probably like to have everything installed with Homebrew for convenience.
Parse language environmental variables to the apps affected when they call Git. This was possible in with Sublime Text's Savvy package, but perhaps it isn't always possible.
For terminal is easy. You just add to your terminal profile~/.bash_profile
or~/.zshrc
or whatever:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install GitSavvy
You can use GitSavvy like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page