]> source.dussan.org Git - redmine.git/commit
Add "View annotation prior to this change" button in the annotate view of Git (#35432).
authorGo MAEDA <maeda@farend.jp>
Sun, 30 Apr 2023 04:00:57 +0000 (04:00 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 30 Apr 2023 04:00:57 +0000 (04:00 +0000)
commitd97beec1d4cc773dd8fb8a5245efb040235f86b1
treeddbd3486f207256f3072dfacf3598487792cf5de
parent24fc9a2a8e1b3f8212db890d7f82baf2d7a4b535
Add "View annotation prior to this change" button in the annotate view of Git (#35432).

Patch by Takenori TAKAKI.

git-svn-id: https://svn.redmine.org/redmine/trunk@22217 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/repositories_controller.rb
app/views/repositories/annotate.html.erb
config/locales/en.yml
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/scm/adapters/git_adapter.rb
public/stylesheets/scm.css
test/functional/repositories_git_controller_test.rb
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb