We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現在、git show -s --format=%h によって得られるコミットID(ハッシュ)を COMMIT_ID という環境変数に入れて、slim --version などを呼んだときに表示するようにしている。
git show -s --format=%h
slim --version
$ slim --version Slim Lmntal IMplementation - version 2.3.1 (c2574d4)
しかし、バイナリがGitリポジトリ下にないとき(バンドル版のslimなど)ではCOMMIT_IDが空になってしまう。
$ slim --version Slim Lmntal IMplementation - version 2.4.0 ()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現在、
git show -s --format=%h
によって得られるコミットID(ハッシュ)を COMMIT_ID という環境変数に入れて、slim --version
などを呼んだときに表示するようにしている。しかし、バイナリがGitリポジトリ下にないとき(バンドル版のslimなど)ではCOMMIT_IDが空になってしまう。
The text was updated successfully, but these errors were encountered: