Remove comment lines from the git commit message (as git commit -F does not do that)

Reviewed-by:  dt <qtc-committer@nokia.com>
 enter the commit message for your changes. Lines starting
This commit is contained in:
Friedemann Kleint
2009-03-24 15:46:58 +01:00
parent de6166fc91
commit 9b7274a011
2 changed files with 22 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ public:
void setCommitData(const CommitData &);
GitSubmitEditorPanelData panelData() const;
virtual QString fileContents() const;
signals:
void diff(const QStringList &unstagedFiles, const QStringList &stagedFiles);