Merge branch 'pw/message-cleanup'
Many error/warning messages had extra trailing newlines that are unnecessary. By Pete Wyckoff * pw/message-cleanup: remove blank filename in error message remove superfluous newlines in error messages
This commit is contained in:
@ -1793,7 +1793,7 @@ int bind_merge(struct cache_entry **src,
|
||||
struct cache_entry *a = src[1];
|
||||
|
||||
if (o->merge_size != 1)
|
||||
return error("Cannot do a bind merge of %d trees\n",
|
||||
return error("Cannot do a bind merge of %d trees",
|
||||
o->merge_size);
|
||||
if (a && old)
|
||||
return o->gently ? -1 :
|
||||
|
Reference in New Issue
Block a user