VCS[git]: Introduce optional pull --rebase.

Do 'git rebase --abort' if something fails.
This commit is contained in:
Friedemann Kleint
2010-03-19 16:07:34 +01:00
parent 59d827c697
commit bcd020f382
10 changed files with 89 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ public:
public slots:
void setPlainTextDataFiltered(const QByteArray &a);
// Matches the signature of the finished signal of GitCommand
void commandFinishedGotoLine(bool ok, const QVariant &v);
void commandFinishedGotoLine(bool ok, int exitCode, const QVariant &v);
private:
virtual QSet<QString> annotationChanges() const;