File: repo_helpers.h

package info (click to toggle)
libgit2 1.1.0%2Bdfsg.1-4%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 53,324 kB
  • sloc: ansic: 173,567; sh: 562; python: 351; php: 65; makefile: 50
file content (7 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#include "common.h"

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

extern void make_head_unborn(git_repository* repo, const char *target);
extern void delete_head(git_repository* repo);
extern void create_tmp_global_config(const char *path, const char *key, const char *val);