Revision f5d0e162c49320d5069a63a05960fc5a38d72423 authored by René Scharfe on 18 October 2012, 12:02:51 UTC, committed by Junio C Hamano on 18 October 2012, 21:36:16 UTC
Move the code to perform checks on the tip commit of a branch
to its own function.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 87a5461
Raw File
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];

const char *git_user_agent(void);
const char *git_user_agent_sanitized(void);

#endif /* VERSION_H */
back to top