Use git_wc_status2_t as return type in order to get rid of lots of extra pointers
commitf1f716e6f44d75876cdd20cf5e5c97d191cf7d3a
authorSven Strickroth <email@cs-ware.de>
Sun, 11 Jun 2017 18:52:09 +0000 (11 20:52 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 11 Jun 2017 18:52:09 +0000 (11 20:52 +0200)
treebf026c9c68ee919a885428858b1c461880ba348d
parent806dc8760b3ec6d1ca7a083e00f9cde1c8ba01d2
Use git_wc_status2_t as return type in order to get rid of lots of extra pointers

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/GitFolderStatus.cpp
src/Git/GitIndex.cpp
src/Git/GitStatus.cpp
src/Git/GitStatus.h
src/Git/gitindex.h
src/TGitCache/CachedDirectory.cpp
src/TGitCache/CachedDirectory.h
test/UnitTests/GitIndexTest.cpp