summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ccef604)
raw | patch | inline | side by side (parent: ccef604)
author | Pang Yan Han <pangyanhan@gmail.com> | |
Thu, 25 Aug 2011 15:40:50 +0000 (23:40 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 25 Aug 2011 21:42:11 +0000 (14:42 -0700) |
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/update-ref.c | patch | blob | history |
diff --git a/builtin/update-ref.c b/builtin/update-ref.c
index 76ba1d5881b3cddc527bd363dec340c83dde605f..835c62ab15c742af2f75e7bf66e35501701ed15a 100644 (file)
--- a/builtin/update-ref.c
+++ b/builtin/update-ref.c
int cmd_update_ref(int argc, const char **argv, const char *prefix)
{
- const char *refname, *oldval, *msg=NULL;
+ const char *refname, *oldval, *msg = NULL;
unsigned char sha1[20], oldsha1[20];
int delete = 0, no_deref = 0, flags = 0;
struct option options[] = {