forked from qt-creator/qt-creator
Git: Implement "Fixup previous commit"
Change-Id: Ia2584ff975ed0db614dc878a70ce4adbd5c3ba67 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5d325f6b1a
commit
8695fe6d7c
@@ -38,7 +38,8 @@ namespace Internal {
|
||||
enum CommitType
|
||||
{
|
||||
SimpleCommit,
|
||||
AmendCommit
|
||||
AmendCommit,
|
||||
FixupCommit
|
||||
};
|
||||
|
||||
// Todo: Add user name and password?
|
||||
|
||||
Reference in New Issue
Block a user