projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cbd6e9
)
http-push: remove "|| 1" to enable verbose check
author
Tay Ray Chuan
<rctay89@gmail.com>
Tue, 2 Mar 2010 10:49:27 +0000
(18:49 +0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 2 Mar 2010 19:10:36 +0000
(11:10 -0800)
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
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 432b20f2d9a750263d930683e770413ac5328935..415b1ab0a7f0a98e3a16f82c39bbcc9b04f85ac2 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-1965,7
+1965,7
@@
int main(int argc, char **argv)
}
if (!hashcmp(ref->old_sha1, ref->peer_ref->new_sha1)) {
- if (push_verbosely
|| 1
)
+ if (push_verbosely)
fprintf(stderr, "'%s': up-to-date\n", ref->name);
if (helper_status)
printf("ok %s up to date\n", ref->name);