mirror of
https://github.com/git/git.git
synced 2024-11-18 19:13:58 +01:00
http-push: remove "|| 1" to enable verbose check
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
6cbd6e9261
commit
b5e59989eb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user