diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-17 13:30:41 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-17 13:30:42 -0800 |
| commit | e8b7e16e7b3c29b8c8f295914b8bcef347232adc (patch) | |
| tree | d4b731f51f3361651b66166baa2776fa5ace59df | |
| parent | 73f29c8ca98c34283599889a91559e35b015182c (diff) | |
| parent | 6c21e53badfc31883fa30fdb009d6b983e9e42ac (diff) | |
| download | git-e8b7e16e7b3c29b8c8f295914b8bcef347232adc.tar.xz | |
Merge branch 'rs/version-wo-the-repository'
Code clean-up.
* rs/version-wo-the-repository:
version: stop using the_repository
| -rw-r--r-- | version.c | 2 | ||||
| -rw-r--r-- | version.h | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -1,5 +1,3 @@ -#define USE_THE_REPOSITORY_VARIABLE - #include "git-compat-util.h" #include "version.h" #include "strbuf.h" @@ -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[]; |
