diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2016-11-08 09:38:41 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2016-11-09 08:53:51 +0000 |
commit | 877a10c8efb8be1daffe521ea1cfc16fc430a191 (patch) | |
tree | 65d12fb0972703a114d7779536ec128d10774706 /src/plugins/git/commitdata.h | |
parent | b98f2a3059293e67108ebf21d599d3ffde7fa83c (diff) | |
download | qt-creator-877a10c8efb8be1daffe521ea1cfc16fc430a191.tar.gz |
Git: Support typechange
Replacing a normal file with a symbolic link.
Change-Id: Id07ab339e8fcdf039b61d6e459b8d751d499f4f6
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/git/commitdata.h')
-rw-r--r-- | src/plugins/git/commitdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/commitdata.h b/src/plugins/git/commitdata.h index c9162e4876..4a1beb04bd 100644 --- a/src/plugins/git/commitdata.h +++ b/src/plugins/git/commitdata.h @@ -71,6 +71,7 @@ enum FileState { RenamedFile = 0x10, CopiedFile = 0x20, UnmergedFile = 0x40, + TypeChangedFile = 0x80, UnmergedUs = 0x100, UnmergedThem = 0x200, |