summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 223bd93)
raw | patch | inline | side by side (parent: 223bd93)
author | Tay Ray Chuan <rctay89@gmail.com> | |
Tue, 3 Feb 2009 12:39:00 +0000 (20:39 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Feb 2009 06:51:48 +0000 (22:51 -0800) |
The signature of get_remote_object_url stands at 96 characters (as
pointed out by Dscho); this patch wraps it so that it conforms to the
80 characters guideline.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pointed out by Dscho); this patch wraps it so that it conforms to the
80 characters guideline.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c | patch | blob | history |
diff --git a/http-push.c b/http-push.c
index 4b941f4d3e37e191688de64a99809909cbbed8ef..bb00728f1477bc35a2831e889c92bebf4db29487 100644 (file)
--- a/http-push.c
+++ b/http-push.c
#ifdef USE_CURL_MULTI
-static char *get_remote_object_url(const char *url, const char *hex, int only_two_digit_prefix)
+static char *get_remote_object_url(const char *url, const char *hex,
+ int only_two_digit_prefix)
{
struct strbuf buf = STRBUF_INIT;
append_remote_object_url(&buf, url, hex, only_two_digit_prefix);