2015-09-11 14:41:01 +05:30
|
|
|
- page_title "Compare"
|
2015-09-25 12:07:36 +05:30
|
|
|
= render "projects/commits/header_title"
|
2014-09-02 18:07:02 +05:30
|
|
|
= render "projects/commits/head"
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.gray-content-block
|
2014-09-02 18:07:02 +05:30
|
|
|
Compare branches, tags or commit ranges.
|
|
|
|
%br
|
|
|
|
Fill input field with commit id like
|
|
|
|
%code.label-branch 4eedf23
|
|
|
|
or branch/tag name like
|
|
|
|
%code.label-branch master
|
|
|
|
and press compare button for the commits list and a code diff.
|
|
|
|
%br
|
|
|
|
Changes are shown <b>from</b> the version in the first field <b>to</b> the version in the second field.
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.prepend-top-20
|
|
|
|
= render "form"
|