2016-06-03 14:09:45 -04:00
|
|
|
- @no_container = true
|
2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Compare"
|
2013-06-23 12:47:22 -04:00
|
|
|
= render "projects/commits/head"
|
2012-09-25 23:13:19 -04:00
|
|
|
|
2016-06-30 09:01:26 -04:00
|
|
|
%div{ class: container_class }
|
2016-06-21 14:16:28 -04:00
|
|
|
.sub-header-block
|
2016-10-10 09:44:00 -04:00
|
|
|
Compare Git revisions.
|
2016-06-03 14:09:45 -04:00
|
|
|
%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.
|
2012-09-25 23:13:19 -04:00
|
|
|
|
2016-06-03 14:09:45 -04:00
|
|
|
.prepend-top-20
|
|
|
|
= render "form"
|