X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit-reach.h;fp=commit-reach.h;h=148b56fea50629607d2f0dd196cbd4dec08fdcfd;hb=d7f92784c65b143c5ec9f435484146b6098c2f85;hp=b49ad71a3177f7dfb670fedd272e68cc89a03e77;hpb=72a2bfcaf01860ce8dd6921490d903dc0ad59c89;p=thirdparty%2Fgit.git diff --git a/commit-reach.h b/commit-reach.h index b49ad71a31..148b56fea5 100644 --- a/commit-reach.h +++ b/commit-reach.h @@ -87,7 +87,7 @@ int can_all_from_reach_with_flag(struct object_array *from, unsigned int with_flag, unsigned int assign_flag, time_t min_commit_date, - uint32_t min_generation); + timestamp_t min_generation); int can_all_from_reach(struct commit_list *from, struct commit_list *to, int commit_date_cutoff);