Simo Melenius wrote: > Signed-off-by: Simo Melenius <simo.melenius@xxxxxx> Except as pointed out by Sverre[1], Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Thanks. [1] http://thread.gmane.org/gmane.comp.version-control.git/148253/focus=148350 diff --git a/builtin/branch.c b/builtin/branch.c index 2242743..d2d3c26 100644 --- a/builtin/branch.c +++ b/builtin/branch.c @@ -542,7 +542,7 @@ static int print_ref_list(int kinds, int detached, int verbose, int abbrev, stru free_ref_list(&ref_list); if (cb.ret) - error("some refs could not be read, review stderr"); + error("some refs could not be read"); return cb.ret; } -- -- 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