compare: finding tags and branches slow
when you want to compare 2 tags for example, you click 2 select boxes: from and to
the first click does an ajax request and finds you the branches, tags
the second click does the same.
on a project with a lot of branches and tags this can be time consuming.
why not cache the result of the first request and use it to populate the second select box?