Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Godot Git Plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reuben Wiles Maguire
Godot Git Plugin
Commits
00831159
Commit
00831159
authored
Dec 14, 2023
by
Reuben Wiles Maguire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
40 additions
and
0 deletions
+40
-0
LICENSE
addons/godot-git-plugin/LICENSE
+21
-0
THIRDPARTY.md
addons/godot-git-plugin/THIRDPARTY.md
+0
-0
git_plugin.gdextension
addons/godot-git-plugin/git_plugin.gdextension
+12
-0
libgit_plugin.linux.editor.x86_64.so
...dot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so
+0
-0
libgit_plugin.macos.editor.universal.dylib
...t-plugin/macos/libgit_plugin.macos.editor.universal.dylib
+0
-0
plugin.cfg
addons/godot-git-plugin/plugin.cfg
+7
-0
libgit_plugin.windows.editor.x86_64.dll
...-git-plugin/win64/libgit_plugin.windows.editor.x86_64.dll
+0
-0
libgit_plugin.windows.editor.x86_64.exp
...-git-plugin/win64/libgit_plugin.windows.editor.x86_64.exp
+0
-0
libgit_plugin.windows.editor.x86_64.lib
...-git-plugin/win64/libgit_plugin.windows.editor.x86_64.lib
+0
-0
No files found.
addons/godot-git-plugin/LICENSE
0 → 100644
View file @
00831159
MIT License
Copyright (c) 2016-2023 The Godot Engine community
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
addons/godot-git-plugin/THIRDPARTY.md
0 → 100644
View file @
00831159
This diff is collapsed.
Click to expand it.
addons/godot-git-plugin/git_plugin.gdextension
0 → 100644
View file @
00831159
[configuration]
entry_symbol = "git_plugin_init"
compatibility_minimum = "4.1.0"
[libraries]
macos.editor = "macos/libgit_plugin.macos.editor.universal.dylib"
windows.editor.x86_64 = "win64/libgit_plugin.windows.editor.x86_64.dll"
linux.editor.x86_64 = "linux/libgit_plugin.linux.editor.x86_64.so"
linux.editor.arm64 = "linux/libgit_plugin.linux.editor.arm64.so"
linux.editor.rv64 = ""
addons/godot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so
0 → 100644
View file @
00831159
File added
addons/godot-git-plugin/macos/libgit_plugin.macos.editor.universal.dylib
0 → 100644
View file @
00831159
File added
addons/godot-git-plugin/plugin.cfg
0 → 100644
View file @
00831159
[plugin]
name="Godot Git Plugin"
description="This plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki"
author="twaritwaikar"
version="v3.0.1"
script="godot-git-plugin.gd"
addons/godot-git-plugin/win64/libgit_plugin.windows.editor.x86_64.dll
0 → 100644
View file @
00831159
File added
addons/godot-git-plugin/win64/libgit_plugin.windows.editor.x86_64.exp
0 → 100644
View file @
00831159
File added
addons/godot-git-plugin/win64/libgit_plugin.windows.editor.x86_64.lib
0 → 100644
View file @
00831159
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment