Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
Unity
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shane Veasy
Unity
Commits
8e69e8a4
Commit
8e69e8a4
authored
7 years ago
by
Stanley Goldman
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into enhancement/git-lfs-install-task
parents
9ea46783
a7ab9889
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UnityExtension/Assets/Editor/GitHub.Unity/UI/SettingsView.cs
+0
-7
0 additions, 7 deletions
...tyExtension/Assets/Editor/GitHub.Unity/UI/SettingsView.cs
with
0 additions
and
7 deletions
src/UnityExtension/Assets/Editor/GitHub.Unity/UI/SettingsView.cs
+
0
−
7
View file @
8e69e8a4
...
...
@@ -44,7 +44,6 @@ namespace GitHub.Unity
private
const
string
GitInstallPickInvalidMessage
=
"The selected file is not a valid Git install. {0}"
;
private
const
string
GitInstallPickInvalidOK
=
"OK"
;
private
const
string
GitInstallFindButton
=
"Find install"
;
private
const
string
GitInstallButton
=
"New Git install"
;
private
const
string
GitInstallURL
=
"http://desktop.github.com"
;
private
const
string
GitIgnoreRulesTitle
=
"gitignore rules"
;
private
const
string
GitIgnoreRulesEffect
=
"Effect"
;
...
...
@@ -481,12 +480,6 @@ namespace GitHub.Unity
);
}
GUILayout
.
FlexibleSpace
();
// Install button if git is not installed or we want a new install
if
(
GUILayout
.
Button
(
GitInstallButton
,
GUILayout
.
ExpandWidth
(
false
)))
{
Application
.
OpenURL
(
GitInstallURL
);
}
}
GUILayout
.
EndHorizontal
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment