fix decompiling history into git; enable output-folder for git related features #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "aidan9382/asset-tool:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why does this work and the version with the directory doesn't? yeah idk. But hey, this one successfully stages the files, so ill take it
Probably something about
The pathspecs are a list of file names or shell glob patterns that will matched against files in the repository’s working directory
(taken from git2 add_all docs), so its probably double-stacking working directories or somethingfix decompiling history into gitto WIP: fix decompiling history into gitef76dd5922
to4cb8fd1c7d
WIP: fix decompiling history into gitto fix decompiling history into git; enable output-folder for git related featuresTested using a sub-folder of the folder I ran the asset-tool from and everything worked fine (the repository was made and changes were committed without much complaining beyond an initial "repo head error", which is probably not good but I'm not overly bothered about fixing it right now and happened before this change anyways)