Thread (12 messages) flat view 12 messages, 3 authors, 2016-06-15

Re: [PATCH 2/2] branch: don't fail listing branches if one of the commits wasn't found

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:48:54
Subsystem: the rest · Maintainer: Linus Torvalds

Simo Melenius wrote:
Signed-off-by: Simo Melenius <redacted>
Except as pointed out by Sverre[1],

  Reviewed-by: Jonathan Nieder [off-list ref]

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;
 }
-- 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help