Git: Auto stash for branches

Allow user to handle local changes when switching branches.

Task-number: QTCREATORBUG-8417
Change-Id: I62d615aadfbd81c8ae03f3cd292b98773a36e1e7
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Petar Perisin
2012-12-16 20:35:58 +01:00
committed by Tobias Hunger
parent 7df112b687
commit 81bf2ec154
6 changed files with 331 additions and 4 deletions

View File

@@ -29,7 +29,8 @@ HEADERS += gitplugin.h \
remotedialog.h \
branchadddialog.h \
resetdialog.h \
mergetool.h
mergetool.h \
branchcheckoutdialog.h
SOURCES += gitplugin.cpp \
gitclient.cpp \
@@ -52,7 +53,8 @@ SOURCES += gitplugin.cpp \
remotedialog.cpp \
branchadddialog.cpp \
resetdialog.cpp \
mergetool.cpp
mergetool.cpp \
branchcheckoutdialog.cpp
FORMS += changeselectiondialog.ui \
settingspage.ui \
@@ -61,7 +63,8 @@ FORMS += changeselectiondialog.ui \
stashdialog.ui \
remotedialog.ui \
remoteadditiondialog.ui \
branchadddialog.ui
branchadddialog.ui \
branchcheckoutdialog.ui
include(gitorious/gitorious.pri)