We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f7b16 commit ded2c09Copy full SHA for ded2c09
patch-ids.c
@@ -4,7 +4,7 @@
4
#include "sha1-lookup.h"
5
#include "patch-ids.h"
6
7
-static int commit_patch_id(struct commit *commit, struct diff_options *options,
+int commit_patch_id(struct commit *commit, struct diff_options *options,
8
unsigned char *sha1)
9
{
10
if (commit->parents)
patch-ids.h
@@ -13,6 +13,8 @@ struct patch_ids {
13
struct patch_id_bucket *patches;
14
};
15
16
17
+ unsigned char *sha1);
18
int init_patch_ids(struct patch_ids *);
19
int free_patch_ids(struct patch_ids *);
20
struct patch_id *add_commit_patch_id(struct commit *, struct patch_ids *);
0 commit comments