On Thu, Feb 4, 2016 at 4:03 AM, Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> wrote: > @@ -732,7 +743,7 @@ static void receive_needs(void) > if (depth == 0 && !deepen_rev_list && shallows.nr == 0) > return; > if (depth > 0 && deepen_rev_list) > - die("--depth and --shallow-since cannot be used together"); > + die("--depth and --shallow-since (or --shallow-exclude) cannot be used together"); Also, does this change belong in patch 21/25? > if (depth > 0) > deepen(depth, &shallows); > else if (deepen_rev_list) { -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html