Fixed. Thanks!
On Fri, Aug 8, 2014 at 10:27 AM, David Turner wrote:
> On Fri, 2014-08-08 at 09:44 -0700, Ronnie Sahlberg wrote:
>> + * Check is a particular refname is available for creation. skip
>> contains
>
> s/Check is/Check that/'
>
>> + * a list of refnames to exclude from the refname col
On Fri, 2014-08-08 at 09:44 -0700, Ronnie Sahlberg wrote:
> + * Check is a particular refname is available for creation. skip
> contains
s/Check is/Check that/'
> + * a list of refnames to exclude from the refname collission tests.
"collision"
> + */
> +int is_refname_available(const char *refn
Export a generic is_refname_available() function. We will need this
as a public shared function later when we add additional refs backends
since we want to keep using the same rules for ref naming across
all backends.
Signed-off-by: Ronnie Sahlberg
---
refs.c | 29 ++---
3 matches
Mail list logo