repo_helpers.h 194 Bytes
Newer Older
1 2 3 4
#include "common.h"

#define NON_EXISTING_HEAD "refs/heads/hide/and/seek"

5
extern void make_head_unborn(git_repository* repo, const char *target);
6
extern void delete_head(git_repository* repo);