forked from qt-creator/qt-creator
Fixed parsing of git status so that one can check out a branch when not on a branch before.
This commit is contained in:
@@ -191,7 +191,8 @@ public:
|
||||
StatusResult gitStatus(const QString &workingDirectory,
|
||||
bool untracked = false,
|
||||
QString *output = 0,
|
||||
QString *errorMessage = 0);
|
||||
QString *errorMessage = 0,
|
||||
bool *onBranch = 0);
|
||||
|
||||
GitSettings settings() const;
|
||||
void setSettings(const GitSettings &s);
|
||||
|
||||
Reference in New Issue
Block a user