Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
http-push: use const for strings in signatures
author
Dan McGee
<dpmcgee@gmail.com>
Tue, 3 May 2011 15:47:28 +0000
(23:47 +0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 4 May 2011 20:30:28 +0000
(13:30 -0700)
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a04ff3e
)
diff --git
a/http-push.c
b/http-push.c
index d18346c0f5c9ce73f3fe9a1efc7b1b63e7380bb8..0fce38dab5ffe80834a92f8462879180099475d8 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-169,7
+169,7
@@
enum dav_header_flag {
DAV_HEADER_TIMEOUT = (1u << 2)
};
DAV_HEADER_TIMEOUT = (1u << 2)
};
-static char *xml_entities(char *s)
+static char *xml_entities(c
onst c
har *s)
{
struct strbuf buf = STRBUF_INIT;
while (*s) {
{
struct strbuf buf = STRBUF_INIT;
while (*s) {
@@
-797,7
+797,7
@@
static void handle_new_lock_ctx(struct xml_ctx *ctx, int tag_closed)
}
}
}
}
-static void one_remote_ref(char *refname);
+static void one_remote_ref(c
onst c
har *refname);
static void
xml_start_tag(void *userData, const char *name, const char **atts)
static void
xml_start_tag(void *userData, const char *name, const char **atts)
@@
-1471,7
+1471,7
@@
static int update_remote(unsigned char *sha1, struct remote_lock *lock)
static struct ref *remote_refs;
static struct ref *remote_refs;
-static void one_remote_ref(char *refname)
+static void one_remote_ref(c
onst c
har *refname)
{
struct ref *ref;
struct object *obj;
{
struct ref *ref;
struct object *obj;
@@
-1660,7
+1660,7
@@
static int verify_merge_base(unsigned char *head_sha1, unsigned char *branch_sha
return (merge_bases && !merge_bases->next && merge_bases->item == branch);
}
return (merge_bases && !merge_bases->next && merge_bases->item == branch);
}
-static int delete_remote_branch(char *pattern, int force)
+static int delete_remote_branch(c
onst c
har *pattern, int force)
{
struct ref *refs = remote_refs;
struct ref *remote_ref = NULL;
{
struct ref *refs = remote_refs;
struct ref *remote_ref = NULL;