Merge branch 'da/styles'
* da/styles: stylefix: asterisks stick to the variable, not the type
This commit is contained in:
2
refs.h
2
refs.h
@ -109,7 +109,7 @@ static inline const char *has_glob_specials(const char *pattern)
|
||||
extern int for_each_rawref(each_ref_fn, void *);
|
||||
|
||||
extern void warn_dangling_symref(FILE *fp, const char *msg_fmt, const char *refname);
|
||||
extern void warn_dangling_symrefs(FILE *fp, const char *msg_fmt, const struct string_list* refnames);
|
||||
extern void warn_dangling_symrefs(FILE *fp, const char *msg_fmt, const struct string_list *refnames);
|
||||
|
||||
/*
|
||||
* Lock the packed-refs file for writing. Flags is passed to
|
||||
|
Reference in New Issue
Block a user