mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 20:21:54 -07:00
9 lines
273 B
C
9 lines
273 B
C
#pragma once
|
|
#define GIT_COMMIT_HASH "@HASH@"
|
|
#define GIT_BRANCH "@BRANCH@"
|
|
#define GIT_COMMIT_MESSAGE "@MESSAGE@"
|
|
#define GIT_COMMIT_DATE "@DATE@"
|
|
#define GIT_DIRTY "@DIRTY@"
|
|
#define GIT_TAG "@TAG@"
|
|
#define GIT_COMMITS "@COMMITS@"
|