Code

Merge branch 'jn/grep-open'
[git.git] / builtin / blame.c
index 9b88ce9256279728028c2648703ee150ee8a9e0e..01e62fdeb00b2d085efe96a07f2ee77776081a69 100644 (file)
@@ -91,10 +91,10 @@ struct origin {
  * if the textconv driver exists.
  * Return 1 if the conversion succeeds, 0 otherwise.
  */
-static int textconv_object(const char *path,
-                          const unsigned char *sha1,
-                          char **buf,
-                          unsigned long *buf_size)
+int textconv_object(const char *path,
+                   const unsigned char *sha1,
+                   char **buf,
+                   unsigned long *buf_size)
 {
        struct diff_filespec *df;
        struct userdiff_driver *textconv;