Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup style nit of 'x == NULL' in remote.c
Git style tends to prefer "!x" over "x == NULL". Make it so in these handful of locations that were not following along. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information