On Mon, 2015-10-05 at 11:06 +0200, Michael Haggerty wrote:
quoted
+ /*
+ * Check for entries in extras that start with "$refname/". We
+ * do that by looking for the place where "$refname/" would be
+ * inserted in extras. If there is an entry at that position
+ * that starts with "$refname/" and is not in skip, then we
+ * have a conflict.
+ */
Would you please turn this comment (or something like it) into a
docstring for this function in refs.h?
Yes, thanks.