From: Giuseppe Bilotta Date: Thu, 11 Nov 2010 12:26:10 +0000 (+0100) Subject: gitweb: git_get_heads_list accepts an optional list of refs X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/bc3fdc02f215ec2408fd9233e7d410f192f0d0b566ef7909413bf2479635b3f6?hp=bc3fdc02f215ec2408fd9233e7d410f192f0d0b566ef7909413bf2479635b3f6 gitweb: git_get_heads_list accepts an optional list of refs git_get_heads_list(limit, class1, class2, ...) can now be used to retrieve refs/class1, refs/class2 etc. Defaults to ('heads', 'remotes') or ('heads') depending on whether the 'remote_heads' feature is enabled or not. Signed-off-by: Giuseppe Bilotta Acked-by: Jakub Narebski Signed-off-by: Junio C Hamano ---