]> git.ipfire.org Git - thirdparty/git.git/commit - help.c
move git_version_string into version.c
authorJeff King <peff@peff.net>
Sat, 2 Jun 2012 18:51:42 +0000 (14:51 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Jun 2012 20:11:34 +0000 (13:11 -0700)
commit816fb46be665c8b63647f0096845fef363736b20
tree4a8921bb8bfadd1916a7a31c1b7b9e9726e98a8a
parent5498c5f05283cd248fd5e4f48cb8902e9ca6ce28
move git_version_string into version.c

The global git_version_string currently lives in git.c, but
doesn't have anything to do with the git wrapper. Let's move
it into its own file, where it will be more appropriate to
build more version-related functions.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin.h
builtin/log.c
git.c
help.c
version.c [new file with mode: 0644]
version.h [new file with mode: 0644]