Improve commits compare. Added tags to autocomplete. Dont look for commits if from & to are empty

This commit is contained in:
Dmitriy Zaporozhets 2012-09-21 11:22:53 +03:00
parent 49fe8fed11
commit 4cc169d3ca
4 changed files with 33 additions and 16 deletions

View file

@ -52,6 +52,7 @@ class CommitsController < ApplicationController
@commits = result[:commits]
@commit = result[:commit]
@diffs = result[:diffs]
@refs_are_same = result[:same]
@line_notes = []
@commits = CommitDecorator.decorate(@commits)