File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 15
15
! * /src /*
16
16
! * /include /*
17
17
! * /tests /*
18
- ! cmake /git_watcher.cmake
19
- ! include /git.cc.in
18
+ include /git.cc
20
19
docs /*
21
20
CMakeCache.txt
22
21
CMakeFiles /*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#include "git.h"
2
2
3
+ // clang-format off
3
4
bool GitMetadata::Populated() { return @GIT_RETRIEVED_STATE@; }
4
5
bool GitMetadata::AnyUncommittedChanges() { return @GIT_IS_DIRTY@; }
5
6
std::string GitMetadata::AuthorName() { return "@GIT_AUTHOR_NAME@"; }
@@ -9,3 +10,4 @@ std::string GitMetadata::CommitDate() { return "@GIT_COMMIT_DATE_ISO8601@"; }
9
10
std::string GitMetadata::CommitSubject() { return "@GIT_COMMIT_SUBJECT@"; }
10
11
std::string GitMetadata::CommitBody() { return @GIT_COMMIT_BODY@; }
11
12
std::string GitMetadata::Describe() { return "@GIT_DESCRIBE@"; }
13
+ // clang-format on
You can’t perform that action at this time.
0 commit comments