Johannes Schindelin schrieb:
On Tue, 4 Sep 2007, Carlos Rica wrote:
+int update_ref_or_die(const char *action, const char *refname,
+ const unsigned char *sha1,
+ const unsigned char *oldval, int flags)
Should this not be "void"? And should it not use update_ref_or_error()?
It should not use *_error() directly because then it would print two error
messages in a row.
-- Hannes
-
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