mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Don't validate the repository when updating/clearing extra info (#19400).
git-svn-id: http://svn.redmine.org/redmine/trunk@14143 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e9caae140d
commit
98c28b467b
@ -209,7 +209,7 @@ class Repository::Git < Repository
|
||||
end
|
||||
h["heads"] = repo_heads.dup
|
||||
merge_extra_info(h)
|
||||
self.save
|
||||
save(:validate => false)
|
||||
end
|
||||
private :save_revisions
|
||||
|
||||
@ -251,7 +251,7 @@ class Repository::Git < Repository
|
||||
h = {}
|
||||
h["extra_report_last_commit"] = v
|
||||
merge_extra_info(h)
|
||||
self.save
|
||||
save(:validate => false)
|
||||
end
|
||||
private :clear_extra_info_of_changesets
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user