Merge branch 'rs/version-wo-the-repository' into next

Code clean-up.

* rs/version-wo-the-repository:
  version: stop using the_repository
next
Junio C Hamano 2026-02-10 12:40:04 -08:00
commit 80809d2b3d
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
#define USE_THE_REPOSITORY_VARIABLE

#include "git-compat-util.h"
#include "version.h"
#include "strbuf.h"

View File

@ -1,8 +1,6 @@
#ifndef VERSION_H
#define VERSION_H

struct repository;

extern const char git_version_string[];
extern const char git_built_from_commit_string[];