X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=commit.h;h=bd841f4d0c5e2b7fb8e83d55ba0d0b7e2839bf8a;hb=d35a42a62e6e710f34f0c6f81d3da644a7bbc2dd;hp=c308674120112f09ff8a9625e357c62e2029bbba;hpb=74051fa805b2b4aa6a0c2e6d4663dc8969e80967;p=~andy%2Fgit diff --git a/commit.h b/commit.h index c30867412..bd841f4d0 100644 --- a/commit.h +++ b/commit.h @@ -212,7 +212,7 @@ int in_merge_bases_many(struct commit *, int, struct commit **); extern int interactive_add(int argc, const char **argv, const char *prefix, int patch); extern int run_add_interactive(const char *revision, const char *patch_mode, - const char **pathspec); + const struct pathspec *pathspec); static inline int single_parent(struct commit *commit) {