Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Max Nif Plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Grant Kim
Max Nif Plugin
Commits
9f9c02cc
Commit
9f9c02cc
authored
13 years ago
by
Amorilia
Browse files
Options
Downloads
Patches
Plain Diff
Added niflib as submodule, and added script for creating source archive.
parent
937db845
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
makezip.sh
+6
-0
6 additions, 0 deletions
makezip.sh
niflib
+1
-0
1 addition, 0 deletions
niflib
with
10 additions
and
0 deletions
.gitmodules
0 → 100644
+
3
−
0
View file @
9f9c02cc
[submodule "niflib"]
path = niflib
url = git://niftools.git.sourceforge.net/gitroot/niftools/niflib
This diff is collapsed.
Click to expand it.
makezip.sh
0 → 100755
+
6
−
0
View file @
9f9c02cc
#!/bin/bash
# quick script to create zip file containing all sources
# uses https://github.com/amorilia/git-archive-all
git clean
-xfd
git-archive-all max_nif_plugin-
`
git log
-1
--pretty
=
format:%h
`
.zip
--prefix
max_nif_plugin/
-v
This diff is collapsed.
Click to expand it.
niflib
@
dd61b979
Subproject commit dd61b9790f53a6abfd0f871e1bc6a87082b47cda
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