Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transport_get(): drop unnecessary check for !remote
At the beginning of the function we make sure remote is not NULL, and the remainder of the funciton already depends on it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information