lib/capistrano/notifier/templates/mail.text.erb in capistrano-notifier-0.2.2 vs lib/capistrano/notifier/templates/mail.text.erb in capistrano-notifier-0.3.0
- old
+ new
@@ -1,10 +1,21 @@
\ No newline at end of file
+Deployer: <%= user_name %>
+Application: <%= application.titleize %>
+Branch: <%= branch %>
+Environment: <%= stage %>
+Time: <%= now.strftime("%m/%d/%Y") %> at <%= now.strftime("%I:%M %p %Z") %>
+
+Compare:
+<%= git_compare_prefix %>/<%= git_range.gsub('..', '...') %>
+
+Commits:
+<%= git_log %>