]> git.ipfire.org Git - thirdparty/git.git/blobdiff - patch-ids.c
patch-ids: make commit_patch_id() a public helper function
[thirdparty/git.git] / patch-ids.c
index b7b3e5a1a700d4d2e1656c605697c2cf6345b8a6..a4d00166646d3dc354f3c06e9e75ce7dc3724f6a 100644 (file)
@@ -4,7 +4,7 @@
 #include "sha1-lookup.h"
 #include "patch-ids.h"
 
-static int commit_patch_id(struct commit *commit, struct diff_options *options,
+int commit_patch_id(struct commit *commit, struct diff_options *options,
                    unsigned char *sha1)
 {
        if (commit->parents)