forked from qt-creator/qt-creator
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:
committed by
Tobias Hunger
parent
7df112b687
commit
81bf2ec154
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user