Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/refs.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-07-21 22:18:57 +0400
committerJunio C Hamano <gitster@pobox.com>2014-07-21 22:18:57 +0400
commit528396a463e4030e19f150e8fddd8d911063e77e (patch)
tree5eac35b8c38fb8c12007ee3c88d37aedd21dfcf3 /refs.h
parentfb0166c674efbc940ac14453129ab81823badf3d (diff)
parente7e0f26eb64de205acaac63da89f47aab78ba229 (diff)
Merge branch 'rs/unify-is-branch'
* rs/unify-is-branch: refs.c: add a public is_branch function
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/refs.h b/refs.h
index c5376cee8d..ec46acdde7 100644
--- a/refs.h
+++ b/refs.h
@@ -128,6 +128,8 @@ extern int repack_without_refs(const char **refnames, int n,
extern int ref_exists(const char *);
+extern int is_branch(const char *refname);
+
/*
* If refname is a non-symbolic reference that refers to a tag object,
* and the tag can be (recursively) dereferenced to a non-tag object,