- Aug 18, 2017
-
-
Stanley Goldman authored
-
- Aug 16, 2017
-
-
Stanley Goldman authored
-
- Aug 15, 2017
-
-
Andreia Gaita authored
Add symlink resolver so we can figure out paths properly
-
Andreia Gaita authored
-
Andreia Gaita authored
-
Andreia Gaita authored
We want the GitExecutablePath to reflect where the binary was found, and the GitInstallPath to reflect where it is installed. When the binary is a symlink (like /usr/local/bin/git -> ../Cellar/git/2.12.2/bin/git), this means GitExecutablePath will have /usr/local/bin/git and GitInstallPath will have /usr/local/Cellar/git/2.12.2/bin
-
Andreia Gaita authored
-
Andreia Gaita authored
Fixes #192 On non-windows, git and other files might be symlinks, so when we're using them as a base for determining parent directories, we may need to resolve the symlink first. The rules for automatically doing symlink resolution are tricky, so for now just do it manually.
-
Stanley Goldman authored
Fix opening a command line window on mac
-
Andreia Gaita authored
Fixes #189
-
- Aug 14, 2017
-
-
Stanley Goldman authored
This reverts commit cac6b235.
-
Andreia Gaita authored
Issue template: Correcting path to the debug log on a mac
-
Andreia Gaita authored
-
Stanley Goldman authored
Fix to not load the Keychain on application startup
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Andreia Gaita authored
Moving BaseWindow to it's own file for clarity's sake
-
Andreia Gaita authored
Fixing UnityYAMLMerge path
-
Stanley Goldman authored
-
- Aug 11, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
-
- Aug 08, 2017
-
-
Stanley Goldman authored
-
Stanley Goldman authored
Fix to set correct clone url based on environment os
-
Stanley Goldman authored
-
Andreia Gaita authored
UI and Functionality to Publish
-
Andreia Gaita authored
Fixes to update name/email in Settings View
-
Andreia Gaita authored
-
Andreia Gaita authored
Fix 2017.x support
-
Andreia Gaita authored
Add support for setting name and email when there is no repository yet.
-
Andreia Gaita authored
When Unity restarts the serialized field is null, not empty, which can lead to CurrentDirectory being set to .
-
Stanley Goldman authored
-
Andreia Gaita authored
Unity 2017 has broken ABI compat on Texture2D.LoadImage by moving the method from the Texture2D type to a separate class as an extension method. Sigh.
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Andreia Gaita authored
-
Andreia Gaita authored
Updating display correctly when the remote is removed
-
Stanley Goldman authored
-
Stanley Goldman authored
-
Stanley Goldman authored
Merge remote-tracking branch 'remotes/origin/fixes/settings-view-git-remote-update' into fixes/name-email-update
-