Improve commits compare. Added tags to autocomplete. Dont look for commits if from & to are empty
This commit is contained in:
parent
49fe8fed11
commit
4cc169d3ca
4 changed files with 33 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue