Re: [PATCH 01/22] refs.c: create a public function for is_refname_available

2014-08-11 Thread Ronnie Sahlberg
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 collission tests.
>
> "collision"
>
>> + */
>> +int is_refname_available(const char *refname, const char **skip, int
>> skipnum);
>> +
>> +/*
>
>
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 01/22] refs.c: create a public function for is_refname_available

2014-08-08 Thread David Turner
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 *refname, const char **skip, int
> skipnum);
> +
> +/*


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html