-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
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 remote URL をバージョン情報に含める #158
Git remote URL をバージョン情報に含める #158
Conversation
ハッシュが URL になっているとバイナリとソースコードの対応付けがスムーズにできて、ハッシュを表示する意味が増すと考えましたがいかがでしょうか。 |
appveyor ビルドの場合はいいのですが、 ローカルビルドで、push していないコミットの場合あるいは複数の remote リポジトリを |
ハッシュに GitHub へのリンクをつけるのは難しいかもしれませんが、 以下の環境変数を使って APPVEYOR_URL
別 PR で対応するのがいいと思います。 |
#167 で登録しました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTMです。
…e-URL Git remote URL をバージョン情報に含める
Git remote URL をバージョン情報に含める
git config --get remote.origin.url
で remote URL を取得して gitrev.h に出力する