]> git.proxmox.com Git - libgit2.git/blob - tests/repo/repo_helpers.h
New upstream version 0.28.1+dfsg.1
[libgit2.git] / tests / repo / repo_helpers.h
1 #include "common.h"
2
3 #define NON_EXISTING_HEAD "refs/heads/hide/and/seek"
4
5 extern void make_head_unborn(git_repository* repo, const char *target);
6 extern void delete_head(git_repository* repo);
7 extern int filesystem_supports_symlinks(const char *path);
8 extern void create_tmp_global_config(const char *path, const char *key, const char *val);