Signed-off-by: Ronnie Sahlberg <[email protected]>
Signed-off-by: David Turner <[email protected]>
---
refs.c | 7 -------
refs.h | 13 +++++++++++++
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/refs.c b/refs.c
index 76b05f1..9c29899 100644
--- a/refs.c
+++ b/refs.c
@@ -2824,13 +2824,6 @@ int pack_refs(unsigned int flags)
return 0;
}
-/*
- * Rewrite the packed-refs file, omitting any refs listed in
- * 'refnames'. On error, leave packed-refs unchanged, write an error
- * message to 'err', and return a nonzero value.
- *
- * The refs in 'refnames' needn't be sorted. `err` must not be NULL.
- */
int repack_without_refs(struct string_list *refnames, struct strbuf *err)
{
struct ref_dir *packed;
diff --git a/refs.h b/refs.h
index 140aa8b..e0c6ea1 100644
--- a/refs.h
+++ b/refs.h
@@ -218,6 +218,19 @@ extern void warn_dangling_symrefs(FILE *fp, const char
*msg_fmt, const struct st
int pack_refs(unsigned int flags);
/*
+ * Rewrite the packed-refs file, omitting any refs listed in
+ * 'refnames'. On error, packed-refs will be unchanged, the return
+ * value is nonzero, and a message about the error is written to the
+ * 'err' strbuf.
+ *
+ * The refs in 'refnames' needn't be sorted. `err` must not be NULL.
+ */
+extern int repack_without_refs(struct string_list *refnames,
+ struct strbuf *err);
+
+extern int is_branch(const char *refname);
+
+/*
* Return true iff a reference named refname could be created without
* conflicting with the name of an existing reference. If
* skip is non-NULL, ignore potential conflicts with refs in skip
--
2.0.4.315.gad8727a-twtrsrc
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html