Revision 92657ea597310c05b8f4ac3496ba90496286b5d6 authored by Junio C Hamano on 26 October 2016, 20:14:46 UTC, committed by Junio C Hamano on 26 October 2016, 20:14:47 UTC
"git rebase" immediately after "git clone" failed to find the fork
point from the upstream.

* jk/merge-base-fork-point-without-reflog:
  merge-base: handle --fork-point without reflog
2 parent s caabffa + 4f21454
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