diff options
author | Orgad Shaneh <[email protected]> | 2013-05-22 21:31:46 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-05-24 12:29:49 +0200 |
commit | 7bfaf7a946b9e1e512463c3a93c65bb396e40c2c (patch) | |
tree | 20ef32c99260936cdabcad35de1093511c2c19a6 /src/plugins/git/git.pro | |
parent | a9d9d444940dcef7076b59772d7f6f92f29b8d6a (diff) |
Git: Provide a commit editor for files opened externally
Change-Id: I52fccf36cca032dda36102d4be2654eb7461de64
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro index 06634276437..0366c953e11 100644 --- a/src/plugins/git/git.pro +++ b/src/plugins/git/git.pro @@ -62,4 +62,6 @@ include(gitorious/gitorious.pri) RESOURCES += \ git.qrc +OTHER_FILES += Git.mimetypes.xml + include(gerrit/gerrit.pri) |