forked from qt-creator/qt-creator
Git: Offer recent list of changes for reset --hard.
This makes it easier to remove changed applied for review by Gerrit. Change-Id: I2e3407ae4e74b650d08d53fed37e9aeb11071a4e Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -27,7 +27,8 @@ HEADERS += gitplugin.h \
|
||||
gitutils.h \
|
||||
remotemodel.h \
|
||||
remotedialog.h \
|
||||
branchadddialog.h
|
||||
branchadddialog.h \
|
||||
resetdialog.h
|
||||
|
||||
SOURCES += gitplugin.cpp \
|
||||
gitclient.cpp \
|
||||
@@ -48,7 +49,8 @@ SOURCES += gitplugin.cpp \
|
||||
gitutils.cpp \
|
||||
remotemodel.cpp \
|
||||
remotedialog.cpp \
|
||||
branchadddialog.cpp
|
||||
branchadddialog.cpp \
|
||||
resetdialog.cpp
|
||||
|
||||
FORMS += changeselectiondialog.ui \
|
||||
settingspage.ui \
|
||||
|
||||
Reference in New Issue
Block a user