Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pull: pass upload_pack only when it was given
The upload_pack shell variable is initialized to an empty string, so conditional expansion with ${upload_pack+"$upload_pack"} would not work very well. You need a colon there. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information