fix decompiling history into git; enable output-folder for git related features #7

Merged
Quaternions merged 7 commits from aidan9382/asset-tool:master into staging 2024-10-01 20:08:01 +00:00
Member

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 something

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 something
aidan9382 added 1 commit 2024-10-01 19:37:29 +00:00
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
aidan9382 changed title from fix decompiling history into git to WIP: fix decompiling history into git 2024-10-01 19:39:14 +00:00
aidan9382 added 1 commit 2024-10-01 19:44:51 +00:00
Repository-based logic seems to automatically be made relative to the top-level path the repo was initialised with, so we can actually support an output folder with no issues here
aidan9382 force-pushed master from ef76dd5922 to 4cb8fd1c7d 2024-10-01 19:45:06 +00:00 Compare
aidan9382 changed title from WIP: fix decompiling history into git to fix decompiling history into git; enable output-folder for git related features 2024-10-01 19:45:20 +00:00
Author
Member

Tested 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)

Tested 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)
Quaternions changed target branch from master to staging 2024-10-01 20:05:31 +00:00
Quaternions merged commit c6a8246513 into staging 2024-10-01 20:08:01 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: StrafesNET/asset-tool#7
No description provided.