You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
When running onyo new --clone <path> with the newest onyo version as of now, the commit message does not contain the name of the new asset, it uses the that I specified after --clone.
Everything done is right, the new asset is as expected, and the diff output is also correct.
But the commit message generated is this: new [1]: groups/dp/Alex Waite/display_dell_u2722de.6PFX7H3, it uses the path given to --clone, not the path of the actual new asset.
When running
onyo new --clone <path>with the newest onyo version as of now, the commit message does not contain the name of the new asset, it uses the that I specified after--clone.Version and Example:
Then running:
This spawns the editor, I changed the serial to "AAAAAAA". The output and diff is then:
Everything done is right, the new asset is as expected, and the diff output is also correct.
But the commit message generated is this:
new [1]: groups/dp/Alex Waite/display_dell_u2722de.6PFX7H3, it uses the path given to--clone, not the path of the actual new asset.