lib/ refactoring. Module Gitlabhq renamed to Gitlab
This commit is contained in:
parent
8ceb94081a
commit
3272620f72
20 changed files with 87 additions and 85 deletions
|
@ -15,11 +15,11 @@ end
|
|||
|
||||
Grit::Diff.class_eval do
|
||||
def old_path
|
||||
Gitlabhq::Encode.utf8 a_path
|
||||
Gitlab::Encode.utf8 a_path
|
||||
end
|
||||
|
||||
def new_path
|
||||
Gitlabhq::Encode.utf8 b_path
|
||||
Gitlab::Encode.utf8 b_path
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue