Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.c - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca686538652300f26cd838ea40110480200f4c12 (plain)
1
2
3
4
#include "git-compat-util.h"
#include "version.h"

const char git_version_string[] = GIT_VERSION;