git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ccef604
)
update-ref: whitespace fix
author
Pang Yan Han
<redacted>
Thu, 25 Aug 2011 15:40:50 +0000
(23:40 +0800)
committer
Junio C Hamano
<redacted>
Thu, 25 Aug 2011 21:42:11 +0000
(14:42 -0700)
Signed-off-by: Pang Yan Han <redacted>
Signed-off-by: Junio C Hamano <redacted>
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
@@
-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[] = {
git clone https://git.99rst.org/PROJECT