From: Sean Date: Sun, 14 May 2006 01:43:00 +0000 (-0400) Subject: Add "--branches", "--tags" and "--remotes" options to git-rev-parse. X-Git-Tag: v1.4.0-rc1~135^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a62be77f5ebdbbd46d6956dc4d07571835588389;hp=a62be77f5ebdbbd46d6956dc4d07571835588389;p=git.git Add "--branches", "--tags" and "--remotes" options to git-rev-parse. "git branch" uses "rev-parse --all" and becomes much too slow when there are many tags (it scans all refs). Use the new "--branches" option of rev-parse to speed things up. Signed-off-by: Sean Estabrooks Signed-off-by: Junio C Hamano ---