From: Junio C Hamano Date: Tue, 30 Jan 2007 05:53:28 +0000 (-0800) Subject: gitk: Use show-ref instead of ls-remote X-Git-Tag: v1.5.0-rc4~5^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0f57a31b4c7f8784b70535681a669b7746f38f1c?hp=0f57a31b4c7f8784b70535681a669b7746f38f1c gitk: Use show-ref instead of ls-remote It used to be ls-remote on self was the only easy way to grab the ref information. Now we have show-ref which does not involve fork and IPC, so use it. Signed-off-by: Junio C Hamano ---