fetch: make the code more understandable
commit9528b80b1a269540e12c95346f0c4b06a27dc37c
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 4 Jun 2019 02:13:29 +0000 (3 21:13 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jun 2019 18:28:58 +0000 (4 11:28 -0700)
tree60b88a6ecce92d82c831e06f343804cd9bdb4fca
parenta8363b57193ea3e881367ff06035d4a2fe021d59
fetch: make the code more understandable

The comment makes it seem as if the condition is the other way around.
The exception is when the oid is null, so check for that.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c