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
Currently, the VC scripts (vc for unix and vc.bat for windows) don't handle being run from the repo root well, while they are stored in the preamble folder. They should be patched to support this, so that they can be used with git hooks.
Here is an example error:
~#@❯ .\preamble\vc.bat
gawk: fatal: cannot open source file 'vc-git.awk'for reading: No such file or directory
The text was updated successfully, but these errors were encountered:
NathanielJS1541
changed the title
VC Bundle Files
Patch VC Bundle Scripts To Work Within Preamble Folder
Sep 9, 2024
Currently, the VC scripts (
vc
for unix andvc.bat
for windows) don't handle being run from the repo root well, while they are stored in thepreamble
folder. They should be patched to support this, so that they can be used withgit
hooks.Here is an example error:
The text was updated successfully, but these errors were encountered: