Patch #37614 » 0006-Cleanup-Repository-Git-clear_extra_info_of_changeset.patch
app/models/repository/git.rb | ||
---|---|---|
245 | 245 | |
246 | 246 |
v = extra_info["extra_report_last_commit"] |
247 | 247 |
write_attribute(:extra_info, nil) |
248 |
h = {} |
|
249 |
h["extra_report_last_commit"] = v |
|
250 |
merge_extra_info(h) |
|
248 |
merge_extra_info({"extra_report_last_commit" => v}) |
|
251 | 249 |
save(:validate => false) |
252 | 250 |
end |
253 | 251 |
private :clear_extra_info_of_changesets |
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »