libgit2/tests-clar/repo/repo_helpers.h
2012-10-20 12:07:53 +02:00

6 lines
149 B
C

#include "common.h"
#define NON_EXISTING_HEAD "refs/heads/hide/and/seek"
extern void make_head_orphaned(git_repository* repo, const char *target);