On 6/29/2018 5:47 PM, Stefan Beller wrote:
Hi Derrick,
+static int reachable(struct commit *from, int with_flag, int assign_flag,
time_t min_commit_date)
[...]
+ if (commit->date < min_commit_date)
+ continue;
[...]
+int can_all_from_reach_with_flag(str
Hi Derrick,
> +static int reachable(struct commit *from, int with_flag, int assign_flag,
> time_t min_commit_date)
[...]
> + if (commit->date < min_commit_date)
> + continue;
[...]
> +int can_all_from_reach_with_flag(struct object_array from,
> +
Signed-off-by: Derrick Stolee
---
commit-reach.c | 61 +
commit-reach.h | 8 +++
upload-pack.c | 62 +++---
3 files changed, 72 insertions(+), 59 deletions(-)
diff --git a/commit-reach.c b/commit-re
3 matches
Mail list logo