diff --git a/src/app/git.coffee b/src/app/git.coffee index f824406e8..502b30203 100644 --- a/src/app/git.coffee +++ b/src/app/git.coffee @@ -107,7 +107,7 @@ class Git headCheckedOut getDiffStats: (path) -> - _.clone(@getRepo().getDiffStats(@relativize(path))) + @getRepo().getDiffStats(@relativize(path)) isSubmodule: (path) -> @getRepo().isSubmodule(@relativize(path))