We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73f29c8 + 6c21e53 commit e8b7e16Copy full SHA for e8b7e16
2 files changed
version.c
@@ -1,5 +1,3 @@
1
-#define USE_THE_REPOSITORY_VARIABLE
2
-
3
#include "git-compat-util.h"
4
#include "version.h"
5
#include "strbuf.h"
version.h
@@ -1,8 +1,6 @@
#ifndef VERSION_H
#define VERSION_H
-struct repository;
6
extern const char git_version_string[];
7
extern const char git_built_from_commit_string[];
8
0 commit comments