From: pangyanhan@gmail.com
To: git@vger.kernel.org
Cc: Pang Yan Han <pangyanhan@gmail.com>
Subject: [PATCH] update-ref: whitespace fix
Date: Thu, 25 Aug 2011 23:40:50 +0800 [thread overview]
Message-ID: <1314286850-11080-1-git-send-email-pangyanhan@gmail.com> (raw)
From: Pang Yan Han <pangyanhan@gmail.com>
Signed-off-by: Pang Yan Han <pangyanhan@gmail.com>
---
builtin/update-ref.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/builtin/update-ref.c b/builtin/update-ref.c
index 76ba1d5..835c62a 100644
--- a/builtin/update-ref.c
+++ b/builtin/update-ref.c
@@ -11,7 +11,7 @@ static const char * const git_update_ref_usage[] = {
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[] = {
--
1.7.6.1.385.gb7fcd0
next reply other threads:[~2011-08-25 15:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-25 15:40 pangyanhan [this message]
2011-08-25 21:48 ` [PATCH] update-ref: whitespace fix Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1314286850-11080-1-git-send-email-pangyanhan@gmail.com \
--to=pangyanhan@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).