We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4c280 commit 7ec9366Copy full SHA for 7ec9366
better-example/git.cc.in
@@ -28,5 +28,5 @@ std::string GitMetadata::Describe() {
28
return "@GIT_DESCRIBE@";
29
}
30
std::string GitMetadata::Branch() {
31
- return "@GIT_BRANCH@"
+ return "@GIT_BRANCH@";
32
0 commit comments