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:
Friedemann Kleint
2012-04-30 17:26:07 +02:00
parent aefb7d061c
commit 9a5fa0dd48
6 changed files with 254 additions and 11 deletions

View File

@@ -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 \