Skip to content

Commit b5e5998

Browse files
rctaygitster
authored andcommitted
http-push: remove "|| 1" to enable verbose check
Signed-off-by: Tay Ray Chuan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6cbd6e9 commit b5e5998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-push.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ int main(int argc, char **argv)
19651965
}
19661966

19671967
if (!hashcmp(ref->old_sha1, ref->peer_ref->new_sha1)) {
1968-
if (push_verbosely || 1)
1968+
if (push_verbosely)
19691969
fprintf(stderr, "'%s': up-to-date\n", ref->name);
19701970
if (helper_status)
19711971
printf("ok %s up to date\n", ref->name);

0 commit comments

Comments
 (0)