Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Toolchain update: avoid Javascript interpreting git log
git log entries may themselves use backticks, which prematurely ended the string (and then caused Javascript syntax errors). Avoid this problem by using the environment variable rather than having Javascript see the string contents (of that environment variable).
- Loading branch information