Skip to content

Commit e8b7e16

Browse files
committed
Merge branch 'rs/version-wo-the-repository'
Code clean-up. * rs/version-wo-the-repository: version: stop using the_repository
2 parents 73f29c8 + 6c21e53 commit e8b7e16

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

version.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#define USE_THE_REPOSITORY_VARIABLE
2-
31
#include "git-compat-util.h"
42
#include "version.h"
53
#include "strbuf.h"

version.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef VERSION_H
22
#define VERSION_H
33

4-
struct repository;
5-
64
extern const char git_version_string[];
75
extern const char git_built_from_commit_string[];
86

0 commit comments

Comments
 (0)